CS101 Assignment 2 Spring 2021 Solution Guideline | 100% Correct Solution | Link in Description. This is a solution to assignment no 2 for CS101 introduction to computing. This assignment is from the concepts of Operating systems. We know the A program in execution is called process. OS executes a process with different ways. Batch processing, Time sharing, multitasking, multiprogramming and other methods are used to exegete a process.
There are 4 processes A, B, C, and D in the ready queue for execution. Process Total CPU Time Process A 4ms Process B 6ms Process C 4ms Process D 8ms The processes enter in the ready queue in the sequence B, D, A, and C and are picked by the dispatcher in the same order. Value of Time Slice is 2ms. The dispatcher picks a process from Ready Queue and sends it to the processor for execution. You are required to Draw the ready queue for the above given processes.
CS101 Assignment 2 Spring 2021
Draw the step-wise pictorial diagram of the above given scenario in the context of multiprogramming. After watch this you will learn.
- 1. What is Operating system
- 2. What is Process
- 3. What time Slice
- 4. What is multiprogramming
- 5. What is Dispatcher
Here is sample Solution for Q1
Draw the step-wise pictorial diagram of the above given scenario in the context of multiprogramming.