Answer:
HUMAN DEVELOPMENT
MOTOR BEHAVIOR
EXERCISE SCIENCE
MEASUREMENT AND EVALUATION
HISTORY AND PHILOSOPHY
UNIQUE ATTRIBUTES OF LEARNERS
CURRICULUM THEORY AND DEVELOPMENT
Explanation:
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.
Answer:
Yes, it is Reasonable.
Explanation:
The problem states that by using a new sensor, the result is 60 million dynes.
Converting the force into Newtons, by using the formula,
1 newton = 10⁵ dynes,
i.e, 1 million dynes = 10 newtons.
we get,
60 million dynes = 60 x 10 newtons = 600 newtons.
The result using a new sensor is reasonable because atmosphere exerts a force of about 10 newtons on us and 600 newtons is just 60 times of it.
Thus 600 N can be applied by the hammer on the nail and it is reasonable.