wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

MPMC UNIT 1 QUIZ

Total questions: 20

Worksheet time: 10mins

Name
Class
Date
1.

Which is the microprocessor comprises?

a)

Register section

b)

One or more ALU

c)

Control unit

d)

All of the mentioned

2.

A 16-bits address bus can generate _____addresses.

a)

32767

b)

25652

c)

65536

d)

None of the mentioned

3.

Which of the following is a 16-bit register?

a)

AL

b)

AX

c)

AH

d)

All of the mentioned

4.

_______ register is used as a default counter in case of string and loop instructions.

a)

AX

b)

BX

c)

CX

d)

DX

5.

The number of address and data lines of 8086_________.

a)

8 and 8

b)

16 and 16

c)

20 and 16

d)

16 and 20

6.

_______ is the most important segment and it contains the actual assembly language instructions to be executed by the microprocessor.

a)

Data segment

b)

Code segment

c)

Stack segment

d)

Extra segment

7.

In 8086 the overflow flag is set when______.

a)

The sum is more than 16 bit

b)

Carry and sign flags are set

c)

Signed numbers go out of their range after an arithmetic operation

d)

During subtraction

8.

Memory size of 8086 microprocessor

a)

1MB

b)

4KB

c)

256 bytes

d)

128bytes

9.

The number of General Purpose Registers present in 8086 microprocessor

a)

4

b)

14

c)

10

d)

34

10.

The starting address of the segment is called

a)

base address

b)

offset address

c)

effective address

d)

none of the above

11.

NMI stands for

a)

Not memory instruction

b)

not maskable instruction

c)

non maskable instruction

d)

none of the above

12.

After using Shift Arithmetic Right instruction the BL register containing 10101001 becomes

a)

11010100

b)

01010011

13.

The BIU contains FIFO register of size ____________bytes

a)

8

b)

6

c)

4

d)

12

14.

Which one is NOT a 16-bit register in Intel 8088?

a)

AX

b)

SP

c)

DI

d)

BL

15.

How many buses are connected as part of the 8085A microprocessor?

a)

8

b)

5

c)

3

d)

2

16.

Which of following instruction subtract memory and carry

from a,b

a)

AB[a,x,y]

b)

SBC[a,b]

c)

SUB[a,b,d]

d)

tst[a,b]

17.

A machine language instruction format consists of -

a)

Operation code field

b)

Operation code field & operand field

c)

Operand field

d)

none of the mentioned

18.

consider the following

I) Sign flag

II) Trap flag

III) Parity flag

IV) Auxiliary carry flag

Which one of the above flags is/are present in 8085 microprocessor?

a)

(I) only

b)

(I)&(II) only

c)

(II) & (III) only

d)

(I),(III)&(IV)

19.

The___________ translates a byte from one code to another code

a)

XLAT

b)

XCHNG

c)

POP

d)

PUSH

20.

Which one of these is NOT the addressing mode on Intel 80x86 (including 8088)?

a)

Memory

b)

Register

c)

Based Indexed

d)

Immediate