0% found this document useful (0 votes)
279 views1 page

Department of Computer Science & Engineering Mid Examination - Ii

This document contains instructions for a mid-term exam on microprocessor and controller topics for a class of second year computer science students. The exam consists of two sections - the first section contains 6 short answer questions worth 1 mark each. The second section contains two longer answer questions from which students must choose one, each question is worth 12 marks and contains three sub-questions. The topics covered in the exam include static displays, error trapping, microcontrollers, interrupts, baud rate, 8259A interrupt controller, microcontroller selection criteria, 8051 programming and timing, 8237 DMA controller, 8051 instructions, pin diagrams, timer programming and interrupts.

Uploaded by

Kishan Chand
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
279 views1 page

Department of Computer Science & Engineering Mid Examination - Ii

This document contains instructions for a mid-term exam on microprocessor and controller topics for a class of second year computer science students. The exam consists of two sections - the first section contains 6 short answer questions worth 1 mark each. The second section contains two longer answer questions from which students must choose one, each question is worth 12 marks and contains three sub-questions. The topics covered in the exam include static displays, error trapping, microcontrollers, interrupts, baud rate, 8259A interrupt controller, microcontroller selection criteria, 8051 programming and timing, 8237 DMA controller, 8051 instructions, pin diagrams, timer programming and interrupts.

Uploaded by

Kishan Chand
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

DEPARTMENT OF COMPUTER SCIENCE & ENGINEERING

MID EXAMINATION - II
CLASS: II/IV B.Tech (CSE A & B)

Max.Marks: 30

SUB: MP (CS225)

Date:
6X1=6M

1.
2.
3.
4.
5.
6.

Define Static display?


Define Error trapping?
Draw 18-segment display?
Define microcontroller?
Distinguish Interrupt and Polling?
Define Baud rate?

1 X 12 = 12 M

1. A. Explain 8259A Priority Interrupt controller with neat sketch?


A B. Specify criterions for choosing a microcontroller?
C. Find the size of the delay in the following program, if the crystal frequency
is 11.0592 MHz for 8051 and DS89C4x0?
MOV A,#55h
Again: MOV P1,A
ACALL Delay
CPL A
SJMP Again
MC
Delay: MOV R3,#200
- 1/2
Here: DJNZ R3,Here
- 2/4
RET
- 2/2

(5 M)
(4 M)
(3 M)

(or)
2. A. With neat sketch explain 8237 DMA controller neat diagram?
B. Draw the block diagram of 8051 microcontroller?
C. Explain 8051 JUMP and CALL Instructions?

(5 M)
(3 M)
(4 M)

1 X 12 = 12 M
3. A. Explain 8051 pin diagram?
B. Specify steps to program Timer in mode1 with example?
C. Create a square wave of 66% duty cycle on bit 2 of prot1?

(5 M)
(4 M)
(3 M)

(or)
4. A. Explain the following 8051 addressing modes?
i.
Direct addressing mode
ii.
Register Indirect addressing mode
iii.
Indexed addressing mode
B. Specify steps to program Timer in mode2 with example?
C. Explain 8051 six interrupts?

(5 M)

(4 M)
(3 M)

You might also like