PRESENTATION
ON
PROCESS CONTROL BLOCK
BHANUTEJA N,
237Z5A6609,
B-TECH 2ND YEAR.
What is process control block
 Each & every process in the operating system is represented by PROCESS
CONTROL BLOCK.
 Process Control Block also known as Task Controlling Block or Process
Table.
PROCESS CONTROL BLOCK
 Its is a data structure in the operating system kernel containing
the information needed to manage a particular process.
 The PCB is "the manifestation(visible) of a process in an
operating system"4
BLOCK DIAGRAM OF PCB
PROCESS CONTROL BLOCK (PCB)
 PCB consist of following information~
 Pointer.
 Process state.
 Program counter.
PROCESS CONTROL BLOCK (PCB)
 POINTER
 Its contains the address of another process which is present in the
ready queue
PROCESS CONTROL BLOCK (PCB)
 PROCESS STATE
 Its contains the information about the state of the process i.e.,
 NEW
 READY
 RUNNING
 WAITING
 HALTED
PROCESS CONTROL BLOCK (PCB)
 Program COUNTER
 The counter specifies the address of the next instruction
to be executed.
THANK YOU 🙏

More Related Content

PPTX
process control blockPcb
PPTX
process control block
PPTX
process control block
PPTX
Process Control Block in Operating System.pptx
PPTX
Process Control Block.pptx
PPTX
Operating System process management system.pptx
PPTX
Process block Control.pptx
process control blockPcb
process control block
process control block
Process Control Block in Operating System.pptx
Process Control Block.pptx
Operating System process management system.pptx
Process block Control.pptx

Similar to PCB_6609.pptx (20)

PPT
12 process control blocks
PPT
12 process control blocks
PPTX
Process control block(PCB)
PPTX
VCE_Process_UNIT-1 (1).pptx
PPTX
ch2nvbjdvsbjbjfjjfjf j Process Mangement.pptx
DOCX
Process part 1
PPT
Process concept
PPTX
Control and process
PPT
The process states
DOCX
OS_UNIT_2 Study Materials (1).docx
PPTX
presentation on SCB,DEBUG,RESET of Arm Cortex processor
DOC
Lesson 7 Process Control Block
PPTX
Lecture 27
PPTX
Operating system || Chapter 3: Process
PPT
4 process
PPT
Processes
PPTX
Basic concept of PLC which controls the process.pptx
PDF
Plc tg fi
PPT
Part 1 - PROCESS CONCEPTS
12 process control blocks
12 process control blocks
Process control block(PCB)
VCE_Process_UNIT-1 (1).pptx
ch2nvbjdvsbjbjfjjfjf j Process Mangement.pptx
Process part 1
Process concept
Control and process
The process states
OS_UNIT_2 Study Materials (1).docx
presentation on SCB,DEBUG,RESET of Arm Cortex processor
Lesson 7 Process Control Block
Lecture 27
Operating system || Chapter 3: Process
4 process
Processes
Basic concept of PLC which controls the process.pptx
Plc tg fi
Part 1 - PROCESS CONCEPTS
Ad

More from TSaiteja2 (6)

PPTX
Bethany CR8( kk need for ten idb seen dhi DC
PPTX
PCB_6609.pptx
PPTX
191-141-002ec-210208050154 (1).pptx
PPTX
Ohms Law.pptx
PPTX
Resistor.pptx
PPT
BIOINFORMATICS.ppt
Bethany CR8( kk need for ten idb seen dhi DC
PCB_6609.pptx
191-141-002ec-210208050154 (1).pptx
Ohms Law.pptx
Resistor.pptx
BIOINFORMATICS.ppt
Ad

Recently uploaded (20)

PPTX
4Seller: The All-in-One Multi-Channel E-Commerce Management Platform for Glob...
PDF
AI Guide for Business Growth - Arna Softech
PDF
Workplace Software and Skills - OpenStax
PDF
Multiverse AI Review 2025: Access All TOP AI Model-Versions!
PPTX
Python is a high-level, interpreted programming language
PPTX
Full-Stack Developer Courses That Actually Land You Jobs
PDF
AI/ML Infra Meetup | Beyond S3's Basics: Architecting for AI-Native Data Access
PDF
Visual explanation of Dijkstra's Algorithm using Python
PPTX
Cybersecurity: Protecting the Digital World
PPTX
most interesting chapter in the world ppt
PPTX
Introduction to Windows Operating System
PDF
AI-Powered Threat Modeling: The Future of Cybersecurity by Arun Kumar Elengov...
PDF
DNT Brochure 2025 – ISV Solutions @ D365
PPTX
CNN LeNet5 Architecture: Neural Networks
PPTX
Airline CRS | Airline CRS Systems | CRS System
PDF
novaPDF Pro 11.9.482 Crack + License Key [Latest 2025]
PPTX
Download Adobe Photoshop Crack 2025 Free
PDF
Wondershare Recoverit Full Crack New Version (Latest 2025)
PDF
BoxLang Dynamic AWS Lambda - Japan Edition
PPTX
MLforCyber_MLDataSetsandFeatures_Presentation.pptx
4Seller: The All-in-One Multi-Channel E-Commerce Management Platform for Glob...
AI Guide for Business Growth - Arna Softech
Workplace Software and Skills - OpenStax
Multiverse AI Review 2025: Access All TOP AI Model-Versions!
Python is a high-level, interpreted programming language
Full-Stack Developer Courses That Actually Land You Jobs
AI/ML Infra Meetup | Beyond S3's Basics: Architecting for AI-Native Data Access
Visual explanation of Dijkstra's Algorithm using Python
Cybersecurity: Protecting the Digital World
most interesting chapter in the world ppt
Introduction to Windows Operating System
AI-Powered Threat Modeling: The Future of Cybersecurity by Arun Kumar Elengov...
DNT Brochure 2025 – ISV Solutions @ D365
CNN LeNet5 Architecture: Neural Networks
Airline CRS | Airline CRS Systems | CRS System
novaPDF Pro 11.9.482 Crack + License Key [Latest 2025]
Download Adobe Photoshop Crack 2025 Free
Wondershare Recoverit Full Crack New Version (Latest 2025)
BoxLang Dynamic AWS Lambda - Japan Edition
MLforCyber_MLDataSetsandFeatures_Presentation.pptx

PCB_6609.pptx

  • 1. PRESENTATION ON PROCESS CONTROL BLOCK BHANUTEJA N, 237Z5A6609, B-TECH 2ND YEAR.
  • 2. What is process control block  Each & every process in the operating system is represented by PROCESS CONTROL BLOCK.  Process Control Block also known as Task Controlling Block or Process Table.
  • 3. PROCESS CONTROL BLOCK  Its is a data structure in the operating system kernel containing the information needed to manage a particular process.  The PCB is "the manifestation(visible) of a process in an operating system"4
  • 5. PROCESS CONTROL BLOCK (PCB)  PCB consist of following information~  Pointer.  Process state.  Program counter.
  • 6. PROCESS CONTROL BLOCK (PCB)  POINTER  Its contains the address of another process which is present in the ready queue
  • 7. PROCESS CONTROL BLOCK (PCB)  PROCESS STATE  Its contains the information about the state of the process i.e.,  NEW  READY  RUNNING  WAITING  HALTED
  • 8. PROCESS CONTROL BLOCK (PCB)  Program COUNTER  The counter specifies the address of the next instruction to be executed.