MCQ IN COMPUTER SCIENCE & ENGINEERING

COMPUTER SCIENCE AND ENGINEERING

COMPUTER ARCHITECTURE

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
In the Von Neumann model, ____ are stored in memory.
A
only data
B
only programs
C
data & programs
D
neither data nor programs
Explanation: 

Detailed explanation-1: -Von Neumann architecture is based on the stored-program computer concept, where instruction data and program data are stored in the same memory. This design is still used in most computers produced today.

Detailed explanation-2: -In the classical von Neumann architecture the ALU and the control unit are connected to a single memory that stores both the data values and the program instructions.

Detailed explanation-3: -The key elements of Von Neumann architecture are: data and instructions are both stored as binary . data and instructions are both stored in main memory.

Detailed explanation-4: -Von Neumann architecture is the design upon which many general purpose computers are based. The key elements of von Neumann architecture are: data and instructions are both stored as binary digits. data and instructions are both stored in primary storage.

There is 1 question to complete.