Operating Systems
- Introduction to Operating Systems
- Different Types of OS
- Characteristics and features of an OS
- Operating sytems services
- System Calls in OS
- File Systems
- How many page faults
- Process State Diagram
- Operating System Scheduler
- FIFO page replacement algorithm
- SRTF shortest remaining time first
- LRU page replacement algorithms
- Optimal page replacement algorithm
- Process concept
- Directory Structure OS
- Evolution of os
- Functions of os
- Memory management
- Concept of Threads
- Contiguous disk space allocation method
- Multiple Processor Scheduling
Select Subject
- Cloud Computing
- Computer Networks
- Theory of Computation
- Blockchain
- Computer Organization & Architecture
- Principles of Programming Languages
- Advanced Computer Architecture
- C
- Compiler Design
- Data Structure
- DBMS
- Discrete Structure
- Distributed System
- Information Storage & Management
- Java
- Linux
- Management Information System
- Network & Web Security
- Operating System
- PHP
- Python Programming
- R Programming
- Software Engineering & Project Management
Q & A
Recent Posts
- Find a real root of the equation x= e ^ (-x) using newton Raphson method.(R.G.P.V May 2019)
- Software Engineering
- By using Newton Raphson Method, x^4-x-10=0 which is nearest to 2, find real root correct to three decimal places? (R.G.P.V. 2022 NOV)
- Find the real root of the Equcation: f(x) =x^3-4x-9=0 by using bisection method/ Bolzano method upto 3 decimal places ?
- R Programming