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

11/12

Page

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

Consider the following statements:
1. A total of about one million bytes can be directly addressed by the 8086 microprocessor.
2. The 8086 has thirteen 16-bit registers.
3. The 8086 has eight flags.
4. Compared to 8086, the 80286 provides a higher degree of memory protection.
Of these statements

Select an option to see the answer and solution.

Which one of the following control bits of 8086 flag register is used to put the 8086 in single step mode?

Select an option to see the answer and solution.

The 8255 programmable peripheral interface consist of . . . . . . . . 8-bit ports

Select an option to see the answer and solution.

Which one of the following instructions in a stack computer consists of an operation code only with no address field?

Select an option to see the answer and solution.

Which is internal RAM address of SBUF in 8051?

Select an option to see the answer and solution.

The 8085 supports . . . . . . . . number of instructions, with . . . . . . . . number of addressing modes and operates at . . . . . . . . MHz frequency.

Select an option to see the answer and solution.

An array processor is a . . . . . . . . Machine

Select an option to see the answer and solution.

Which one of the following is not an arithmetic instruction?

Select an option to see the answer and solution.

The addressing expression in 8086, "MOV count, 100H" is an example of . . . . . . . .

Select an option to see the answer and solution.

What is the address space of 8086 CPU?

Select an option to see the answer and solution.

Identify the mathematical function that is performed by the following instructions.
MVI A, 07H
RLC
MOV B, A
RLC
RLC
ADD B

Select an option to see the answer and solution.

A 8255 chip is selected when A2 to A7 bits are all 1. The address of port C

Select an option to see the answer and solution.

Consider the following loop:
MOV CX, 8000H
L1 : DEC CX
JNZ L1
The processor is running at 14.7456/3 MHz and DEC CX requires 2 clock cycles and JNZ requires 16 clock cycles. The total time taken is nearly

Select an option to see the answer and solution.

Consider the following registers:
1. Accumulator and B register
2. B and C registers
3. D and E registers
4. H and L registers
Which of these 8-bit registers of 8085 µP can be paired together to make a 16-bit register?

Select an option to see the answer and solution.

What will be the content of Accumulator, Register-B and Overflow flag (OV) after execution of following 8051 micro-controller assembly code?
MOV A, #65h
MOV 0F0h, #14h
DIV AB
DIV AB

Select an option to see the answer and solution.

The stack pointer will be affected by instruction:
1. PUSH PSW
2. CALL ADDR
3. XTHL
4. RST n

Select an option to see the answer and solution.

What is the RAM and ROM size in 8051 microcontroller?

Select an option to see the answer and solution.

What is the maximum number of key codes that can be generated by 8279?

Select an option to see the answer and solution.

8251 IC is a

Select an option to see the answer and solution.

How many bytes of bit addressable memory is present in 8051 based microcontrollers?

Select an option to see the answer and solution.