Microprocessor 808x (CBSE (UGC) NET)

Microprocessor

15 Questions Published

Questions

Question 1 Multiple Choice (Single Answer)

The __________ component in Intel 8251 microprocessor is an output terminal that indicates that the 8251 has transmitted all the characters and has no character data.

  1. TXRDY
  2. TXE
  3. TXC
  4. TXD
  5. RD
Question 2 Multiple Choice (Single Answer)

_______ bit of status register in the architecture of 8087 co-processor is used for under flow error that indicates a result which is too large to be represented.

  1. OE
  2. TOP
  3. UE
  4. ZE
  5. DE
Question 3 Multiple Choice (Single Answer)

The ____________ port in a computer is a standard hardware interface used for implementing asynchronous serial data communication ports on devices such as CRT terminals, printers modems and keyboards.

  1. LPT1
  2. USB
  3. RS232C
  4. SCSI
  5. Game port
Question 4 Multiple Choice (Single Answer)

The _______________ instruction debugger command in a microprocessor enables one to write the program from a specified address.

  1. DUMP
  2. ENTER
  3. ASSEMBLE
  4. GO
  5. REGISTER
Question 5 Multiple Choice (Single Answer)

The instruction used in 8085 to store a byte from AL into a string location in memory is

  1. LOD SB
  2. LOD SW
  3. STO SB
  4. MOV AX, 54H
  5. HLT
Question 6 Multiple Choice (Single Answer)

_____________ mode is the one in which one byte port address is provided after the opcode and the port address cannot be changed throughout the program execution.

  1. Variable port addressing
  2. Based indexed addressing
  3. Based indexed addressing with displacement
  4. Fixed port addressing
  5. Indirect addressing mode
Question 7 Multiple Choice (Single Answer)

______ is a 16-bit register having 16 flip flops that shows the condition or changes produced by the execution of an instruction.

  1. Flag register
  2. Control system
  3. ALU
  4. Instruction decoder
  5. GPRs
Question 8 Multiple Choice (Single Answer)

_________________ language translator in a microprocessor is basically a program that enables the programmers to find and remove errors from a program.

  1. Compiler
  2. Assembler
  3. Interpreter
  4. Debugger
  5. Object program
Question 9 Multiple Choice (Single Answer)

The ______________ data transfer instruction in 8086 microprocessor is used to copy data from source memory location to destination.

  1. XCHG
  2. XLAT
  3. MOV
  4. LDS
  5. LEA
Question 10 Multiple Choice (Single Answer)

The _____________ pin 8086 is a bus high enable signal that shows the data transfer over the higher order (D15-D8) data bus.

  1. A19/S6
  2. INTR
  3. NMI
  4. BHE/S7
  5. RESET
Question 11 Multiple Choice (Single Answer)

The ___________ pair of registers in general purpose registers is used as a memory pointer in data segment and is also used for based indexed and register indirect addressing modes.

  1. AX
  2. BX
  3. CX
  4. DX
  5. BP
Question 12 Multiple Choice (Single Answer)

____________ in 8086 is used to LOOP or jump to the location described by label if CX does not equal zero and ZF = 0.

  1. LOOPE
  2. LOOPNZ
  3. LOOPZ
  4. LOOPNE
  5. NOP no operand
Question 13 Multiple Choice (Single Answer)

The ________________ instruction in 8086 microprocessor is used for signed multiplication that multiplies the signed contents of AL or AX with the signed contents of source and stores the result back in AX.

  1. DIV
  2. CMP
  3. IMUL
  4. DEC
  5. MUL
Question 14 Multiple Choice (Single Answer)

The ________________ is a branch instruction encountered by a microprocessor at the end of subroutine and it returns the control to the main program.

  1. INTn no operand
  2. RET no operand
  3. CALL subroutine/procedure
  4. IRET no operands
  5. INTO no operand
Question 15 Multiple Choice (Single Answer)

___________ is a flag manipulation instruction in 8086, which is the interrupt flag set by the instruction that helps processor to identify the maskable interrupt on INTR pin.

  1. STC no operand
  2. STD no operand
  3. STI no operand
  4. CLC no operand
  5. CLD no operand