• 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/10

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;

10 Cards in this Set

  • Front
  • Back

What does the core of the CPU contain?

Control Unit, ALU, Generic registers, PC, Stack Pointer, Program Status Word (CCR), Cache memory.

What are the two processor modes?

Kernel/User.

What mode does the OS run in?

Kernel.

How can a program enter kernel mode?

Software trap (interrupt intended to initiate a context switch).

What functions are usually forbidden in user mode?

I/O and memory functions.

What do I/O devices consist of?

The device itself, and a controller (with registers).

What talks to an I/O device controller?

Device driver.

Why bother having an OS?

Each application would be responsible for running the computer!

How would all devices communicate?

Programmers shouldn't have to worry about low level stuff.

Where does the OS exist?

On top of the hardware, below application programs.

What mode does the Kernel run in? Why?

kernel mode (supervisor mode) to protect it from tampering.