- Familiarization of Trainer kit.
- 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
- 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.
- 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
- 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
- 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.
- 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
- Write programmes to perform interfacing operation using 8086 MASM (a) Interfacing stepper motor (b) Blinking of LED
- 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.
- Simulate the following file organization techniques a) Single level directory b) Two level directories c) Hierarchical
- Simulate the following file allocation strategies. a) Sequential b) Indexed c) Linked
- Implement the different paging techniques of memory management.
- Write a C program to implement pass one of two pass assembler.
- Write a C program to implement Absolute Loader.
- Write a C program to implement pass two of two pass assembler.
- Write a C program to implement Relocating Loader.
- Write a C program to implement a single pass macro pre-processor.