Module-1 Question Bank
1. With a neat diagram explain different processor registers.
2. What is a bus? Explain single bus and multiple bus structure used io
interconnect functional units in computer system.
3. Explain how the performance of a computer can be measured. What
are the measures to improve the performance of computers?
4. Explain (i) byte addressability (ii) big-endian assignment (iii)little
endian assignment with appropriate examples
5. What is an addressing mode? Explain different generic addressing
modes with an example for each.
6. What are assembler directives? Explain any two directives
7. Explain the overall SPEC rating for a computer in a program suite.
8. Write a short note on conditional codes. Explain with an example.
9. Discuss the basic instruction formats with an example.
10. A program contains 1000 instructions. Out of that 25% instructions
requires 4 clock cycles, 40% instructions require 5 clock cycles and
remaining requires 3 clock cycles for execution. Find the total time
required to execute the program running in a 1GHz machine.
11. Discuss the difference between the Sequential Execution and
Conditional execution Concepts with an appropriate diagram.
12. Write ALP program to copy ‘N’ numbers from array ‘A’ to array ‘B’
using indirect addresses.