You are on page 1of 8

Exam Seat No. Examiner’s Marks & Sign.

Student’s Sign Jr. Supervisor’s Sign.

Shivaji University Kolhapur


S.E. (Computer Science and Engineering)
(Part-II) (Semester-III) Examination, December -2020
MICROPROCESSORS
Sub.Code:63528
Day and Date: 26/12/2020 Total Marks: 50
Time: 3.00 PM to 4.00 PM
Instructions:
1. Attempt any 25 of the fol1owing.
2. Each question carries TWO Marks
3. Write the correct option in each of the following.

1. The addressing mode that is used in unconditional branch instructions is

a) Intrasegment direct addressing mode


b) Intrasegment indirect addressing mode
c) Intrasegment direct and indirect addressing mode
d) Intersegment direct addressing mode

2. The instruction, JMP 5000H:2000H; is an example of


a) intrasegment direct mode
b) intrasegment indirect mode
c) intersegment direct mode
d) intersegment indirect mode

3.  The assembler directives which are the hints using some predefined alphabetical strings
are given to
a) processor
b) memory
c) assembler
d) processor & assembler

4.  Match the following

a) DB 1) used to direct the assembler to reserve only 10-bytes


b) DT 2) used to direct the assembler to reserve only 4 words
c) DW 3) used to direct the assembler to reserve byte or bytes
d) DQ 4) used to direct the assembler to reserve words

a) a-3, b-2, c-4, d-1


b) a-2, b-3, c-1, d-4
c) a-3, b-1, c-2, d-4
d) a-3, b-1, c-4, d-2

5. The processor 80386/80486 and the Pentium processor uses _____ bits address bus:

a. 16
b. 32
c. 36
d.64

6. A machine language instruction format consist of

a. Operation Code Field

b. Operation Code Field and Operand Field

c. Operand Field

d. None of the mentioned

7. How many Buses are connected as part of 8085 Microprocessor


a. 8
b.7
c.3
d.4
8. ALU of 8085 microprocessor consist of
a. Accumulator, Arithmetic, Logic Circuits and Five Flags
b. Accumulator, Arithmetic, and Logic Circuits
c. Accumulator, Temporary registers Arithmetic, Logic Circuits and five Flags
d. Accumulator, Temporary registers Arithmetic, and Logic Circuits
9. Which Register Pair is not present in 8085?
a. B & C
b. H& L
c. E & F
d. None

10. What is Content of BL after execution of the following program?

MOV BL,56H;
XOR BL,BL;
HLT;
a. 27H
b. 00H
c. 56H
d. None
11.  The directive that marks the end of a logical segment is
a) ENDS
b) END
c) ENDS & END
d) None of the mentioned

12.  To form a physical memory address, appropriate segment register contents are
a) shifted by left by 4 positions
b) added to 16-bit offset address
c) operated using one of addressing modes
d) all of the mentioned

13. The paging unit is enabled only in


a. virtual mode
b. addressing mode
c. protected mode
d. none of the mentioned
14. What is another name of memory stack especially given for the fundamental function
performed by it?
(a) Last-in-first-out (LIFO)
(b) First-in-last-out (FILO)
(c) First-in-first-out (FIFO)
(d) Last-in-last-out (LILO)

15. In the RCL instruction, the contents of the destination operand undergoes function
as
(a) Carry flag is pushed into LSB and MSB is pushed into carry flag
(b) Carry flag is pushed into MSB and LSB is pushed into carry flag
(c) Auxiliary flag is pushed into LSB and MSB is pushed into carry flag
(d) Parity flag is pushed into MSB and LSB is pushed into carry flag

16. In 8086 onward microprocessor, shift operation also performs the arithmetic simple
arithmetic as multiplication by  powers of 2+n after which shift:
a. Left
b. Right
c. Both a and b
d. None
17. In JMP group what is distance for Short JMP?
a. +127 to -128 Bytes
b. +127 Bytes
c. 32Kbytes
d. None
18. What result is present in AX after execution of following program?
MOV AL, 5AH;
MOV BL, 23H;
ADD AL,BL;
AAA;

a. 0103
b. 3130
c.0013
d. 1300
19.  If any interrupt request given to an input pin cannot be disabled by any means then the
input pin is called
a) maskable interrupt
b) nonmaskable interrupt
c) maskable interrupt and nonmaskable interrupt
d) none of the mentioned

20. In the real mode, the memory that is reserved for interrupt vector table is
a) first 2 KB of memory
b) first 1 KB of memory
c) last 2 KB of memory
d) last 1 KB of memory

21. In 80386 , Segment register are called as


a. Selector
b. Descriptor
c. Both a and b
d. None
22. In Paging Mechanism, What is size of each page?
a. 4KB
b. 8KB
c. 1KB
d. 2KB
23. What result is present in AL after execution of following program?
MOV AL, 59H;
MOV BL, 73H;
ADD AL,BL;
DAA;

a. 32H
b. CCH
c.13H
d. 12H
24. For 16bit Multiplication operation, result is present in__________register

a. AX
b. EAX
c. DX-AX
d. BX-AX

25. If A=FEH, B=32H what is result in A after execution of ANA B; instruction?

a. A=32H
b. A= 22H
c. A=FEH
d. A=00H
26. Which is not the control bus signal?

a. READ

b. WRITE

c. RESET

d. None of these

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

a. Data segment

b. Code segment

c. Stack segment

d. Extra segment

28. In 80386 how many Control Register are present?

a. 4

b. 8

c.6

d. 5

29. Hyper Threading is used in _________processor


a. 80386
b. 80486
c. Pentium
d. Pentium 4
30. MMX is used to increase the speed of _____________

a. Register

b. Flags

c. Graphics

d. Sound

Answer Keys
1. B

2. C

3. C

4. A

5. B

6. B

7. C

8. A

9. B

10. C

11. A

12. D

13. C

14. A

15. A

16. A

17. A

18. A

19. A

20. B
21. A

22. A

23. D

24. C

25. A

26. C

27. B

28. A

29. D

30. C

You might also like