Explanation: the mmu stands for memory management unit.
Computer Architecture MCQs | Page - 63
Dear candidates you will find MCQ questions of Computer Architecture here. Learn these questions and prepare yourself for coming examinations and interviews. You can check the right answer of any question by clicking on any option or by clicking view answer button.
Q. is used to implement virtual memory organisation.
β
Correct Answer: (C)
mmu
Q. translates the logical address into a physical address.
β
Correct Answer: (A)
mmu
Explanation: the mmu translates the logical address into a physical address by adding an offset.
Q. The DMA doesn’t make use of the MMU for bulk data transfers.
β
Correct Answer: (B)
false
Explanation: the dma stands for direct memory access, in which a block of data gets directly transferred from the memory.
Q. The situation wherein the data of operands are not available is called ______
β
Correct Answer: (A)
Data hazard
Q. The time lost due to the branch instruction is often referred to as _____
β
Correct Answer: (C)
Branch penalty
Q. The algorithm followed in most of the systems to perform out of order execution is ______
β
Correct Answer: (A)
Tomasulo algorithm
Q. The logic operations are implemented using _______ circuits.
β
Correct Answer: (C)
Combinatorial
Q. The carry generation function: ci + 1 = yici + xici + xiyi, is implemented in ____________
β
Correct Answer: (B)
Full adders
Q. Which option is true regarding the carry in the ripple adders?
β
Correct Answer: (B)
Must travel through the configuration
Q. In full adders the sum circuit is implemented using ________
β
Correct Answer: (C)
XOR
Jump to