Questions
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.
- TXRDY
- TXE
- TXC
- TXD
- RD
_______ 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.
- OE
- TOP
- UE
- ZE
- DE
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.
- LPT1
- USB
- RS232C
- SCSI
- Game port
The _______________ instruction debugger command in a microprocessor enables one to write the program from a specified address.
- DUMP
- ENTER
- ASSEMBLE
- GO
- REGISTER
The instruction used in 8085 to store a byte from AL into a string location in memory is
- LOD SB
- LOD SW
- STO SB
- MOV AX, 54H
- HLT
_____________ 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.
- Variable port addressing
- Based indexed addressing
- Based indexed addressing with displacement
- Fixed port addressing
- Indirect addressing mode
______ is a 16-bit register having 16 flip flops that shows the condition or changes produced by the execution of an instruction.
- Flag register
- Control system
- ALU
- Instruction decoder
- GPRs
_________________ language translator in a microprocessor is basically a program that enables the programmers to find and remove errors from a program.
- Compiler
- Assembler
- Interpreter
- Debugger
- Object program
The ______________ data transfer instruction in 8086 microprocessor is used to copy data from source memory location to destination.
- XCHG
- XLAT
- MOV
- LDS
- LEA
The _____________ pin 8086 is a bus high enable signal that shows the data transfer over the higher order (D15-D8) data bus.
- A19/S6
- INTR
- NMI
- BHE/S7
- RESET
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.
- AX
- BX
- CX
- DX
- BP
____________ in 8086 is used to LOOP or jump to the location described by label if CX does not equal zero and ZF = 0.
- LOOPE
- LOOPNZ
- LOOPZ
- LOOPNE
- NOP no operand
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.
- DIV
- CMP
- IMUL
- DEC
- MUL
The ________________ is a branch instruction encountered by a microprocessor at the end of subroutine and it returns the control to the main program.
- INTn no operand
- RET no operand
- CALL subroutine/procedure
- IRET no operands
- INTO no operand
___________ 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.
- STC no operand
- STD no operand
- STI no operand
- CLC no operand
- CLD no operand