0% found this document useful (0 votes)
5 views1 page

Module1 QB

The document is a question bank for Module-1, covering various topics related to computer architecture and performance. It includes questions on processor registers, bus structures, performance measurement, addressing modes, assembler directives, SPEC ratings, conditional codes, instruction formats, execution time calculations, and execution concepts. Additionally, it requests an assembly language program for copying data between arrays using indirect addressing.

Uploaded by

Amber McKnight
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
5 views1 page

Module1 QB

The document is a question bank for Module-1, covering various topics related to computer architecture and performance. It includes questions on processor registers, bus structures, performance measurement, addressing modes, assembler directives, SPEC ratings, conditional codes, instruction formats, execution time calculations, and execution concepts. Additionally, it requests an assembly language program for copying data between arrays using indirect addressing.

Uploaded by

Amber McKnight
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd

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.

You might also like