Use app×
Join Bloom Tuition
One on One Online Tuition
JEE MAIN 2025 Foundation Course
NEET 2025 Foundation Course
CLASS 12 FOUNDATION COURSE
CLASS 10 FOUNDATION COURSE
CLASS 9 FOUNDATION COURSE
CLASS 8 FOUNDATION COURSE
0 votes
4.6k views
in Theoretical Concepts of Operating System by (49.1k points)
closed by

Explain process Management.

1 Answer

+1 vote
by (54.8k points)
selected by
 
Best answer

Process Management:

Process management is function that includes creating and deleting processes and providing mechanisms for processes to communicate and synchronize with each other. A process is the unit of work (program) in a computer. A word processing program being run by an individual user on a computer is a process. A system task, such as sending output to a printer or screen, can also be called as a Process.

A computer consists of a collection of processes, they are classified as two categories:

1. Operating System processes which is executed by system code.

2. User Processes which is execute by user code.

All these processes can potentially execute concurrently on a single CPU. A process needs certain resources including CPU time, memory, files and I/O devices to finish its task.

The Operating System is responsible for the following activities associated with the process management:

1. Scheduling processes and threads on the CPUs. 2. Creating and deleting both user and system processes.

3. Suspending and resuming processes.

4. Providing mechanisms for process synchronization.

5. Providing mechanisms for process communication.

The following algorithms are mainly used to allocate the job (process) to the processor.

1. FIFO

2. SJF 

3. Round Robin 

4. Based on Priority

Welcome to Sarthaks eConnect: A unique platform where students can interact with teachers/experts/students to get solutions to their queries. Students (upto class 10+2) preparing for All Government Exams, CBSE Board Exam, ICSE Board Exam, State Board Exam, JEE (Mains+Advance) and NEET can ask questions from any subject and get quick answers by subject teachers/ experts/mentors/students.

...