Address Translation

Question 1
Marks : +2 | -2
Pass Ratio : 50%
The general purpose registers are combined into a block called as ______
Register bank
Register Case
Register file
None of the mentioned
Explanation:
To make the access of the registers easier, we classify them into register files.
Question 2
Marks : +2 | -2
Pass Ratio : 50%
The page length shouldn’t be too long because ___________
It reduces the program efficiency
It increases the access time
It leads to wastage of memory
None of the mentioned
Explanation:
If the size is more than the required size then the extra space gets wasted.
Question 3
Marks : +2 | -2
Pass Ratio : 100%
What does the RUN signal do?
It causes the termination of a signal
It causes a particular signal to perform its operation
It causes a particular signal to end
It increments the step counter by one
Explanation:
The RUN signal increments the step counter by one for each clock cycle.
Question 4
Marks : +2 | -2
Pass Ratio : 100%
If the page table is large then it is stored in __________
Processor
Main memory
Disk
Secondary storage
Explanation:
By storing the table on the RAM the required operation’s speed is increased.
Question 5
Marks : +2 | -2
Pass Ratio : 100%
The higher order bits of the virtual address generated by the processor forms the _______
Table number
Frame number
List number
Page number
Explanation:
The higher order bits indicate the page number which points to one particular entry in the page table.
Question 6
Marks : +2 | -2
Pass Ratio : 100%
The bits used to indicate the status of the page in the memory is called ______
Control bits
Status bits
Progress bit
None of the mentioned
Explanation:
These bits are used to store the status information of the program.
Question 7
Marks : +2 | -2
Pass Ratio : 100%
The cache bridges the speed gap between ______ and __________
RAM and ROM
RAM and Secondary memory
Processor and RAM
None of the mentioned
Explanation:
The Cache is a hardware implementation to reduce the access time for processor operations.
Question 8
Marks : +2 | -2
Pass Ratio : 100%
The area in the main memory that can hold one page is called as ___________
Page entry
Page frame
Frame
Block
Explanation:
None.
Question 9
Marks : +2 | -2
Pass Ratio : 100%
The virtual memory bridges the size and speed gap between __________ and __________
RAM and ROM
RAM and Secondary memory
Processor and RAM
None of the mentioned
Explanation:
The virtual memory basically works as an extension of the RAM.
Question 10
Marks : +2 | -2
Pass Ratio : 100%
The _______ bit is used to indicate the validity of the page.
Valid bit
Invalid bit
Correct bit
None of the mentioned
Explanation:
The os first validates the page and then only moves from the page table.