SlideShare a Scribd company logo
Name: Mati ur rehman
Roll no: 35
Subject: Operating system
 How one process can pass information to other
 A process is a running program.
 A process includes the program code and its
state.
 A single process consists of one or more thread.
 Multitasking , A single CPU can run multiple
processes at same time.
CREATED WAITING
RUNNING TERMINATED
Created:
The process state be created
which mean that is the loaded from
disk to main memory.
Waiting:
The process waiting for the
O.S schedulor software to load.the
process to at processor.
Running:
That the processor executing
the process instruction.
Terminated:
That the processes
complete in ready to be on
loaded from the main memory
 A thread is an independent sequence of
instruction.
 A thread is created by a process.
 A thread is a subset of the process.
 Multiple thread share the process instruction
process variable & process state.
Passing information is easy for threads
since they share a common address space
(threads in different address spaces that
need to communicate fail under the
heading of communicating processes).
Presentation of  thread

More Related Content

PPT
File replication
PPT
PDF
Operating Systems 1 (7/12) - Threads
PPT
Chapter 6 os
PPT
Lecutur24 25
PPTX
file sharing semantics by Umar Danjuma Maiwada
PPTX
Chapter 3 chapter reading task
File replication
Operating Systems 1 (7/12) - Threads
Chapter 6 os
Lecutur24 25
file sharing semantics by Umar Danjuma Maiwada
Chapter 3 chapter reading task

What's hot (20)

PPT
Operating System Chapter 4 Multithreaded programming
PDF
4 threads
PPT
Operating System-Threads-Galvin
PPT
Operating Systems
PPTX
5.distributed file systems
PPT
4.file service architecture (1)
PPT
File models and file accessing models
PPT
Distributed file systems dfs
PPT
Distributed File Systems
PPT
Presentation on nfs,afs,vfs
PPT
Inter process communication
PPT
Chapter 8 distributed file systems
PPTX
Linux Daemons & INIT services
PDF
Distributed File Systems: An Overview
PPT
Chapter 17 - Distributed File Systems
PPT
Distributed File Systems
PDF
Exokernel
PPTX
File transfer protocol (ftp) in application
Operating System Chapter 4 Multithreaded programming
4 threads
Operating System-Threads-Galvin
Operating Systems
5.distributed file systems
4.file service architecture (1)
File models and file accessing models
Distributed file systems dfs
Distributed File Systems
Presentation on nfs,afs,vfs
Inter process communication
Chapter 8 distributed file systems
Linux Daemons & INIT services
Distributed File Systems: An Overview
Chapter 17 - Distributed File Systems
Distributed File Systems
Exokernel
File transfer protocol (ftp) in application
Ad

Similar to Presentation of thread (20)

PDF
Sucet os module_2_notes
PDF
Process & Thread Management
PDF
OPERATING SYSTEMS and types of operating system
PPTX
Process, Threads, Symmetric Multiprocessing and Microkernels in Operating System
PPTX
Assignment-01.pptx
PDF
Lecture 3- Threads.pdf
PPTX
Multithreading
PPTX
Lecture 3- Threads (1).pptx
PPTX
Operating System-Thread concept in Operating System
PPTX
Epc 3.ppt
PDF
Process Control Block (PCB) print 4.pdf
PPT
Lecture5
PPTX
3. Process Concept in operating system.pptx
PPTX
Process & Mutlithreading
PPTX
Engineeering Operating systemsOS UNIT 3 Threads.pptx
PPTX
Operating system Chapter 3 Part-1 process and threads.pptx
PPTX
Chapter two process.pptx
PPTX
Concept of thread, multi thread, tcb
PPT
Operating Systems
PDF
Operating System-2 by Adi.pdf
Sucet os module_2_notes
Process & Thread Management
OPERATING SYSTEMS and types of operating system
Process, Threads, Symmetric Multiprocessing and Microkernels in Operating System
Assignment-01.pptx
Lecture 3- Threads.pdf
Multithreading
Lecture 3- Threads (1).pptx
Operating System-Thread concept in Operating System
Epc 3.ppt
Process Control Block (PCB) print 4.pdf
Lecture5
3. Process Concept in operating system.pptx
Process & Mutlithreading
Engineeering Operating systemsOS UNIT 3 Threads.pptx
Operating system Chapter 3 Part-1 process and threads.pptx
Chapter two process.pptx
Concept of thread, multi thread, tcb
Operating Systems
Operating System-2 by Adi.pdf
Ad

Recently uploaded (20)

PPTX
PHIL.-ASTRONOMY-AND-NAVIGATION of ..pptx
PDF
Swiggy’s Playbook: UX, Logistics & Monetization
PDF
COLEAD A2F approach and Theory of Change
PPTX
Effective_Handling_Information_Presentation.pptx
PDF
Instagram's Product Secrets Unveiled with this PPT
PDF
Nykaa-Strategy-Case-Fixing-Retention-UX-and-D2C-Engagement (1).pdf
PPTX
Anesthesia and it's stage with mnemonic and images
PPTX
Hydrogel Based delivery Cancer Treatment
PPTX
AcademyNaturalLanguageProcessing-EN-ILT-M02-Introduction.pptx
PPTX
Emphasizing It's Not The End 08 06 2025.pptx
PPTX
worship songs, in any order, compilation
PDF
natwest.pdf company description and business model
PPTX
Intro to ISO 9001 2015.pptx wareness raising
PDF
oil_refinery_presentation_v1 sllfmfls.pdf
PPTX
Sustainable Forest Management ..SFM.pptx
DOCX
"Project Management: Ultimate Guide to Tools, Techniques, and Strategies (2025)"
PPTX
fundraisepro pitch deck elegant and modern
PPTX
lesson6-211001025531lesson plan ppt.pptx
PPTX
Self management and self evaluation presentation
PPTX
Project and change Managment: short video sequences for IBA
PHIL.-ASTRONOMY-AND-NAVIGATION of ..pptx
Swiggy’s Playbook: UX, Logistics & Monetization
COLEAD A2F approach and Theory of Change
Effective_Handling_Information_Presentation.pptx
Instagram's Product Secrets Unveiled with this PPT
Nykaa-Strategy-Case-Fixing-Retention-UX-and-D2C-Engagement (1).pdf
Anesthesia and it's stage with mnemonic and images
Hydrogel Based delivery Cancer Treatment
AcademyNaturalLanguageProcessing-EN-ILT-M02-Introduction.pptx
Emphasizing It's Not The End 08 06 2025.pptx
worship songs, in any order, compilation
natwest.pdf company description and business model
Intro to ISO 9001 2015.pptx wareness raising
oil_refinery_presentation_v1 sllfmfls.pdf
Sustainable Forest Management ..SFM.pptx
"Project Management: Ultimate Guide to Tools, Techniques, and Strategies (2025)"
fundraisepro pitch deck elegant and modern
lesson6-211001025531lesson plan ppt.pptx
Self management and self evaluation presentation
Project and change Managment: short video sequences for IBA

Presentation of thread

  • 1. Name: Mati ur rehman Roll no: 35 Subject: Operating system
  • 2.  How one process can pass information to other
  • 3.  A process is a running program.  A process includes the program code and its state.  A single process consists of one or more thread.  Multitasking , A single CPU can run multiple processes at same time.
  • 5. Created: The process state be created which mean that is the loaded from disk to main memory. Waiting: The process waiting for the O.S schedulor software to load.the process to at processor.
  • 6. Running: That the processor executing the process instruction. Terminated: That the processes complete in ready to be on loaded from the main memory
  • 7.  A thread is an independent sequence of instruction.  A thread is created by a process.  A thread is a subset of the process.  Multiple thread share the process instruction process variable & process state.
  • 8. Passing information is easy for threads since they share a common address space (threads in different address spaces that need to communicate fail under the heading of communicating processes).