Chapter 5 Flashcards

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

Operating system

A

software that provides an
environment in which applications can run and provides
an interface between hardware and human operators.

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

GUI

A

graphical user interface.

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

CLI

A

command line interface.

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

Icon

A

small picture or symbol used to represent, for

example, an application on a screen.

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

WIMP

A

windows, icons, menu and pointing device.

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

Memory management

A

– part of the operating system

that controls the main memory.

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

Memory optimization

A

function of memory
management that determines how memory is allocated
and deallocated.

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

Memory organization

A

function of memory
management that determines how much memory is
allocated to an application.

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

Security management

A

– part of the operating system
that ensures the integrity, confidentiality and availability
of data.

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

Memory protection

A

function of memory management
that ensures two competing applications cannot use
same memory locations at the same time.

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

Process management

A

part of the operating system
that involves allocation of resources and permits the
sharing and exchange of data.

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

Hardware management

A

part of the operating system
that controls all input/output devices connected to
a computer (made up of sub-management systems
such as printer management, secondary storage
management, and so on).

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

Device driver

A

software that communicates with the
operating system and translates data into a format
understood by the device.

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

Utility program

A

parts of the operating system which
carry out certain functions, such as virus checking,
defragmentation or hard disk formatting.

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

Disk formatter

A

utility that prepares a disk to allow

data/files to be stored and retrieved.

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

Disk defragmenter

A

utility that reorganises the
sectors on a hard disk so that files can be stored in
contiguous data blocks.

17
Q

Disk content analysis software

A

utility that checks
disk drives for empty space and disk usage by reviewing
files and folders.

18
Q

Disk compression

A

software that compresses data

before storage on an HDD.

19
Q

Back-up utility

A

software that makes copies of files on

another portable storage device.

20
Q

Translator

A

the systems software used to translate
a source program written in any language other than
machine code.

21
Q

Compiler

A

a computer program that translates a
source program written in a high-level language to
machine code or p-code, object code.

22
Q

Interpreter

A

a computer program that analyses and
executes a program written in a high-level language line
by line.

23
Q

Syntax error

A

an error in the grammar of a source

program.

24
Q

Logic error

A

an error in the logic of a program.

25
Q

Debugging

A

the process of finding logic errors in a

computer program by running or tracing the program.