1. Which one of the following is not a vectored interrupt ?

INTR

TRAP

RST 4.5

RST 7.5

Answer: INTR

Explanation:


2. The number of bits needed to address 4K memory is ?

6

8

12

16

Answer: 12

Explanation:


3. When the 8051 is reset and the line in HIGH, the program counter points to the first program instruction in the ?

internal code memory

external code memory

internal data memory

external data memory

Answer: internal code memory

Explanation:


4. Which instruction in an 8085 processor can clear the accumulator 8085 ?

MOV B, C

XRA A

STA 2000H

JNZ 2100H

Answer: XRA A

Explanation:


5. DMA channel data facilitates data to move into and out of the system ...... ?

on first come first serve basis

without program intervention

without subroutine

with equal time delay

Answer: without program intervention

Explanation:


6. Which among the following are level triggering interrupts ?

RST 6.5 and RST 5.5

RST 7.5 and RST 6.5

RST 5.5 and RST 7.5

INTR and RST 7.5

Answer: RST 6.5 and RST 5.5

Explanation:


7. In a microprocessor ?

One machine cycle is equal to one clock cycle

One clock cycle consists of several machine cycles

One machine cycle consists of several clock cycles

One machine cycle is always less than one clock cycle

Answer: One machine cycle consists of several clock cycles

Explanation:


8. Program counter of a 8085 holds the address of ?

ALU for next operation

Flag register to be change after ALU operation

Instruction to be executed to be executed next

Temporary registers to be used next

Answer: Instruction to be executed to be executed next

Explanation:


9. Which of the following instructions have only one operand ?

Multiply

Add

Shift

Subtract

Answer: Shift

Explanation:


10. In the register indirect addressing mode of 8085 microprocessor, data is stored Register ?

at the address contained in the register pair

in the register pair

in the accumulator

in a fixed location of the memory

Answer: at the address contained in the register pair

Explanation: