Computer Networks MCQ Set 1
1. ________ are the different type/s of generating control signals.
a) Micro-programmed
b) Hardwired
c) Micro-instruction
d) Both Micro-programmed and Hardwired
Answer
Answer: d [Reason:]
2. The type of control signal are generated based on,
a) contents of the step counter
b) Contents of IR
c) Contents of condition flags
d) All of the mentioned
Answer
Answer: d [Reason:]
3. What does the hardwired control generator consist of ?
a) Decoder/encoder
b) Condition codes
c) Control step counter
d) All of the mentioned
Answer
Answer: d [Reason:]
4. What does the end instruction do ?
a) It ends the generation of a signal
b) It ends the complete generation process
c) It starts a new instruction fetch cycle and resets the counter
d) It is used to shift the control to the processor
Answer
Answer: c [Reason:]
5. The Zin signal to the processor is generated using, Zin = T1+T6 ADD + T4 .BR…
a) True
b) False
Answer
Answer: a [Reason:]
6. What does the RUN signal do ?
a) It causes the termination of a signal
b) It causes a particular signal to perform its operation
c) It causes a particular signal to end
d) It increments the step counter by one
Answer
Answer: d [Reason:]
7. The name hardwired came because the sequence of operations carried out are determined by the wiring.
a) True
b) False
Answer
Answer: a [Reason:]
8. The benefit of using this approach is
a) It is cost effective
b) It is highly efficient
c) It is very reliable
d) It increases the speed of operation
Answer
Answer: d [Reason:]
9. The disadvantage/s of the hardwired approach is
a) It is less flexible
b) It cannot be used for complex instructions
c) It is costly
d) less flexible & cannot be used for complex instructions
Answer
Answer: d [Reason:]
10. The End signal is generated using, End = T7.ADD + T5.BR + (T5.N+ T4.-N).BRN…
a) True
b) False
Answer
Answer: a [Reason:]
Computer Networks MCQ Set 2
1. The standard SRAM chips are costly as _________
a) They use highly advanced micro-electronic devices
b) They house 6 transistor per chip
c) They require specially designed PCB’s
d) None of the mentioned
Answer
Answer: b [Reason:]
2. The drawback of building a large memory with DRAM is ______________
a) The large cost factor
b) The inefficient memory organisation
c) The Slow speed of operation
d) All of the mentioned
Answer
Answer: c [Reason:]
3. To overcome the slow operating speeds of the secondary memory we make use of faster flash drives.
a) True
b) False
Answer
Answer: a [Reason:]
4. The fastest data access is provided using _______
a) Caches
b) DRAM’s
c) SRAM’s
d) Registers
Answer
Answer: d [Reason:]
5. The memory which is used to store the copy of data or instructions stored in larger memories, inside the CPU is called _______
a) Level 1 cache
b) Level 2 cache
c) Registers
d) TLB
Answer
Answer: a [Reason:]
6. The larger memory placed between the primary cache and the memory is called ______
a) Level 1 cache
b) Level 2 cache
c) EEPROM
d) TLB
Answer
Answer: b [Reason:]
7. The next level of memory hierarchy after the L2 cache is _______
a) Secondary storage
b) TLB
c) Main memory
d) Register
Answer
Answer: d [Reason:]
8. The last on the hierarchy scale of memory devices is ______
a) Main memory
b) Secondary memory
c) TLB
d) Flash drives
Answer
Answer: b [Reason:]
9. In the memory hierarchy, as the speed of operation increases the memory size also increases.
a) True
b) False
Answer
Answer: b [Reason:]
10. If we use the flash drives instead of the harddisks, then the secondary storage can go above primary memory in the hierarchy.
a) True
b) False
Answer
Answer: b [Reason:]
Computer Networks MCQ Set 3
1. The address space of the IA-32 is ____
a) 216
b) 232
c) 264
d) 28
Answer
Answer: b [Reason:]
2. The addressing method used in IA-32 is ______
a) Little Endian
b) Big Endian
c) X-Little Endian
d) Both Little and Big Endian
Answer
Answer: a [Reason:]
3. The floating point numbers are stored in general purpose register in IA-32.
a) True
b) False
Answer
Answer: b [Reason:]
4. The The Floating point registers of IA-32 can operate on operands up to _____
a) 128 bit
b) 256 bit
c) 80 bit
d) 64 bit
Answer
Answer: d [Reason:]
5. The size of the floating registers can be extended upto _____
a) 128 bit
b) 256 bit
c) 80 bit
d) 64 bit
Answer
Answer: c [Reason:]
6. The IA-32 architecture associates different parts of memory called ____ with different usages.
a) Frames
b) Pages
c) Tables
d) Segments
Answer
Answer: d [Reason:]
7. The PC is incorporated with the help of general purpose registers.
a) True
b) False
Answer
Answer: b [Reason:]
8. IOPL stands for ________
a) Input/Output Privilege level
b) Input Output Process Link
c) Internal Output Process Link
d) Internal Offset Privilege Level
Answer
Answer: a [Reason:]
9. In IA-32 architecture along with the general flags, the other conditional flags provided are _____
a) IOPL
b) IF
c) TF
d) All of the mentioned
Answer
Answer: d [Reason:]
10. The register used to serve as PC is called as _______
a) Indirection register
b) Instruction pointer
c) R-32
d) None of the mentioned
Answer
Answer: b [Reason:]
11. The IA-32 processor can switch between 16 bit operation and 32 bit operation with the help of instruction prefix bit .
a) True
b) False
Answer
Answer: a [Reason:]
12. The Bit extension of the register is denoted with the help of ____ symbol.
a) $
b) `
c) E
d) ~
Answer
Answer: c [Reason:]
13. The instruction, ADD R1, R2, R3 is decoded as _______
a) R1<-[R1]+[R2]+[R3].
b) R3<-[R1]+[R2].
c) R3<-[R1]+[R2]+[R3].
d) R1<-[R2]+[R3].
Answer
Answer: d [Reason:]
14. The instruction JG loop , does
a) jumps to the memory location loop if the result of the most recent arithmetic op is even
b) jumps to the memory location loop if the result of the most recent arithmetic op is greater than 0
c) jumps to the memory location loop if the test condition is satisfied with the value of loop
d) none of the mentioned
Answer
Answer: b [Reason:]
15. The LEA mnemonic is used to __________
a) Load the effective address of an instruction
b) Load the values of operands onto a accumulator
c) declare the values as global constants
d) Store the outcome of the operation at a memory location
Answer
Answer: a [Reason:]
Computer Networks MCQ Set 4
1. The interrupt-request line is a part of the
a) Data line
b) Control line
c) Address line
d) None of the mentioned
Answer
Answer: b [Reason:]
2. The return address from the interrupt-service routine is stored on the
a) System heap
b) Processor register
c) Processor stack
d) Memory
Answer
Answer: c [Reason:]
3. The signal sent to the device from the processor to the device after recieving an interrupt is
a) Interrupt-acknowledge
b) Return signal
c) Service signal
d) Permission signal
Answer
Answer: a [Reason:]
4. When the process is returned after an interrupt service ______ should be loaded again.
i) Register contents
ii) Condition codes
iii) Stack contents
iv) Return addresses
a) i,iv
b) ii,iii and iv
c) iii,iv
d) i,ii
Answer
Answer: d [Reason:]
5. The time between the recieval of an interrupt and its service is ______
a) Interrupt delay
b) Interrupt latency
c) Cycle time
d) Switching time
Answer
Answer: b [Reason:]
6. Interrupts form an important part of _____ systems.
a) Batch processing
b) Multitasking
c) Real-time processing
d) Multi-user
Answer
Answer: c [Reason:]
7. A single Interrupt line can be used to service n different devices?
a) True
b) False
Answer
Answer: a [Reason:]
8. ______ type circuits are generally used for interrupt service lines
i) open-collector
ii) open-drain
iii) XOR
iv) XNOR
a) i,ii
b) ii
c) ii,iii
d) ii,iv
Answer
Answer: a [Reason:]
9. The resistor which is attached to the service line is called _____
a) Push-down resistor
b) Pull-up resistor
c) Break down resistor
d) Line resistor
Answer
Answer: b [Reason:]
10. An interrupt that can be temporarily ignored is
a) Vectored interrupt
b) Non-maskable interrupt
c) Maskable interrupt
d) High priority interrupt
Answer
Answer: c [Reason:]
11. The 8085 microprocessor respond to the presence of an interrupt
a) As soon as the trap pin becomes ‘LOW’
b) By checking the trap pin for ‘high’ status at the end of each instruction fetch
c) By checking the trap pin for ‘high’ status at the end of execution of each instruction
d) By checking the trap pin for ‘high’ status at regular intervals
Answer
Answer: c [Reason:]
12. CPU as two modes privileged and non-privileged. In order to change the mode from privileged to non-privileged
a) A hardware interrupt is needed
b) A software interrupt is needed
c) Either hardware or software interrupt is needed
d) A non-privileged instruction (which does not generate an interrupt)is needed
Answer
Answer: b [Reason:]
13. Which interrupt is unmaskable?
a) RST 5.5
b) RST 7.5
c) TRAP
d) Both RST 5.5 and 7.5
Answer
Answer: c [Reason:]
14. From amongst the following given scenarios determine the right one to justify interrupt mode of data transfer
i) Bulk transfer of several kilo-byte
ii) Moderately large data transfer of more than 1kb
iii) Short events like mouse action
iv) Keyboard inputs
a) i and ii
b) ii
c) i,ii and iv
d) iv
Answer
Answer: d [Reason:]
15. How can the processor ignore other interrupts when it is servicing one
a) By turning off the interrupt request line
b) By disabling the devices from sending the interrupts
c) BY using edge-triggered request lines
d) All of the mentioned
Answer
Answer: d [Reason:]
Computer Networks MCQ Set 5
1. The chip can be disabled or cut off from external connection using ______
a) Chip select
b) LOCK
c) ACPT
d) RESET
Answer
Answer: a [Reason:]
2. To organise large memory chips we make use of ______
a) Integrated chips
b) Upgraded hardware
c) Memory modules
d) None of the mentioned
Answer
Answer: c [Reason:]
3. The less space consideration as lead to the development of ________ (for large memories).
a) SIMM’s
b) DIMS’s
c) SSRAM’s
d) Both SIMM’s and DIMS’s
Answer
Answer: d [Reason:]
4. The SRAM’s are basically used as ______
a) Registers
b) Caches
c) TLB
d) Buffer
Answer
Answer: b [Reason:]
5. The higher order bits of the address are used to _____
a) Specify the row address
b) Specify the column address
c) Input the CS
d) None of the mentioned
Answer
Answer: a [Reason:]
6. The address lines multiplexing is done using ______
a) MMU
b) Memory controller unit
c) Page table
d) Overlay geberator
Answer
Answer: b [Reason:]
7. The controller multiplexes the addresses after getting the _____ signal.
a) INTR
b) ACK
c) RESET
d) Request
Answer
Answer: d [Reason:]
8. The RAS and CAS signals are provided by the ______
a) Mode register
b) CS
c) Memory controller
d) None of the mentioned
Answer
Answer: c [Reason:]
9. Consider a memory organised into 8K rows, and that it takes 4 cycles to complete a read opeartion. Then the refresh overhead of the chip is ______
a) 0.0021
b) 0.0038
c) 0.0064
d) 0.0128
Answer
Answer: b [Reason:]
10. When DRAM’s are used to build a complex large memory,then the controller only provides the refresh counter.
a) True
b) False
Answer
Answer: a [Reason:]