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.
1(A)
2(B)
3(E)
4(C)
5(D)
6(B)
7(C)
Answer: A
Explanation:
Microchips are made out of silicone witch is a polymer.
Explanation:
by pushing the padle with our leg and by balance the cycle
Answer:
Thrust
Explanation:
If the pilot wants to accelerate the aircraft, the aircraft needs more power to produce more thrust. The aircraft will go faster when the amount of thrust is greater than the amount of drag.