MICROPROCESSOR AND MICROCONTROLLER

INTERRUPT PROGRAMMING

ARCHITECTURE OF 8085

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
A computer can run multiple program at a time.
A
True
B
False
C
Either A or B
D
None of the above
Explanation: 

Detailed explanation-1: -Computers can only do one task (or process) at a time.

Detailed explanation-2: -A single processor can run only one instruction at a time: it is impossible to run more programs at the same time. A program might need some resource, such as an input device, which has a large delay, or a program might start some slow operation, such as sending output to a printer.

Detailed explanation-3: -We can run multiple programs at a time.

Detailed explanation-4: -Multiprogramming is a rudimentary form of parallel processing in which several programs run at the same time on a uniprocessor system. However, because there is only one processor, there is no true simultaneous execution of different programs.

There is 1 question to complete.