0

Microprocessor 808x (CBSE (UGC) NET)

Description: Microprocessor
Number of Questions: 15
Created by:
Tags: Microprocessor Digital Systems and Microprocessors
Attempted 0/15 Correct 0 Score 0

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


Correct Option: B
Explanation:

It is abbreviation for Transmitter Empty.This component in Intel 8251 microprocessor is an output terminal which indicates that the 8251 has transmitted all the characters and has no character data.

_______ 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


Correct Option: A
Explanation:

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

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


Correct Option: C
Explanation:

This 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.

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


Correct Option: C
Explanation:

This instruction debugger command in microprocessor enables one to write program from a specified address.

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


Correct Option: C
Explanation:

STO SB meand Store Byte to String. This instruction is used in 8085 to store a byte from AL into a string location in memory.

_____________ 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


Correct Option: D
Explanation:

This I/O port addressing mode is the one in which one byte port address is provided after the opcode and the port address can't be changed throughout the program execution.

______ 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


Correct Option: A
Explanation:

This main part of Execution Unit is a 16-bit register having 16 flip flops that shows the condition or changes produced by the execution of an instruction.

_________________ 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


Correct Option: D
Explanation:

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

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


Correct Option: C
Explanation:

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

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


Correct Option: D
Explanation:

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

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


Correct Option: B
Explanation:

This 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.

____________ 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


Correct Option: B
Explanation:

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

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


Correct Option: C
Explanation:

This instruction in 8086 microprocessor is used for signed multiplication.

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


Correct Option: B
Explanation:

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

___________ 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


Correct Option: C
Explanation:

STI stands for Set Interrupt. This 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.

- Hide questions