Advertisements
Advertisements
Question
What is System Call ? List any two System Calls for Memory Management, Process Management and Information Management.
Solution
System calls : System call provides the interface between process and the operating system. These calls are generally available as assembly language instructions.
List of system calls for memory management :
1. To allocate a chunk of memory to a process.
2. To free chunk of memory from a process.
List of system calls for information management :
1. Create a file
2. Create a directory
List of system calls for process management :
1. Read a process
2. Block a process
APPEARS IN
RELATED QUESTIONS
Give features of Windows 98 Operating System.
Explairt the process of Multiprogramming in Process Management with help of an example.
State the various steps involved in the allocation of partition in case of fixed partition memory management.
What is VDU?
What is Graphical User Interface (GUI) ?
Explain the following process states :
Ready State
Explain following terms in case of Process Scheduling
1) Turn-around Time
2) Waiting Time
3) Terminal Response Time
4) Event Response Time
Write a short note on Paging.
With reference to process management, explain the term:
External Priority
Complete the following activity.