1.5 - Systems Software Flashcards

1
Q

Operating system

A

Software that acts as an interface between the applications and the hardware, the most important type of Systems Software

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

Perphieral manager

A

Operating system function that manages input and output between the computer and attached devices

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

Memory manager

A

The function of the OS that manages the computer’s memory, allocating it to processes as necessary

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

Process manager

A

The OS function that manages the computer’s processors by scheduling which processes are to be executed and in which order.

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

User interface

A

Function of an OS that allows users to interact with the computer, can just be a command line or could be graphical

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

Multitasking

A

An operating system function that allows more than one application to run at a time by slicing up the CPU’s time and sharing it out

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

File manager

A

Operating system function that saves and retrieves files on behalf of the applications. Usually provides a folder structure plus move, rename and search options

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

User manager

A

OS function that allocates user accounts, provides a login process, checks passwords and manages access rights

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

Window

A

Feature of a graphical user interface that displays applications within boxes which can be moved, opened and closed

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

Pointer

A

An on-screen arrow that shows the current position of the mouse, sometimes called a cursor, in a graphical user interface

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

Driver

A

A small piece of system software that instructs the operating system how to operate a peripheral device like a printer or scanner

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

Time slice

A

The amount of time a process is given in the CPU in a multitasking operating system

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

RAM

A

The OS must reserve some of this, then copy a program from secondary storage into here so that it can start running

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

Virtual memory

A

The OS’s memory manager function will move processes here when primary memory (RAM) is full, it’s a reserved space on the secondary storage device (HDD or SSD)

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

GUI

A

A Graphical User Interface, such as Windows, macOS, iOS or Android, it provides a user-friendly way of interacting with the computer

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

CLI (command line interface)

A

The user interacts with the OS through typing commands in this, a command line interface. MS-DOS and early Unix had one. Network switches often have them

17
Q

Buffer

A

An area of memory used for holding data waiting to be moved somewhere else. A printer driver holds data in one while waiting for the printer

18
Q

Access rights

A

The permissions granted to users to run programs, change settings, open files or edit files and folders. These are managed by the User Manager feature of the OS

19
Q

Account

A

A user profile that allows someone to sign in, this is created and managed by the User Manager function of the OS

20
Q

Folders

A

All Operating Systems manage a hierarchy of these, they are where you store your files

21
Q

Software

A

Any programs which run on a computer, they come in two main types: application and system

22
Q

Applications

A

Software which allows the user to complete a specific task, such as browse the internet or write a letter

23
Q

Systems software

A

Software that runs the computer system. Includes the OS and utilities but not applications

24
Q

Utilities

A

Programs which analyse and maintain a computer system, keeping it healthy so the applications can run smoothly

25
Q

Encryption

A

A utility program might provide this service which protects the contents of files by scrambling them

26
Q

Defragmentation

A

Utility software which reorganises fragmented files and put all their segments back together to speed up the system

27
Q

Compression

A

Utility software which reduces the size of files by running an algorithm to remove or reorganise data

28
Q

Storage

A

This is where we save our data and it is limited so we might need a compression utility to make the most of it

29
Q

Fragmented

A

When files get bigger they need more space, but this might be on another part of the disk, so the files get like this. We run the “defrag” utility to fix this

30
Q

Housekeeping

A

Any utilities that keep the computer’s “house in order”: defragging, backups, cleaning up unused files. Often installed with the OS but can be downloaded or purchased separately