Memory management, Memory hierarchy, Swapping
Function of Memory Memory is the electronic holding place for the instructions and data a computer needs to reach quickly. It’s where information is stored …
E-notebook
Function of Memory Memory is the electronic holding place for the instructions and data a computer needs to reach quickly. It’s where information is stored …
Type of process scheduling: The objective of CPU scheduling/process scheduling: First Come First Serve (F C F S) Algorithm Shortest Job first (SJF) Scheduling Algorithm: …
Schedulers are special system software that handles process scheduling in various ways. Their main task is to select the jobs to be submitted into the system and to decide which process to run
Preemptive Scheduling: Non- Preemptive Scheduling CPU utilization: Throughput: Turn around time: Fairness: Waiting time: Waiting time = turnaround time – actual processing time(CPU time) Response …
Program •A program is a passive entity as it resides in the secondary memory, such as the contents of a file stored on a disk. …
Types of OS on the basis of the Processing method Batch Operating System Time Sharing/Multitasking Operating system. Multiprocessing Operating System. Real-Time Operating system. Distributed Operating …
Function of OS The operating system acts as an interface between a user and the computer hardware. An OS provides a platform on the top …