0% found this document useful (0 votes)
31 views

Co Final

This document contains 10 multiple choice questions about computer architecture topics like memory addressing, instruction execution, CPU components and functions, and subroutine calls. The questions cover addressing modes, immediate addressing, what a microprocessor is, how subroutine returns work, types of interrupts, the control unit's function, common addressing techniques, what pipelining implements, where the return address is stored when a subroutine is called, and what operations a CPU does not perform.

Uploaded by

trivijay
Copyright
© Attribution Non-Commercial (BY-NC)
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
31 views

Co Final

This document contains 10 multiple choice questions about computer architecture topics like memory addressing, instruction execution, CPU components and functions, and subroutine calls. The questions cover addressing modes, immediate addressing, what a microprocessor is, how subroutine returns work, types of interrupts, the control unit's function, common addressing techniques, what pipelining implements, where the return address is stored when a subroutine is called, and what operations a CPU does not perform.

Uploaded by

trivijay
Copyright
© Attribution Non-Commercial (BY-NC)
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
You are on page 1/ 3

Question 1: 1 marks

How many address lines are needed to address each memory locations in a 2048 x 4 memory
chip?
a. 10
b. 11
c. 8
d. 12

Question 2: 1 marks
In immediate addressing the operand is placed
a. in the CPU register
b. after OP code in the instruction
c. in memory
d. in stack

Question 3: 1 marks
The ALU and control unit of most of the microcomputers are combined and manufacture on a single
silicon chip. What is it called?
a. monochip
b. microprocessor
c. ALU
d. control unit

Question 4: 2 marks
When the RET instruction at the end of subroutine is executed,
a. the information where the stack is iniatialized is transferred to the stack pointer
b. the memory address of the RET instruction is transferred to the program counter
c. two data bytes stored in the top two locations of the stack are transferred to the program counter
d. two data bytes stored in the top two locations of the stack are transferred to the stack pointer

Question 5: 1 marks
Interrupts which are initiated by an I/O drive are
a. internal
b. external
c. software
d. all of above

Question 6: 1 marks

What is the control unit's function in the CPU?

a. To transfer data to primary storage

b. to store program instruction

c. to perform logic operations

d. to decode program instruction

Question 7: 1 marks

The most common addressing techiniques employed by a CPU is

a. immediate

b. direct

c. indirect

d. register

e. all of the above

Question 8: 2 marks

Pipeline implement

a. fetch instruction and decode instruction

b. fetch operand and calculate operand

c. execute instruction

d. all of abve

Question 9: 1 marks
When a subroutine is called, the address of the instruction following the CALL
instructions stored in/on the

a. stack pointer

b. accumulator

c. program counter

d. stack

Question 10: 1 marks

CPU does not perform the operation

a. data transfer

b. logic operation

c. arithmetic operation

d. all of above

You might also like