Computer Architecture

12345678910111213
Across
  1. 1. also called as primary memory
  2. 4. Computers accept coded information through this unit
  3. 8. It contains the memory address of the next instruction to be fetched and executed.
  4. 11. The number of bits in each words in the memory
  5. 13. This addressing allow instructions to be executed much more faster in comparison with other addressing modes because they does not involves with memory access
Down
  1. 2. It holds the instruction that is currently being executed
  2. 3. is the number of tasks completed per unit time
  3. 5. The time, the CPU spends computing for the specific task and does not include time spent waiting for I/O or running other programs.
  4. 6. As an adjunct to the main memory, a smaller, faster RAM unit, called a cache is used to hold sections of a program that are currently being executed, along with any associated data
  5. 7. The total time required for the computer to complete a task
  6. 9. The data transfer instruction that copies data from memory to a register
  7. 10. Most computer operations are executed in this unit of the processor
  8. 12. also known as indirect addressing where a register act as a pointer to an operand located at the memory location whose address is in the register