CSE 303 - Final - Assignment

You might also like

Download as pdf or txt
Download as pdf or txt
You are on page 1of 2

SAK Batch 183 D

Green University of Bangladesh


Department of Computer Science and Engineering

Final Examination Assignment with Rubrics, Fall 2020

Course Code: CSE 303 Course Title: Microprocessors and Microcontrollers


Full Marks: 20

Answer all the following questions:

[The values on the right-hand side indicate marks allocated for that question only and the [CO#]
represents mapping of the question with one of the expected outcomes of the course. It is
advised to write answers sequentially of each part of each question.]

1. It is required to interface two chips of 32 K X 8 ROM and four chips of 32 K X 8 [CO3] 3


RAM with 8086 according to the following map:

ROM 1 and 2: F0000 H – FFFFF H

RAM 1 and 2: D0000 H – DFFFF H

RAM 3 and 4: E0000 H – EFFFF H

Marks Level Descriptions


Starting and Ending addresses of all the six chips are
3 Excellent
correctly mentioned
2 Good Maximum two mistakes are there in the address table.
Only two chips are correctly mentioned with starting
1 Poor
and ending address.

2. The contents of the following registers are: [CO2] 3

CS: 1111 H DS: 3333 H SS: 2526 H IP: 1232 H SP: 1100 H DI: 0020 H

Calculate the physical addresses for the address bytes in CS, DS and SS.

Marks Level Descriptions


3 Good Calculation for CS, DS and SS are correct.
2 Average Only one calculation is wrong out of this three.
1 Poor Only one calculation is correct out of this three.
3. Design an interface between 8086 microprocessor and two chips of 16KB [CO3] 4
EPROM and two chips of 32 KB RAM. Select the starting address of EPROM
suitably. The RAM address must start at 00000 H.

Marks Level Descriptions


Appropriate diagram with proper connections and
4 Excellent
correctly mentioned address table.
Appropriate diagram with proper connections and
3 Good
minor mistakes in the address table.
2 Average Minor mistakes in the diagram and address table.
1 Poor Only the address table part is correct.

4. What is an interrupt? List various types of interrupts available in 8051 [CO2] 4


Microcontroller along with their type, pin and ROM location.

Marks Level Descriptions


Properly describe every single part with a table
4 Excellent
mentioning interrupt type, pin and ROM location.
3 Good Minor mistake in the interrupt table.
2 Average Only interrupt table is given without definition.
1 Poor Only interrupt definition is given.

5. Design a µC system using 8051, 16 KB of ROM and 32 KB of RAM. Interface the [CO3] 4
memory such that starting address for ROM is 0000 H and RAM is 8000 H.

Marks Level Descriptions


Appropriate diagram with proper connections and
4 Excellent
correctly mentioned address table.
Appropriate diagram with proper connections and
3 Good
minor mistakes in the address table.
2 Average Minor mistakes in the connection.
1 Poor Only the address table part is correct.

6. What is function of RS1 and RS0 bits in the PSW of the 8051? [CO2] 2

Marks Level Descriptions


2 Good Correctly describe the functions of RS1 and RS0.
1 Poor Only one part is correct.

You might also like