Vidyalelo
ECE · all questions

Microprocessors And Microcontrollers
practice.

Practice every MCQ with options. Use Show answers when you want the correct option and solution.

238

Questions

12/12

Page

Pick an option on a question to see the right answer and solution.

A microcontroller differs from a microprocessor in terms of

Select an option to see the answer and solution.

Consider the following 8085 interrupts:
1. TRAP
2. INTR
3. RST 6
4. RST 7.5
5. RST 0
The software interrupt are

Select an option to see the answer and solution.

Match List-I with List-II and select the correct answer using the options given below the lists:
List-I (Pre terminals) List-II (Applications)
a. SID, SOD 1. Wait state
b. Ready 2. Interrupt
c. TRAP 3. Serial data transfer
d. ALE 4. Memory of I/O read/wire
5. Address latch control

Select an option to see the answer and solution.

Define the type of instruction with its addressing mode. (8086 ALP) IN AX, 04H

Select an option to see the answer and solution.

Consider the following 8085 instructions:
MVI   A, A9H
MVI   B, 57H
ADD   B
ORA   A
The flag status (S, Z, CY) after the instruction ORA A is executed, is

Select an option to see the answer and solution.

Consider the following:
1. Sign Flag
2. Zero Flag
3. Carry Flag
4. Parity Flag
Which of the above flags of 8085 get affected by the instruction SUB B?

Select an option to see the answer and solution.

In a microprocessor, when a CPU is interrupted, it

Select an option to see the answer and solution.

Consider the following statements:
The SIM instruction outputs the contents of accumulator to define:
1. Interrupt mask bit.
2. Interrupt pending bit.
3. Serial input data line.
4. Serial output data line.
Which of the statements given above are correct?

Select an option to see the answer and solution.

A microprocessor with 12-bit address bus will be able to access . . . . . . . . kilobytes of memory.

Select an option to see the answer and solution.

Which one of the following interrupts is both level and edge sensitive?

Select an option to see the answer and solution.

Which one of the following is NOT a vectored interrupt?

Select an option to see the answer and solution.

Consider the following statements regarding programmable interrupt controller 8259A:
1. 8259A is specifically designed for use with the interrupt signals (INTR/INT) of 8085 microprocessor.
2. It can solve eight levels of interrupt priorities in a variety of modes.
3. With additional 8259A devices, the priority scheme can be expanded to 32 levels.
Which of the above statement is/are not correct?

Select an option to see the answer and solution.

Which one of the following addressing modes is used to compute the address of the operand by adding a constant value to the content of a register?

Select an option to see the answer and solution.

For 8085 microprocessor, the instruction RST 6 restarts subroutine at address:

Select an option to see the answer and solution.

In 8085 microprocessor system, the direct addressing instructions is

Select an option to see the answer and solution.

PUSH   a
PUSH   b
PUSH   c
POP   AX
POP   BX
SUB   AX, BX
POP   BX
ADD   AX, BX
The expression computed by the above program and stored in AX is

Select an option to see the answer and solution.

In IC 8085 Microprocessor TRAP interrupt ISR is at which memory address?

Select an option to see the answer and solution.

The output data lines of microprocessor and memories are usually tristated, because:

Select an option to see the answer and solution.