History

Here is a comprehensive study guide based on the **History of Europe (1789-1878)**. The questions are drawn from your exam papers and the standard syllabus for this period. The answers are written in simple, easy-to-understand English.
### **Section A: 15 Questions (2 Marks) – Approx. 50 Words Each**
**1. Define Enlightenment.**
The Enlightenment was a movement in 18th-century Europe. It stressed human reason, science, and logic over blind faith and old traditions. Thinkers believed that education...

See on Student Notes »

dabika

ব্যক্তিত্বের সংজ্ঞা দাও। ব্যক্তিত্বের নির্ধারক হিসেবে বংশগতি ও পরিবেশের ভূমিকা আলোচনা করো।
ভূমিকা:
ব্যক্তিত্ব (Personality) হলো একজন মানুষের শারীরিক, মানসিক, আবেগীয়, সামাজিক ও নৈতিক বৈশিষ্ট্যের
...

See on Student Notes »

tgpp segunda fase

Estado = Um instrumento criado pelas pessoas, uma vez que é reconhecida como a maneira mais eficaz de alcançar os objectivos que as pessoas têm na vida.  O estado pode ser referido como uma pessoa coletiva pública que desempenha a actividade administrativa; é uma forma de organização política

Existem 3 elementos que constituem o Estado

Povo: O povo é um conjunto de pessoas que buscam uma forma conjunta de resolução dos seus problemas e objectivos. Não pode haver estado sem um conjunto

...

See on Wikiteka »

fdwffwef

1. What is Data Science?
Answer:
Data Science is an interdisciplinary field that uses scientific methods, statistics, algorithms, and computing techniques to extract knowledge and insights from data for decision-making.
2. Differentiate between structured and unstructured data.
Answer:
Structured Data
Unstructured Data

Organized in rows and columns
No predefined format

Easy to store in databases
Difficult to analyze

Example: Excel sheets
Example: Images, videos, emails

3. What is data cleaning?
Answer:
Data

...

See on Wikiteka »

sadasdsa

1 % I: una matrice che rappresenta un ’ mmagine a toni di grigio
2 % Inew : l’ immagine dopo l’ operazione di filtraggio puntuale
3 I = imread (’cameraman . tif ’);
4 I = double (I);
5
6 r_max = max (I(:) );
7 r_min = min (I(:) );
8 a = 0;
9 b = 255;
10
11 LUT =[];
12 for i = 0:255
13 r = i;
14 if r <= r_max & r >= r_min
15 s = s = ((r - r_min) / (r_max - r_min)) * (b - a) + a; 
16 else
17 s = r;
18 end
19 LUT (i +1) = s;
20 end
21 Inew = uint8 (LUT (I+1) );
22 figure , imshow
...

See on Wikiteka »

konfig

RM simple txt file that introd. and explains a SW proj, how to install, use and collab. begin doc before you start proj, at root folder, top level of proj. Markdown lightweight txt to html markup lang. easy to r and w, supported by many tools.

Version Control Systems (VCS) local - ev is saved on personal comp. fast, simple, full control but no collab and risk of data loss; centralized one central server holding the proj. Every dev can r and w, maintains only the current version in their wd; easy

...

See on Student Notes »

dadasd

A subroutine is a group of instructions written to perform a specific task. It can be called from different parts of a program using the CALL instruction, and after execution it returns to the main program using the RET instruction.

CALL 2500H ; Call subroutine at address 2500H ...

2500H: INR A ; Increment accumulator RET ; Return to main program

CALL 2500H transfers control to address 2500H.

The instructions at 2500H are executed.

RET returns control to the instruction immediately after CALL.

Unconditional

...

See on Wikiteka »

comme

# what is electronic backing ? what are the some of the retails and wholesale electronic banking services in nepal ? explain 

-> Electronic Banking (E-Banking) is the delivery of banking services through electronic devices and communication networks, allowing customers to perform banking transactions without visiting a bank branch. It enables customers to access their accounts, transfer funds, pay bills, and use other banking services anytime and anywhere using the internet, mobile phones,

...

See on Student Notes »

GHKGHKGHKK

1. Injection Molding- Injection molding is a plastic-shaping process in which molten plastic is injected under high pressure into a mold cavity, where it cools and solidifies to take the shape of the mold.
Construction: Hopper: Funnel-shaped container at top of barrel; feeds plastic pellets.
Barrel: Thin-walled cylinder housing the screw; has a number of heating zones.
Screw: Has 3 zones — feed, compression, and metering; it moves axially.
Non-return valve: Fitted at top of the screw.
Nozzle: Connects

...

See on Wikiteka »