Type of Operating System:
- Command Line
- GUI
- Multi-User
- Multi Programming
- Multi Tasking
- Multi Threading
FCFS Scheduling Algorithm: FCFS Scheduling Algorithm Part-1 FCFS Scheduling Algorithm Part-2
What is deadlock: ¡Deadlock is a situation in which all the processes in waiting status that is wait for a resource that is held by another proce...
What is Monitor in Operating System: Monitor: Monitor is a high level implementation technique to solve the critical section problem...
What is Dining Philosopher Problem in OS: The Dining Philosopher Problem is a problem with 5 philosopher siting at a table. The 5 Philosoph...
Classical Synchronization Problem in Operating System: Producer Consumer Problem: Dining Philosopher Problem: Producer Consumer Pr...
What is Semaphore Algorithm in Operating System: It is a software tool to solve the complex critical Problem. it has two atomic operation. Wait...
what is Multiple Process Solution (Baker's Solution) in Operating System: Baker's solution algorithm can solve multiple process solution. it is u...
Solution of critical section problem in Operating System Two Process Solution: Two process solution for P0 and P1. Algorithm 1: &n...
What is System calls in Operating System? ¡System calls provide the interface between a process and the operating system. How a program request ...
Process synchronization: ¡Race Condition: ¡A situation like this where several processes used same shared data & the final output is d...
No comments:
Post a Comment