Lecture 6 Flashcards

1
Q

what is the function of the OS?

A
to interpret and carry out
commands issued by
– users of the computer or
– by application programs running on the
computer.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What are the two fundamental purposes of the OS?

A

to control and operate hardware in an
efficient way;
– to allow the user powerful access to the
facilities of the machine

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

What does modern operating systems now offer?

A

allow for the simultaneous processing of
multiple programs and
– provide support for multiple users

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

In order to accept the command of the user what must the OS do?

A

accept the input keystrokes from the keyboard;
– interpret these keystrokes as a command;
– determine the location of the file containing the
code for this command;
– read the appropriate blocks of memory from
(secondary storage) device into memory;
– transfer control to the program being executed.

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

if there are multiple programs executing simultaneously what must the os DO?

A

– allocate memory and other resources to
each program ;
– allocate CPU time to each program (more
details later on);
– maintain the integrity of each program;

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

what is a computer network

A

A computer network is an interconnected

collection of autonomous computers

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

Advantage of computer networks

A

To increase computer power.
• To increase system reliability by providing
redundant processing.
• To share valuable resources (printers, large
disks facilities, programs, data bases, etc)
• To organize convenient interactions of users
working at their own computers, often in
different locations

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