lp1 chits
- Write a program to simulate CPU scheduling algorithm SJF (Preemptive)
- Write a program to simulate CPU scheduling algorithm: Priority
(Non-Preemptive) - Write a program to simulate CPU scheduling algorithm :Round Robin
(Preemptive) - Write a program to simulate page replacement algorithm FIFO .
- Write a program to simulate Page replacement algorithm LRU.
- Write a program to simulate Page replacement algorithm Optimal.
- Write a program to simulate memory placement strategies first fit.
- Write a program to simulate memory placement strategies best fit
- Write a program to simulate memory placement strategies worst fit
- Write a program to simulate memory placement strategies next fit.
- Design suitable data structures and implement Pass-I of a two pass
assembler for pseudo-machine .Implementation should consist of a few
instructions from each category and few assembler directives. - Design suitable data structures and implement Pass-II of a two pass
assembler for pseudo-machine .Implementation should consist of a few
instructions from each category and few assembler directives .The output
of pass-I(Intermediate code file and symbol table)should be input for
Pass-II. - Design suitable data structures and implement Pass-I of a two pass
macro-processor. - Design suitable data structures and implement Pass-II of a two pass
macro-processor. - Write a program to simulate CPU Scheduling Algorithm: FCFS.
- Understanding the connectivity of Adriano with IR sensor. Write an
application to detect obstacle and notify user-using LEDs. - Understanding the connectivity of Adriano circuit with temperature
sensor. Write an application to read the environment temperature And
humidity.
18.Understanding the connectivity of Raspberry-Pi board with camera .Write an
application to capture and store the image.
19.Write a program to create dynamic link library for any mathematical operation & write
an application program to test it