Logo

Microprocessor Questions Set 40:

Quiz Mode

In 8-bit microprocessor, how many opcodes are present?

1
2
3
4

Solution:

Which of the following addressing modes is considered implicit?

1
2
3
4

Solution:

What does PSW stand for?

1
2
3
4

Solution:

Which instruction is used when the processor is expected to return to the main program from an ISR?

1
2
3
4

Solution:

Consider the following instruction:

El

MVI A, 08H

SIM

It means

1
2
3
4

Solution:

What does MICR stand for?

1
2
3
4

Solution:

What does CISC stand for?

1
2
3
4

Solution:

Content of variable flag after following 'c' code execution:

Unsigned char flag = 0*7C;

flag=flag | 0*80;

flag=flag | (1<<4);

flag&=~(1<<7);

flag^=(1<<6);

1
2
3
4

Solution:

What type of addressing mode approach is used here

SUB, DX, [2100]

LOOP 1000

1
2
3
4

Solution:

What is Microprocessor?

1
2
3
4

Solution: