Advertisements
Advertisements
प्रश्न
What is System Call ? List any two System Calls for Memory Management, Process Management and Information Management.
उत्तर
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
संबंधित प्रश्न
Explairt the process of Multiprogramming in Process Management with help of an example.
What is Virtual Memory ? Explain any three terms related to virtual memory.
With reference to process management. Explain the terms :
(i) Internal Priority
(ii) External Priority
(iii) Purchase Priority
(iv) Time Slice
The time lost in turning the attention of processor from one process
to another is called as ________
(i) Circuit Switching
(ii) Band Width
(iii) Context Switching
(iv) Packet Switching
State any four Memory Management System.
What is Computer Virus ?
Explain the following component of GUI:
Menu Bar
Explain the different elements of security
Explain the function of the following in Operating system:
1) Virus Detection
2) Virus Removal
3) Virus Prevention
What are the functions of Memory Management? State any two types of continuous Real Memory Management System.