Question No 1:: A) Describe Von Neuman Architecture?
Question No 1:: A) Describe Von Neuman Architecture?
Question No 1:: A) Describe Von Neuman Architecture?
Submitted to : MR humayoun
Submitted by : Azan bin imran
Roll no : bcsm-s20-019
subject : Computer Architecture
Question no 1:
Instruction Execution Cycle. The time period during which one instruction is fetched from memory and
execute when computer given an instruction in machine language. Each instruction is further divided into
sequence of phases. After the execution of program counter is incremented to point to the next instruction.
The CPU fetches the instructions one at a time from the main memory into the registers. One register
is the program counter (pc). ...
The CPU decodes the instruction.
The CPU executes the instruction.
Repeat until there are no more instructions.
Question no 2 :
a) Describe Main memory ROM & also elaborate its various types?
Computer memory is of two basic types – Primary memory(RAM and ROM) and Secondary memory (hard
drive, CD, etc). Random Access Memory (RAM) is primary-volatile memory and Read Only Memory
(ROM) is primary-non-volatile memory. It is also called read-write memory or the main memory or the
primary memory.
Computer architecture refers to those attributes of a system visible to a programmer or, put another
way, those attributes that have a direct impact on the logical execution of a program.
Computer organization refers to the operational units and their interconnections that realize the
architectural specifications.
c) Describe the various Elements required for a Bus Design also explains
the Bus Structure?
Address and data information may be transmitted over the same set of lines. At the
beginning of the data transfer the address is placed on the bus and the address valid line is
activated. The address is then remove from the same bus line is used for data transfer.
Thank you