Answer:
d) "Napoleon Declares Himself Holy Roman Emperor"
Explanation:
The French Revolution is defined as a period of the major social upheaval which began in the year 1787 and lasted till year 1799. This revolution completely redefined the the very nature of the political power in France. and also the relationship between the rulers of France and the people they governed.
The 1789 Estates-General was the 1st meeting since year 1614 of the French Estates-General. It is a general assembly which represents the French estates of realm.
During the French revolution was at peak, the National Assembly issued the Declaration of the rights of the man to the public.
Maximilien Robespierre was considered to be one of the most influential figure and most important statesman during the French Revolution.
Thus all the options (a),(b) and (c) are headlines about the French Revolution, except option (d).
Answer:
Otto engine
Explanation:
As we know that
Power = Torque x speed
So we can say that when speed of engine then power of engine also will increases.
The speed of Otto engine is more as compare to Diesel engine so the power of Otto engine is more.But on the other hand torque of Diesel engine is more as compare to Otto engine but the speed is low so the product of speed and torque is more for Otto engine .It means that when requires large amount of power then Otto engine should be use.
Below is the program to separate odd and even numbers
<u>Explanation</u>:
<u>L1:</u>
mov ah,00
mov al,[BX]
mov dl,al
div dh
cmp ah,00
je EVEN1
mov [DI],dl
add OddAdd,dl
INC DI
INC BX
Loop L1
jmp CAL
<u>EVEN1:</u>
mov [SI],dl
add Even Add,dl
INC SI
INC BX
Loop L1
<u>CAL: </u>
mov ax,0000
mov bx,0000
mov al,OddAdd
mov bl,EvenAdd
MOV ax,4C00h
int 21h
end
The above program separates odd and even numbers from the array using 8086 microprocessor. It has odd numbers in 2000h and even numbers in 3000h.
Hai!
Please name what kind of Script your Using then I would love to help.
Java
C
C#
C++
Lua
JavaScript
HTML
Python