-> SUMIT RAGHUWANSHI
->CSE(2)
->201112239
-> cso LAB Assignments
INDEX
S.NO. Assignments Page No. Assignment Date Submission Date
1. Assembly Language Program on
the Usage of Loops
25-01-22 30-01-22
• Find the sum of 5 numbers
1+2+3+4+5 using loop 2
• Find the sum of 5+6+7 using
1+2+..7 – 1+2+3+4 using loop 4
2 Assembly Language Program to
realize Simple Instruction Set
• Write a program to find the
7 01-02-22 06-02-22
smallest of 5 numbers in an array
starting at 0021H and store the
result at location 0030H.
• Find the square of an 8 bit 9
number.
• Subtract two 8 bit numbers stored
10
at memory location 0020H and
0021H and store the result and
arrow at locations 0022H and
0023H respectively.
3 Assembly Language Program to
13 15-02-22 17-02-22
Calculate Factorial in 8085.
4 Simulation of Shift Register (SISO
and SIPO)
15-02-22 21-02-22
• Simulate SISO shift registers
using D – Flip Flops for the serial
input bit string “1010”. 15
• Simulate the SISO shift registers
by realizing D – Flip Flop using the
JK – Flip Flop for the serial input
18
bit string “1010”.
5 Simulation of Shift Register (PIPO
and PISO)
• Simulate SIPO shift registers
using D – Flip Flops for the serial 25
input bit string “1010”.
22-02-22 27-02-22
• Simulate the SIPO shift registers
by realizing D – Flip Flop using the 30
JK – Flip Flop for the serial input
bit string “1010”.
6 Simulation of Ripple Carry Adder
• Simulate 4-bit ripple-carry adder. 42
08-03-22 13-03-22
• Simulate 16-bit ripple-carry adder 45
using 4-bit ripple carry adders.
7 Simulation of Carry Look Ahead
Adder.
• Design 4 bit carry look ahead
49 29-03-22 01-04-22
adder
• Design 6 bit carry look ahead 50
adder
8 Java Program to Implement Direct 54
15-04-22 17-04-22
Mapping, Associative Mapping and
Set-Associative Mapping.