OneCompiler

lp1 chits

1625
  1. Write a program to simulate CPU scheduling algorithm SJF (Preemptive)
  2. Write a program to simulate CPU scheduling algorithm: Priority
    (Non-Preemptive)
  3. Write a program to simulate CPU scheduling algorithm :Round Robin
    (Preemptive)
  4. Write a program to simulate page replacement algorithm FIFO .
  5. Write a program to simulate Page replacement algorithm LRU.
  6. Write a program to simulate Page replacement algorithm Optimal.
  7. Write a program to simulate memory placement strategies first fit.
  8. Write a program to simulate memory placement strategies best fit
  9. Write a program to simulate memory placement strategies worst fit
  10. Write a program to simulate memory placement strategies next fit.
  11. 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.
  12. 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.
  13. Design suitable data structures and implement Pass-I of a two pass
    macro-processor.
  14. Design suitable data structures and implement Pass-II of a two pass
    macro-processor.
  15. Write a program to simulate CPU Scheduling Algorithm: FCFS.
  16. Understanding the connectivity of Adriano with IR sensor. Write an
    application to detect obstacle and notify user-using LEDs.
  17. 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