OS chapter 2 Flashcards
What is the operating system responsible for?
Interpreting commands,
Controlling program execution,
Managing system resources,
presenting a simplified interface to the user
Which generation of computers brought personal computers?
The fourth generation
What operating systems did PCs use in the fourth generation?
They first ran single-user OSs like DOS, but today they run GUIs.
What is a process?
A running program.
What is used to create, remove, write, or in general interact with files?
System calls.
How are files organized?
In hierarchical directories.
What is a path?
The sequence of directory names.
How are system calls issued?
Library procedures put values in specific places such as registers or the stack and issue a trap instruction.