When executing a program, the processor reads each program instruction from

When executing a program, the processor reads each program instruction from

a) secondary memory (storage)
b) the Internet
c) registers stored in the processor
d) main memory
e) could be any of these


Answer:  d.

Explanation:  The program is first loaded from secondary memory into main memory before it is executed so that the processor is not slowed down by reading each instruction.  This idea of executing programs stored in memory is called the Stored Program Computer and was pioneered by John Von Neumann in the 1940s.


Java

Learn More Multiple Choice Question :