You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Write a programme to perform basic arithmetic operations and bit manipulation
operations using 8086 Trainer kit.
(a) 16 bit addition
(b) 16 bit subtraction
(c) 32 bit addition
(d) 32 bit subtraction
(e) 16 bit multiplication
(f) AND
(g) OR
(h) XOR
(i) NOT
Day 2
Write a programme to perform sorting operation using 8086 Trainer kit.
(a) Perform sorting operation on a set of numbers stored in memory and display the
results in ascending order.
(b) To perform addition of an two one dimensional array of numbers and display the
resultant array in descending order.
Day 3
Familiarization of MASM.
Write a programme to perform basic arithmetic operations and bit manipulation
operations using 8086 MASM.
(j) 16 bit addition
(k) 16 bit subtraction(l) 32 bit addition
(m) 32 bit subtraction
(n) 16 bit multiplication
(o) AND
(p) OR
(q) XOR
(r) NOT
Day 4
Write a programme to perform string operation using 8086 MASM.
(a) To display a string stored in memory
(b) To concatenate two strings
(c) To search whether a character is present in a string
Day 5
Write a programme to perform interfacing of stepper motor using 8086 trainer kit.
Write a programme to perform interfacing of LED display using 8086 trainer kit.
Day 6
Write programmes to perform the basic arithmetic operations on 8051 kit
(a) Add two eight bit numbers in the registers
(b) Subtract two numbers
(c) Multiply two numbers
(d) Divide two numbers
Day 7
Write programmes to perform interfacing operation using 8086 MASM
(a) Interfacing stepper motor
(b) Blinking of LED
Part B
Day 8
Simulate the following non pre-emptive CPU scheduling algorithms to find turnaround
time and waiting time
a) FCFS
b) SJF
c) Round Robin (Pre-emptive)
d)Priority.
Also display the average turnaround time and waiting time.
Day 9
Simulate the following file organization techniques
a) Single level directory
b) Two level directories
c) Hierarchical
Day 10
Simulate the following file allocation strategies.
a) Sequential
b) Indexed
c) Linked
Day 11
Implement the different paging techniques of memory management.
Day 12
Write a C program to implement pass one of two pass assembler.
Write a C program to implement Absolute Loader.
Day 13
Write a C program to implement pass two of two pass assembler.
Write a C program to implement Relocating Loader.
Day 14
Write a C program to implement a single pass macro pre-processor.