operating system Flashcards

1
Q

Explain the term ‘Memory Management’ in relation to the role of the operating system.

A

When you load an application, OS copys the application to the RAM and ensures that it has its own space on the RAM.

This stops other programs reading and writing to the memory area for another application.

It is also responsible for managing virtual memory.

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

Explain the term ‘Peripheral Management’ in relation to the role of the operating system.

A

The operating system controls these devices and gives programs access to them.

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

Explain the term ‘User Interface’ in relation to the role of the operating system.

A

provide users with an interface so that they can interact with the computer.

three major types of interface:
- Graphical User Interface (GUI)
- Menu Driven Interface
- Command Line Interface

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

What are the main features of a ‘Graphical User Interface’ (GUI)?

A

Uses windows, icons, menus and pointers (WIMP) to control the computer.

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

What is a “MENU Driven Interface”?

A

uses menus to control the computer, offers limited functions (ie. if it is not on the menu then you can’t do it!)

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

What is a “Command Line Interface”?

A

uses written commands to interact with computer

used by Linux users and professionals with technical knowledge

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

Explain the term ‘Multi-Tasking’ in relation to the role of the operating system.

A

cpus core can only focus on one process at a time

operating system enables multi-tasking by managing CPU’s processes so that several programs can run at once.

by either allowing processes to take it in turn, or getting the shortest job done first.

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

How can operating systems provide security to users?

A

Operating systems manages users and ensure that a user’s data is only seen by them and not by others.
achieved by providing users with ‘usernames’ and ‘passwords’ so that data is kept secure

also give different users different permissions

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

Give two reasons why the operating system is the most important piece of software on any computer.

A

The operating system is responsible for controlling / communicating with the computer hardware.

It also provides a platform on which games, browsers, music players etc. can all work.

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

“If you were to run an everyday program (e.g. a word processor), without an operating system, nothing would be displayed on the screen, nothing could be sent to the printer, nothing could be typed“.
WHY?

A

programs do not know how to TALK to hardware devices.
However, the operating system does.

The operating system sits between the user’s applications and the hardware.

It enables applications to use hardware resources.

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