100. In 8085 microprocessor, what is the output of following program ?
LDA 8000H
MVI B, 30H
ADD B
STA 8001H
(1) Read a number from input port and store it in memoryLDA 8000H
MVI B, 30H
ADD B
STA 8001H
(2) Read a number from input device with address 8000H and store it in memory at location 8001H
(3) Read a number from memory at location 8000H and store it in memory location 8001H
(4) Load A with data from input device with address 8000H and display it on the output
device with address 8001H
Answer: 3
Previous | Next |
UGC NET CS 2018 July - II Question 99 | UGC NET CS 2018 July - II Question 101 |
No comments:
Post a Comment