MCQ IN COMPUTER SCIENCE & ENGINEERING

COMPUTER SCIENCE AND ENGINEERING

COMPUTER ARCHITECTURE

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
which of these is a “stored program” Architecture?
A
Von Neumann
B
Harvard
C
both
D
None of the above
Explanation: 

Detailed explanation-1: -A computer with a von Neumann architecture stores program data and instruction data in the same memory, while a computer with a Harvard architecture has separate memories for storing program and data. However, the term stored-program computer is sometimes used as a synonym for the von Neumann architecture.

Detailed explanation-2: -The Von Neumann Architecture uses the stored program concept where instructions and data are loaded from main memory into the processor to be executed.

Detailed explanation-3: -The Von Neumann architecture consists of a single, shared memory for programs and data, a single bus for memory access, an arithmetic unit, and a program control unit. The Von Neumann processor operates fetching and execution cycles seriously. 2.

Detailed explanation-4: -The Von Neumann Architecture is an ancient type of computer architecture that follows the concept of a stored-program computer. Harvard Architecture is a modern type of computer architecture that follows the concept of the relay-based model by Harvard Mark I. Physical Address.

There is 1 question to complete.