OS chapter 2 Flashcards

1
Q

What is the operating system responsible for?

A

Interpreting commands,
Controlling program execution,
Managing system resources,
presenting a simplified interface to the user

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Which generation of computers brought personal computers?

A

The fourth generation

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What operating systems did PCs use in the fourth generation?

A

They first ran single-user OSs like DOS, but today they run GUIs.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What is a process?

A

A running program.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What is used to create, remove, write, or in general interact with files?

A

System calls.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

How are files organized?

A

In hierarchical directories.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What is a path?

A

The sequence of directory names.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

How are system calls issued?

A

Library procedures put values in specific places such as registers or the stack and issue a trap instruction.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly