In which of the following type of computers do the programs and data often…
2022
In which of the following type of computers do the programs and data often reside in a different memory system?
- A.
Stored program computers
- B.
RISC computers
- C.
CISC computers
- D.
Embedded computers
Attempted by 372 students.
Show answer & explanation
Correct answer: D
This question refers to computer architecture types where program and data memory are physically separate. This design is known as Harvard architecture, which is commonly found in embedded systems for efficiency. In contrast, Von Neumann architectures share memory for both instructions and data.