Process Control Block and Executing Process

0.0(0)
Studied by 0 people
call kaiCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/9

flashcard set

Earn XP

Description and Tags

These flashcards cover key concepts related to the process control block and the execution of processes in an operating system.

Last updated 5:20 AM on 2/21/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

10 Terms

1
New cards

Process Control Block (PCB)

A data structure maintained by the operating system for each process, containing details like process state and CPU register values.

2
New cards

Process State

Information about the current status of a process, including the program counter and stack pointer.

3
New cards

Program Counter

A register that indicates the current instruction being executed in a process.

4
New cards

Memory Mapping

The process of translating virtual addresses to physical addresses in memory.

5
New cards

Open Files List

A list of files that are currently open and being used by a process.

6
New cards

Process Priority

A value that determines the importance of a process and influences CPU time allocation.

7
New cards

CPU Registers

Small storage locations in the CPU that hold data temporarily for computation.

8
New cards

Virtual to Physical Address Translation

The process of converting a virtual address from a program to a physical address in memory.

9
New cards

Execution Time Tracking

Monitoring how much CPU time a process has used, important for scheduling.

10
New cards

Field Updates in PCB

Certain fields in the PCB are updated when the process state changes, such as requesting more memory.