On This Page

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

Q1 | The technique of searching for a block by going through all the tags is
  • linear search
  • binary search
  • associative search
  • none of the mentioned
Q2 | The set-associative map technique is a combination of the direct and associative technique.
  • true
  • false
Q3 | In set-associative technique, the blocks are grouped into               sets.
  • 4
  • 8
  • 12
  • 6
Q4 | A control bit called                     has to be provided to each block in set- associative.
  • idol bit
  • valid bit
  • reference bit
  • all of the mentioned
Q5 | The bit used to indicate whether the block was recently used or not is
  • idol bit
  • control bit
  • reference bit
  • dirty bit
Q6 | Data which is not up-to date is called as                 
  • spoilt data
  • stale data
  • dirty data
  • none of the mentioned
Q7 | The main memory is structured into modules each with its own address register called               
  • abr
  • tlb
  • pc
  • ir
Q8 | When consecutive memory locations are accessed only one module is accessed at a time.
  • true
  • false
Q9 | In memory interleaving, the lower order bits of the address is used to
  • get the data
  • get the address of the module
  • get the address of the data within the module
  • none of the mentioned
Q10 | The number successful accesses to memory stated as a fraction is called as
  • hit rate
  • miss rate
  • success rate
  • access rate
Q11 | The number failed attempts to access memory, stated in the form of a fraction is called as                     
  • hit rate
  • miss rate
  • failure rate
  • delay rate
Q12 | In associative mapping during LRU, the counter of the new block is set to ‘0’ and all the others are incremented by one, when            occurs.
  • delay
  • miss
  • hit
  • delayed hit
Q13 | In LRU, the referenced blocks counter is set to’0′ and that of the previous blocks are incremented by one and others remain same, in the case of
  • hit
  • miss
  • delay
  • none of the mentioned
Q14 | If hit rates are well below 0.9, then they’re called as speedy computers.
  • true
  • false
Q15 | The extra time needed to bring the data into memory in case of a miss is called as                       
  • delay
  • propagation time
  • miss penalty
  • none of the mentioned
Q16 | The miss penalty can be reduced by improving the mechanisms for data transfer between the different levels of hierarchy.
  • true
  • false
Q17 | The CPU is also called as                   
  • processor hub
  • isp
  • controller
  • all of the mentioned
Q18 | A common strategy for performance is making various functional units operate parallelly.
  • true
  • false
Q19 | The PC gets incremented
  • after the instruction decoding
  • after the ir instruction gets executed
  • after the fetch cycle
  • none of the mentioned
Q20 | Which register in the processor is single directional?
  • mar
  • mdr
  • pc
  • temp
Q21 | The transparent register/s is/are
  • y
  • z
  • temp
  • all of the mentioned
Q22 | Which register is connected to the MUX?
  • y
  • z
  • r0
  • temp
Q23 | The registers, ALU and the interconnecting path together are called as               
  • control path
  • flow path
  • data path
  • none of the mentioned
Q24 | The input and output of the registers are governed by                       
  • transistors
  • diodes
  • gates
  • switches
Q25 | When two or more clock cycles are used to complete data transfer it is called as                   
  • single phase clocking
  • multi-phase clocking
  • edge triggered clocking
  • none of the mentioned