Você está na página 1de 25

Id

Question

In 8086 when Interrupt flag is set ____________

The maskable interrupts are recognised by the CPU

The maskable interrupts are not recognised by the CPU

The non-maskable interrupts are recognised by the CPU

None of thses

Answer

Marks

Unit

Id

Question

In 8086 Parity flag is set when ____________

The result contain even number of 1's

The result contain odd number of 1's

The result contain all zeros

both a and b

Answer

Marks

Unit

Id

Question

Which of the following is the 8 bit microprocessor?

8008

8080

8085

All of these

Answer

Marks

Unit

Id

Question

The I/O space of 8086 is ________ .

64 K Word ports

64 K byte ports

32 K byte ports

16 K Word ports

Answer

Marks

Unit

Id

Question

The 8086 is a __________ bit Microprocessor.

8 bit

32 bit

16 bit

24 bit

Answer

Marks

Unit

Id

Question

The operating modes of 8086 is ______________

Real mode

Maximum mode

Minimum Mode

Both b and c

Answer

Marks

Unit

Id

Question

The 8086 has ____________ data bus

32 bit

16 bit

64 bit

8 bit

Answer

Marks

Unit

Id

Question

The 8086 has ____________ Address bus

20 bit

16 bit

32 bit

24 bit

Answer

Marks

Unit

Id

Question

The Instruction queue of 8086 is ____________ Bytes

8 bytes

6 bytes

8 bytes

12 bytes

Answer

Marks

Unit

Id

10

Question

What is the maximum size of each memory segment in 8086?

64 kbyte

32 kbyte

60 kbyte

8 kbyte

Answer

Marks

Unit

Id

11

Question

What is the size of physical memory in 8086?

64 Kbyte

1 Mbyte

32 Kbyte

24 Kbyte

Answer

Marks

Unit

Id

12

Question

In 8086, _______ is the example for Non-maskable interrupt.

Trap

RST6.5

INTR

None of these

Answer

Marks

Unit

Id

13

Question

Which processor structure is pipelined?

all x80 processors

all x85 processors

all x86 processors

None of these

Answer

Marks

Unit

Id

14

Question

In 8086 the overflow flag is set when___________

The sum is more than 16 bits

Signed numbers go out of their range after an arithmetic operation

Carry and sign flags are set

During subtraction

Answer

Marks

Unit

Id

15

Question

What is meant by Maskable interrupts?

An interrupt which can never be turned off.

An interrupt that can be turned off by the programmer.

An interuppt is always on

None of these

Answer

Marks

Unit

Id

16

Question

Which of the following is /are the functions of BIU?

To send the address of memory or I/O

To fetch instruction from memory

To support instruction queuing

All of these

Answer

Marks

Unit

Id

17

Question

The BIU of 8086 consist of ____________

segment registers

instruction queue

Instruction Pointer

All of these

Answer

Marks

Unit

Id

18

Question

The Segment register of 8086 is __________ bit.

8 bit

16 bit

32 bit

20 bit

Answer

Marks

Unit

Id

19

Question

The queue of 8086 operates on the principle of ___________

LIFO

FIFO

LILO

FILO

Answer

Marks

Unit

Id

20

Question

Feature of fetching the next instruction while the current instruction is executing is called
____________

Fetching

Pipelining

Execution

Decoding

Answer

Marks

Unit

Id

21

Question

The EU unit of 8086 consist of ____________

ALU

Flag register

instruction decoder

All of these

Answer

Marks

Unit

Id

22

Question

A register set of 8086 consists of ____________

General purpose register

Pointer register

Index register

All of these

Answer

Marks

Unit

Id

23

Question

The flag register of 8086 is _________ bits

8 bits

32 bits

16 bits

24 bits

Answer

Marks

Unit

Id

24

Question

During physical address calculation the segment register content are shifted by _______________

2-bits left

4-bits left

2-bits right

4-bits right

Answer

Marks

Unit

Id

25

Question

During instruction fetch __________ and __________ registers are used.

IP , DS

CS , IP

SS , BP

SS , IP

Answer

Marks

Unit

Id

26

Question

What is the size of TR in 80386?

16 bits

32 bits

48 bits

64 bits

Answer

Marks

Unit

Id

27

Question

____________ flag of 8086 is used for single stepping mode through a program

Zero flag

Trap Flag

Sign Flag

Interrupt Flag

Answer

Marks

Unit

Id

28

Question

Which of the following 8086 related statement is/are true?

segment can overlap

segment maximum size is 64 kbytes

segments minimum size is 16 bytes

All of these

Answer

Marks

Unit

Id

29

Question

_________ allow to use separate memory area for program, data, code and stack

Segmentation

Pipelining

Both a and b

None of these

Answer

Marks

Unit

Id

30

Question

For the stack operation in 8086 __________ register are used?

SS

SP

BP

All of these

Answer

Marks

Unit

Id

31

Question

What is the size of physical address in 8086?

16 bit

20 bit

24 bit

32 bit

Answer

Marks

Unit

Id

32

Question

The contents of different registers are given below. AX = 1000H, BX = 2000H, SI = 3000H, DI =
4000H, BP = 5000H, SP = 6000H, CS = 0000H, DS = 1000H, SS = 2000H, IP = 7000H.
Calculate physical address for MOV AX, [5000H].

5000H

15000H

10500H

1000500H

Answer

Marks

Unit

Id

33

Question

The contents of different registers are given below. AX = 1000H, BX = 2000H, SI = 3000H, DI =
4000H, BP = 5000H, SP = 6000H, CS = 0000H, DS = 1000H, SS = 2000H, IP = 7000H.
Calculate physical address for MOV AX, [BP] [SI]

18000H

15000H

12000H

28000H

Answer

Marks

Unit

Id

34

Question

The contents of different registers are given below. AX = 1000H, BX = 2000H, SI = 3000H, DI =
4000H, BP = 5000H, SP = 6000H, CS = 0000H, DS = 1000H, SS = 2000H, IP = 7000H.
Calculate physical address for MOV AX, 5000H [BX] [SI]

15000H

10000H

0A000H

1A000H

Answer

Marks

Unit

Id

35

Question

What is the output of the following code


AL=88 BCD, CL=49 BCD
ADD AL,CL
DAA

D7, CF=1

37, CF=1

73, CF=1

7D, CF=1

Answer

Marks

Unit

Id

36

Question

What is the output of the following code


AL= 49 BCD, BH= 72 BCD
SUB AL,BH
DAS

AL=D7, CF=1.

AL=7D, CF=1.

AL=77, CF=1

none of them

Answer

Marks

Unit

Id

37

Question

What is opcode?

The instruction that is to be executed

The value in which an operation acts upon

A mnemonic that defines a data size

The compiled assembly code

Answer

Marks

Unit

Id

38

Question

What are the names of the 4 segment registers?

Data, Index, Code, Stack

Stack, Index, Extra, Code

Stack, Data, Base, Counter

Stack, Extra, Code, Data

Answer

Marks

Unit

Id

39

Question

The 8086/8088 used two processing units which were known as:

Left and Right Units

Segment and Offset Units

Bus Unit and Execution Interface Unit

Bus Interface Unit and Execution Unit

Answer

Marks

Unit

Id

40

Question

The first processor to include Virtual memory in the Intel microprocessor family was:

4004

80286

80386

80486

Answer

Marks

Unit

Id

41

Question

The Effective address range in 8086 is _________________.

0000H to FFFFH

00000H to FFFFFH

0000H to 0FFFH

None of these

Answer

Marks

Unit

Id

42

Question

Which segment register is used along with BP register to calculate Physical address?

CS

SS

DS

ES

Answer

Marks

Unit

Id

43

Question

Can ROM be used as stack?

Yes

No

Sometimes yes

Sometimes no

Answer

Marks

Unit

Id

44

Question

The zero flag is reset

When the result of last arithmetic/logical instruction is zero

When the result of last arithmetic/logical instruction is not zero

When the result of last arithmetic/logical instruction produces carry out of MSB.

None of these

Answer

Marks

Unit

Id

45

Question

What is the size of IP in 8086 is __________________

32

16

48

Both a and b

Answer

Marks

Unit

Id

46

Question

Microprocessor speed depends on ______

Clock

Data bus width

Address bus width

Size of register

Answer

Marks

Unit

Id

47

Question

What is the range of Memory locations in 8086?

00000H to FFFFFH

0000H to FFFFH

000000H to FFFFFFH

00000H to FFFFH

Answer

Marks

Unit

Id

48

Question

In 8086 when Auxiliary Flag is set ____________

If there is carry from lower nibble

If there is no carry from lower nibble

Both a and b

None of these

Answer

Marks

Unit

Id

49

Question

In 8086 when Trap flag is set _______________

The processor enter the free run mode

The processor enter the single step execution mode

Both a and b

none of these

Answer

Marks

Unit

Id

50

Question

8088 differs 8086 in _______________

Data width on the output

Supports of Co processor

Address capability

Supports of max/min mode.

Answer

Marks

Unit

Id

51

Question

For 8086 _________ bus is bidirectional and __________ bus is unidirectional

Address, data

Data , address

Control, data

Address, control

Answer

Marks

Unit

Id

52

Question

What is the function of segment registers?

To store the starting address of corresponding segment

To store data required for arithmetic or logical operations

To store address within the segment

All of above

Answer

Marks

Unit

Id

53

Question

What is the address range of I/O space in 8086?

0000h 0FFFh

00000h FFFFFh

0000h FFFFh

None of these

Answer

Marks

Unit

Id

54

Question

Which registers are used to generate physical address from logical address?

Segment registers

Offset register

Both (a) and (b)

General purpose register

Answer

Marks

Unit

Id

55

Question

ALE stands for ______

Address latch enable

Address length enable

Address lower enable

Address last enable

Answer

Marks

Unit

Id

56

Question

Which flag is not present in 8086 microprocessor but present in 80386 microprocessor?

Zero Flag

Sign Flag

Trap Flag

Nested Task Flag

Answer

Marks

Unit

Id

57

Question

Which of the following is not possible by a microprocessor?

Reading from Memory

Writing into Memory

Reading from Input port

Writing into Input port

Answer

Marks

Unit

Id

60

Question

A 32-bit processor has

32 register

32 I/O devices

32 Mb of RAM

32bit ALU and 32-bit registers

Answer

Marks

Unit

Id

61

Question

A machine cycle refers to

fetching an instruction

clock speed

fetching, decoding and executing an instruction

executing an instruction

Answer

Marks

Unit

Id

62

Question

The system bus is made up of ______

Data bus

Data bus and address bus

Data bus and control bus

Data bus, control bus and address bus

Answer

Marks

Unit

Id

63

Question

The minimum number of bits required to store the hexadecimal number FFH is ______

16

Answer

Marks

Unit

Id

64

Question

A megabyte represents ______

1 million bytes

1024 kilobytes

230 bytes

1024 bytes

Answer

Marks

Unit

Id

65

Question

The ASCII code of A is ______

66D

41H

0100 0010

0110 0011

Answer

Marks

Unit

Id

66

Question

Why 80386 processor is called as 32 bit processor?

Because 80386 processor has 32 bit ALU

Because 80386 processor has 32 bit data bus

Both(a) and (b)

None of these

Answer

Marks

Unit

Id

67

Question

How many break point addresses we can load in debug registers of 80386 microprocessor?

Answer

Marks

Unit

Id

68

Question

What is the use of base registers and offset registers?

To hold 16-bit relative address present within the segment

To perform arithmetic and logical operations

To hold the data temporary

All of above

Answer

Marks

Unit

Id

69

Question

If direction flag is set then

SI is automatically decremented

SI is automatically incremented

DI is automatically decremented

Both (a) and (c)

Answer

Marks

Unit

Id

70

Question

If PE = 1, then 80386 DX microprocessor operates in _____

Real mode

Protected mode

Virtual 86 mode

Special mode

Answer

Marks

Unit

Id

71

Question

READY# is ________

Address Bus Ready signal

Data bus ready signal

Control Bus ready signal

All of the above

Answer

Marks

Unit

Id

72

Question

In which microprocessor does the concept of pipeline introduced?

80186

80286

80386

80486

Answer

Marks

Unit

Id

73

Question

The parity bits are used to check that a _____

Two bit error

Single bit error

Multi bit error

None of these

Answer

Marks

Unit

Id

74

Question
A

________ is the most important segment and it contains the actual assembly language instruction
to be executed by the microprocessor:
Data segment

Code segment

Stack segment

Extra segment

Answer

Marks

Unit

Id

75

Question

A microprocessor contains _______

most of RAM

most of ROM

peripheral drivers

most of the control and arithmetic logic functions of computer

Answer

Marks

Unit

Prepared and Compiled by: Prof.M.B.Salunke & Prof.R.S.Vairagde of SITS, Narhe.

Você também pode gostar