On This Page

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

Q1 |               are used to overcome the difference in data transfer speeds of various devices.
  • speed enhancing circuitory
  • bridge circuits
  • multiple buses
  • buffer registers
Q2 | To extend the connectivity of the processor bus we use                   
  • pci bus
  • scsi bus
  • controllers
  • multiple bus
Q3 | IBM developed a bus standard for their line of computers ‘PC AT’ called
  • ib bus
  • m-bus
  • isa
  • none of the mentioned
Q4 | The bus used to connect the monitor to the CPU is               
  • pci bus
  • scsi bus
  • memory bus
  • rambus
Q5 | ANSI stands for                       
  • american national standards institute
  • american national standard interface
  • american network standard interfacing
  • american network security interrupt
Q6 |            register Connected to the Processor bus is a single-way transfer capable.
  • pc
  • ir
  • temp
  • z
Q7 | In multiple Bus organisation, the registers are collectively placed and referred as               
  • set registers
  • register file
  • register block
  • map registers
Q8 | The main advantage of multiple bus organisation over a single bus is            
  • reduction in the number of cycles for execution
  • increase in size of the registers
  • better connectivity
  • none of the mentioned
Q9 | The ISA standard Buses are used to connect                         
  • ram and processor
  • gpu and processor
  • harddisk and processor
  • cd/dvd drives and processor
Q10 | During the execution of the instructions, a copy of the instructions is placed in the               
  • register
  • ram
  • system heap
  • cache
Q11 | Two processors A and B have clock frequencies of 700 Mhz and 900 Mhz respectively. Suppose A can execute an instruction with an average of 3 steps and B can execute with an average of 5 steps. For the execution of the same instruction which processor is faster?
  • a
  • b
  • both take the same time
  • insufficient information
Q12 | A processor performing fetch or decoding of different instruction during the execution of another instruction is called               
  • super-scaling
  • pipe-lining
  • parallel computation
  • none of the mentioned
Q13 | The clock rate of the processor can be improved by                     
  • improving the ic technology of the logic circuits
  • reducing the amount of processing done in one step
  • by using the overclocking method
  • all of the mentioned
Q14 | An optimizing Compiler does
  • better compilation of the given piece of code
  • takes advantage of the type of processor and reduces its process time
  • does better memory management
  • none of the mentioned
Q15 | SPEC stands for                                  
  • standard performance evaluation code
  • system processing enhancing code
  • system performance evaluation corporation
  • standard processing enhancement corporation
Q16 | As of 2000, the reference system to find the performance of a system is
  • ultra sparc 10
  • sun sparc
  • sun ii
  • none of the mentioned
Q17 | If a processor clock is rated as 1250 million cycles per second, then its clock period is                   
  • 1.9 * 10-10 sec
  • 1.6 * 10-9 sec
  • 1.25 * 10-10 sec
  • 8 * 10-10 sec
Q18 | If the instruction, Add R1, R2, R3 is executed in a system that is pipe-lined, then the value of S is (Where S is a term of the Basic performance equation)?
  • 3
  • ~2
  • ~1
  • 6
Q19 | CISC stands for                 
  • complete instruction sequential compilation
  • computer integrated sequential compiler
  • complex instruction set computer
  • complex instruction sequential compilation
Q20 | In the case of, Zero-address instruction method the operands are stored in            
  • registers
  • accumulators
  • push down stack
  • cache
Q21 | As of 2000, the reference system to find the SPEC rating are built with             Processor.
  • intel atom sparc 300mhz
  • ultra sparc -iii 300mhz
  • amd neutrino series
  • asus a series 450 mhz
Q22 | The instruction, Add #45,R1 does
  • adds the value of 45 to the address of r1 and stores 45 in that address
  • adds 45 to the value of r1 and stores it in r1
  • finds the memory location 45 and adds that content to that of r1
  • none of the mentioned
Q23 | The addressing mode which makes use of in-direction pointers is               
  • indirect addressing mode
  • index addressing mode
  • relative addressing mode
  • offset addressing mode
Q24 | In the following indexed addressing mode instruction, MOV 5(R1), LOC the effective address is               
  • ea = 5+r1
  • ea = r1
  • ea = [r1]
  • ea = 5+[r1]
Q25 | The addressing mode/s, which uses the PC instead of a general purpose register is               
  • indexed with offset
  • relative
  • direct
  • both indexed with offset and direct