[go: up one dir, main page]

0% found this document useful (0 votes)
28 views7 pages

Process Management: Interview Prep - Online - Coding Blocks

The document discusses processes and their lifecycles. It explains that a process is a program in execution. Processes are generated and have a life cycle where they can generate children and eventually die. The document also outlines the stages in a process's lifecycle and describes process control blocks and process switching.

Uploaded by

DIVYANSHU
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
28 views7 pages

Process Management: Interview Prep - Online - Coding Blocks

The document discusses processes and their lifecycles. It explains that a process is a program in execution. Processes are generated and have a life cycle where they can generate children and eventually die. The document also outlines the stages in a process's lifecycle and describes process control blocks and process switching.

Uploaded by

DIVYANSHU
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 7

PROCESS MANAGEMENT

INTERVIEW PREP | ONLINE | CODING BLOCKS


WHAT IS A PROCESS ?

¡ Source Code
¡ Program
¡ Process

A process is a program in execution

© 2018 CODING BLOCKS, ARNAV GUPTA


PROCESS ARE LIKE HUMANS

¡ Processes are generated


¡ The have a life and a lifecycle
¡ The can generate one or more children
¡ The eventually die

© 2018 CODING BLOCKS, ARNAV GUPTA


PROCESS LIFECYCLE

new admit exit terminated


interrupt

ready running
scheduler
dispatch

I/O or event
I/O or event waiting wait
completion

© 2018 CODING BLOCKS, ARNAV GUPTA


PROCESS CONTROL BLOCK

© 2018 CODING BLOCKS, ARNAV GUPTA


PROCESS SWITCHING

© 2018 CODING BLOCKS, ARNAV GUPTA


PROCESS QUEUES
© 2018 CODING BLOCKS, ARNAV GUPTA

You might also like