COA Tutorial 2
COA Tutorial 2
d) Buffer registers
5. To extend the connectivity of the processor bus we use ________
a) PCI bus b) SCSI bus c) Controllers d) Multiple bus
6. In the case of, Zero-address instruction method the operands are stored in
_____
a) Registers b) Accumulators c) Push down stack d) Cache
7. The instruction, Add #45,R1 ,example of which addressing mode?
a. Immediate addressing mode
b. Indirect addressing mode
c. Implied addressing mode
d. Displacement addressing mode
8. The addressing mode which makes use of in-direction pointers is ______
a) Indirect addressing mode b) Index addressing mode
c) Relative addressing mode d) Offset addressing mode
COSP Tutorial 2
9. In the following indexed addressing mode instruction, MOV 5(R1), LOC
the effective address is ______
a) EA = 5+R1 b) EA = R1 c) EA = [R1] d) EA = 5+[R1]
10. When we use auto increment or auto decrements, which of the following is/are
true?
1) In both, the address is used to retrieve the operand and then the address gets
altered
2) In auto increment, the operand is retrieved first and then the address altered
3) Both of them can be used on general purpose registers as well as memory
locations
a) 1, 2, 3 b) 2 c) 1, 3 d) 2, 3
11. The addressing mode, where you directly specify the operand value is
_______
12. Carry, Overflow, negative, zero results are also called ___.
a) Flag bits b) Conditional bits c) Status bits d) None of the above
17. The fetched instruction is stored in the CPU register known as.
a. IRC Instruction register b. PC Program counter c. MARC Memory address
Register d. MDRC memory Data Register
(A) I/O bus (B) Data bus (C) Address bus (D) Control lines
20. If the value V(x) of the target operand is contained in the address field itself,
the addressing mode is
Descriptive Questions
Time on M1 Time on M2
5 x 109 6 x 109
25. Program A runs in 0.34 seconds on a 500 Mhz machine. You know that
this program requires 100 million instructions of which:
26. Explain term Data path in CPU working with proper diagram.
27. With a neat schematic, Explain about DMA controller
28. What are the different mode of data transfer explain programmed I/O,
interrupt I/O.
29. Write about hierarchy of buses, bus signals and its functionalities.
COSP Tutorial 2
30. Imagine you are storing a video game in your computer and you want to play it now.
With this assumption answer the following questions
a. In which type of memory reserved bootable information resides and why?
b. Which memory component contains your video game and why?
c. Once you click on the video game, where will it be loaded and why?
31. Mostly Hard disk is preferred as secondary storage device rather than SRAM. Justify
it
32. Discuss the Memory Hierarchy in computer system with regard to Speed, Size and
Cost?
33. What is Locality of Reference and explain about Cache memory in detail.
34.