Answer :
Answer:
1. A
2. B
Explanation:
Von Neumann architecture is based on the stored-program computer concept, where instruction data and program data are stored in the same memory.
A clock cycle pertains to a synchronous digital system. The clock is a continuous sequence of pulses, and the elapsed time for a single pulse is one clock cycle.
For Von Neumann architecture to complete an instruction requires two clock cycles.
At each clock cycle, one instruction is fetched from the memory, decoded, and then executed on the ALU. Results are stored back in the registers (very fast, but small, local memory) or in the main memory (slower access).
Cherrs
Answer:
- single memory ( A )
- double memory ( B )
Explanation:
The Princeton microcomputer architecture is modeled using the Von architecture, The Von Neumann architecture is consisted of a single separate storage structure ( memory ) to hold both data and instructions inputted into the microcomputer
the architecture consists of a memory and a CPU ( central processing unit ) and also and interconnection between the CPU and the memory of the computer. since the data and instructions share the same memory the processor require two clock cycles to complete an instruction.