Question 1 :
Which register of 8259 PIC stores all interrupt level that are requesting for interrupt service?
- IMR
- ISR
- Control Register
- IRR
Question 2 :
Which port is used for the generation of handshake lines in mode 1 or mode 2?
- Port B lower
- Port B
- Port A Upper
- Port C
Question 3 :
Select the correct difference between compare and subtract instruction of 8086.
- Compare instruction stores the result of comparison
- Compare instruction shows result using flags and doesn’t store result
- Subtraction doesn’t store result
- Subtraction shows result using flags and doesn’t store result
Question 4 :
In 8253 PIT device, the counter starts counting only if ?
- GATE signal is low
- GATE signal is high
- CLK signal is low
- CLK signal is high
Question 5 :
The speed of integer arithmetic of Pentium is increased to a large extent by?
- 4-stage pipelines
- superscalar and super pipelined architecture
- superscalar architecture
- on-chip floating point unit
Question 6 :
If any interrupt request given to an input pin cannot be disabled by any means then the input pin is called as?
- Maskable interrupt
- Non-maskable interrupt
- Maskable interrupt and Non-maskable interrupt
- Interrupt Request
Question 7 :
When an interrupt occurs, it breaks the execution of current instruction and diverts its execution to one of the following?
- Interrupt service routine
- Counter word register
- Execution unit
- control unit
Question 8 :
On the execution of CMPSB contents of which segment compared with contents of which segment?
- CS - DS
- DS - ES
- DS - DS
- ES - ES
Question 9 :
Select the correct difference between compare and subtract instruction of 8086
- Compare instruction stores the result of comparison
- Compare instruction shows result using flags and doesn’t store result
- Subtraction doesn’t store result
- Subtraction shows result using flags and doesn’t store result
Question 10 :
80386 support which type of descriptor table from the following?
- TDS
- ADT
- GDT
- MDS
Question 11 :
How many flags are active in flag register of 80386?
- 9
- 13
- 12
- 10
Question 12 :
What will be the 8-bit command to mask IR6, IR7 and unmask all other interrupts of 8259 using OCW1?
- A0H
- C0H
- D0H
- 0CH
Question 13 :
Which addressing mode is being used in the 8086 given instruction? MOV [BX],DL
- Direct Addressing Mode
- Register Indirect Addressing Mode
- Register Addressing Mode
- Immediate Addressing Mode
Question 14 :
Which type of descriptor table from the following is supported by 80386 DX ?
- TDS
- ADT
- GDT
- MDS
Question 15 :
The size of Segment address, offset address - physical address are ________ bits each in 8086 microprocessor.
- 8,8 - 16
- 8,16 - 20
- 16,16 - 20
- 8,8 - 8
Question 16 :
Which instruction makes the 8086 processor check the TEST* pin (* indicates active low signal)?
- WAIT
- ESC
- LOCK
- HLT
Question 17 :
The mechanism that determines whether a floating point operation will be executed without creating any exception is known as?
- Multiple Instruction Issue
- Multiple Exception Issue
- Safe Instruction Recognition
- Safe Exception Recognition
Question 18 :
In 8086, when the carry is generated from D3 bit (of D7-D0) ,flag set condition is shown with which flag?
- Auxiliary carry
- Carry flag
- Overflow flag
- Trap flag
Question 19 :
In PUSH instruction, after each execution of the instruction, the stack pointer is?
- incremented by 1
- decremented by 1
- incremented by 2
- decremented by 2
Question 20 :
ICW1 of single 8259 which is edge triggered will be?
- 0BH
- 13H
- 11H
- 40H
Question 21 :
Which is the 8086 instruction that copies content of flag register on to the stack?
- PUSH
- POP
- PUSHF
- POPF
Question 22 :
What are the three modules in the SPARC processor?
- IU, FPU, CU
- SP, DI, SI
- AX, BX, CX
- CU, CH, CL
Question 23 :
Which is a not part of Bus Interface Unit
- Instruction Queue
- Segment Registers
- Address conversion mechanism
- ALU
Question 24 :
What is used to implement the multiple branch prediction in Pentium processor?
- control unit
- bus interface unit
- branch instruction register
- branch target buffer
Question 25 :
Segment currently being accessed by 8086 is indicated by which status register?
- s3 - s4
- s0 - s1
- s5 - s6
- s1 - s2
Question 26 :
How linear address is calculated?
- effective address + segment base address
- effective address + Physical address
- Linear address + offset address
- Linear address + physical address
Question 27 :
Which one of the following is used to check output of every single instruction?
- Auxiliary carry
- carry flag
- overflow flag
- Trap flag
Question 28 :
What is the memory data bus width in Pentium?
- 16 bit
- 32 bit
- 64 bit
- 48 bit
Question 29 :
Which segment registers and offset registers combinations are true for 8086 processors:
- CS-IP; DS-SI; ES-DI; SS-SP
- CS-IP; DS-SI; ES-EI; SS-BP
- CS-SP; ES-SI; DS-DI; SS-BP
- CS-IP; DS-DI; ES-SI; SS-BP
Question 30 :
The status of the pending interrupts is checked at
- the end of main program
- the end of each instruction cycle
- the end of all the interrupts executed
- the beginning of every interrupt