Operating systems Flashcards

You may prefer our related Brainscape-certified flashcards:
1
Q

Processes

A

A process is any task the computer is performing; simultaneous processes may request processor time, and the operating system allocates this time.

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

Memory

A

Loading data and instructions into RAM when needed and unloading them when no longer needed; ensuring processes do not use memory they are not permitted to use.

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

Backing store

A

Allocating physical disk spaces as files are added, edited or deleted; providing a hierarchical, searchable structure that users can interact with.

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

Peripherals

A

Maintaining a system of drivers facilitating communication between these peripherals and the computer.

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

Spooling

A

Manages the print queue determining which job is to be printed next, based either on the order in which they entered the queue or their priority level.

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

Batch processing

A

Batch processing systems perform a series of similar tasks with minimal human involvement, usually over an extended timeframe. calculating and printing payslips is an example of this; each payslip is very similar to the next.

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

Real-time transactions

A

Real-time transaction systems maintain access to extremely up-to-date information. Data that is collected is immediately processed, stored and available tot access. Airline ticket sales function in this way, to prevent the same seat on a flight being sold twice.

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

Real-time control

A

Real-time control systems not only collect and process data as quickly as possible, but they act on it too. An autopilot system would monitor .sensors to detect other airborne objects, piloting the plane out of the way if necessary.

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

Antivirus software

A

Anti-virus software, when kept up to date, checks the computer for malware, notifying the user if any is found and providing means of removal.

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

Compression software

A

Compression Software allows a file or folder to be reduced in size for storage or transmission.

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

Debuggers

A

Debuggers identify and help to resolve problems in software.

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

Screensavers

A

Screensavers start automatically after a pre-set interval to prevent screen burn and save power.

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

System monitors

A

Allow the user, and various pieces of software, to track memory and processor usage, as well as network connection speed and other metrics.

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

Defragmentation software

A

Moves file segments physically from one disk location to another, to minimise gaps and to ensure that the files are stored in a single location.

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

GUI

A

The graphical user interface comprises a WIMP interface – windows, icons, menus and pointers. + Intuitive to use, no need to memorise complex commands, help facilities tend to be on offer, promotes multitasking, as many windows can be open at once. - High requirements in terms of hardware – hard disk, memory and graphics experienced users can be slowed down by an excessively helpful interface.

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

Command line

A

The user is provided with a cursor. Characters typed in at the keyboard will appear at the cursor, and the mouse will be used very little if at all.
+ Minimal hardware requirements, commands can be entered by experienced users very quickly. - Less experienced users encounter difficulty as they may not know the commands.