Computer Organization and Architecture Question Bank with answers
Questions 81 To 90
81. | A machine cycle refers to
| ||||||||||
The System bus is made up of
| |||||||||||
The code used to boot up a computer is stored in
| |||||||||||
In accessing a disk block the longest delay is due to
| |||||||||||
Which of the following is/are not part(s) of the CPU?
| |||||||||||
Memory mapped I/O involves transferring of
| |||||||||||
Name the type of memory that can be erased with the electric discharge?
| |||||||||||
What is the units for measuring the CPU performance?
| |||||||||||
The read/write line belongs to
| |||||||||||
Busy waiting is a technique
|
Answers
81. | Answer : (c) Reason : A machine cycle refers to Fetching, decoding and executing an instruction. |
Answer : (d) Reason : System bus consists of a Control bus, Data bus and a Address bus. | |
Answer : (b) Reason : The bootable code is stored in | |
Answer : (e) Reason : Access time. | |
Answer : (d) Reason : System bus is not a part of a cpu . | |
Answer : (e) Reason : Memory mapped I/O involves transferring information between I/O devices and CPU . | |
Answer : (d) Reason : EEPROM is the type of memory whose contents is erased with the passage of electiricity. | |
Answer : (c) Reason : CPU performance is measured in MHz | |
Answer : (c) Reason : The read / write line belongs to the address bus.a | |
Answer : (a) Reason : Busy waiting is to allow the CPU wait for a busy device. |
Questions 91 To 100
91. | Which of the following Addressing Modes specifies a register which contains the memory address of the operand?
| ||||||||||
92. | Identify the term, which indicate a set of Logical Addresses.
| ||||||||||
93. | Which of the following is false related to Stack?
| ||||||||||
94. | Which of the following is the method in which the unit receiving the data responds with another control signal?
| ||||||||||
95. | What is the page replacement algorithm in which there is a replacement of a page, which will not be used for the longest period of time?
| ||||||||||
96. | Of the following, what is an input device for which finger shows the cursor movement?
| ||||||||||
97. | Consider the following unsigned decimal numbers: i. 6543. ii. 4444. What is the result after subtracting (i) by taking the 10's complement of (ii)?
| ||||||||||
98. | What is the octal equivalent of given binary number? 011001
| ||||||||||
99. | Which of the following describes the Mnemonic SPA?
| ||||||||||
100. | Which of the following is correct related to the circuit diagrams?
|
Answers
91. | Answer : (c) Reason: Addressing mode that specifies a register which contains the memory address of the operand is Register Indirect Addressing Mode. |
92. | Answer : (c) Reason: Address space indicate a set of Logical Addresses. |
93. | Answer : (c) Reason: Stack does not Implement FIFO but implements LIFO. |
94. | Answer : (e) Reason: Handshaking is the method in which the unit receiving the data responds with another control signal. |
95. | Answer : (c) Reason: The page replacement algorithm in which there is a replacement of a page, which will not be used for the longest period of time is OPT. |
96. | Answer : (e) Reason: The input device for which finger shows the cursor movement is Glide pad. |
97. | Answer : (b) Reason: 6543- 4444= 2099 |
98. | Answer : (b) Reason: The octal equivalent of 011001 =31. |
99. | Answer : (b) Reason: SPA stands for Skip If (Accumulator) Positive |
100. | Answer : (c) Reason: Combinational circuit is an interconnection of logic gates. |
Questions 101 To 110
101. | Of the following, identify the memory usually written by the manufacturer.
| ||||||||||
102. | What does D stands for in D-flip flop?
| ||||||||||
103. | Consider that the program is executed from main memory until it attempts to reference a page that is still in auxiliary memory. Identify this condition.
| ||||||||||
104. | DMA stands for
| ||||||||||
105. | What is the symbol to represent a state in the state diagram? | ||||||||||
106. | Consider DR ← M [AR], Identify the operation.
| ||||||||||
107. | A computer has memory of 256k words of 32 bits each, how many bits are required to specify the address part?
| ||||||||||
108. | Which one of the following can be called as a peripheral?
| ||||||||||
109. | is a symbol for
| ||||||||||
110. | What is the operation sets to 1 the bits in one register where there are corresponding 1’s in the second register?
|
Answers
101. | Answer : (d) Reason: ROM is the memory usually written by the manufacturer. |
102. | Answer : (e) Reason: D stands in D-flip flop stands for Data. |
103. | Answer : (b) Reason: The program is executed from main memory until it attempts to reference a page that is still in auxiliary memory called Page Fault. |
104. | Answer : (c) Reason: DMA stands for Direct Memory Access. |
105. | Answer : (b) Reason: The symbol to represent a state in the state diagram is |
106. | Answer : (d) Reason: DR ← M [AR] is Memory Read. |
107. | Answer : (d) Reason: A computer has memory of 256k words of 32 bits each, 18 bits are required to specify the address part. |
108. | Answer : (c) Reason: Speakers can be called as a peripheral. |
109. | Answer : (c) Reason: is a symbol for AND. |
110. | Answer : (c) Reason: Selective Set is the operation sets to 1 the bits in one register where there are corresponding 1’s in the second register. |
Comments
Post a Comment