On This Page

This set of Computer Architecture Multiple Choice Questions & Answers (MCQs) focuses on Computer Architecture Set 14

Q1 | The Sun micro systems processors usually follow            architecture.
  • cisc
  • isa
  • ultra sparc
  • risc
Q2 | The RISC processor has a more complicated design than CISC.
  • true
  • false
Q3 | The iconic feature of the RISC machine among the following is                 
  • reduced number of addressing modes
  • increased memory size
  • having a branch delay slot
  • all of the mentioned
Q4 | Both the CISC and RISC architectures have been developed to reduce the
  • cost
  • time delay
  • semantic gap
  • all of the mentioned
Q5 | Pipe-lining is a unique feature of
  • risc
  • cisc
  • isa
  • iana
Q6 | In CISC architecture most of the complex instructions are stored in            
  • register
  • diodes
  • cmos
  • transistors
Q7 | Which of the architecture is power efficient?
  • cisc
  • risc
  • isa
  • iana
Q8 | For converting a virtual address into the physical address, the programs are divided into                       
  • pages
  • frames
  • segments
  • blocks
Q9 | The memory allocated to each page is contiguous.
  • true
  • false
Q10 | The pages size shouldn’t be too small, as this would lead to                       
  • transfer errors
  • increase in operation time
  • increase in access time
  • decrease in performance
Q11 | The cache bridges the speed gap between               and                       
  • ram and rom
  • ram and secondary memory
  • processor and ram
  • none of the mentioned
Q12 | 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
Q13 | The higher order bits of the virtual address generated by the processor forms the                 
  • table number
  • frame number
  • list number
  • page number
Q14 | 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
Q15 | The lower order bits of the virtual address forms the                       
  • page number
  • frame number
  • block number
  • offset
Q16 | The area in the main memory that can hold one page is called as
  • page entry
  • page frame
  • frame
  • block
Q17 | The starting address of the page table is stored in                       
  • tlb
  • r0
  • page table base register
  • none of the mentioned
Q18 | 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
Q19 | The                 bit is used to indicate the validity of the page.
  • valid bit
  • invalid bit
  • correct bit
  • none of the mentioned
Q20 | The bit used to store whether the page has been modified or not is called as                 
  • dirty bit
  • modify bit
  • relocation bit
  • none of the mentioned
Q21 | The page table should be ideally situated within                           
  • processor
  • tlb
  • mmu
  • cache
Q22 | If the page table is large then it is stored in                       
  • processor
  • main memory
  • disk
  • secondary storage
Q23 | When the page table is placed in the main memory, the                         is used to store the recently accessed pages.
  • mmu
  • tlb
  • r0
  • table
Q24 | The TLB is incorporated as part of the
  • processor
  • mmu
  • disk
  • ram
Q25 | Whenever a request to the page that is not present in the main memory is accessed               is triggered.
  • interrupt
  • request
  • page fault
  • none of the mentioned