• Shuffle
    Toggle On
    Toggle Off
  • Alphabetize
    Toggle On
    Toggle Off
  • Front First
    Toggle On
    Toggle Off
  • Both Sides
    Toggle On
    Toggle Off
  • Read
    Toggle On
    Toggle Off
Reading...
Front

Card Range To Study

through

image

Play button

image

Play button

image

Progress

1/8

Click to flip

Use LEFT and RIGHT arrow keys to navigate between flashcards;

Use UP and DOWN arrow keys to flip the card;

H to show hint;

A reads text to speech;

8 Cards in this Set

  • Front
  • Back

Process

Active entity. Contains a stack, data section, heap, and text section

Process Control Block

Contains information about each process

I/O Bound

A process that uses I/O more than the CPU

CPU Bound

A process that uses the CPU more than I/O

Context Switch

When the CPU saves the state of a process to start another process

Interprocess Communication

Sharing memory or message passing in between processes

Blocking message passing

Synchronous. Blocks the sender or receiver until the message is received

Non-blocking

Asynchronous. Doesn't block any process