5 System Software Flashcards

(16 cards)

1
Q

OS

A

Operating System. A software that provides an environment in which applications car 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

HCI

A

human-computer interface

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

GUI

A

graphic user interface

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

CLI

A

command line interface

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
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
6
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
7
Q

hardware management

A

part of the operating system that controls all input/output devices connected to a computer

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

DLL

A

Dynamic Link Library. A library routine that can be linked to another program only at the run time stage.

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

Program Library

A

a library on a computer where programs and routines are stored which can be freely accessed by other software developers for use in their own programs.

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

Compiler

A

Computer program that translates a source program written in high level language to machine code.

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

Interpreter

A

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

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

Context-Sensitive prompt

A

Display predictions of the code being entered

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

Dynamic syntax check

A

Underlines or highlights statements that do not meet the rules of the language

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

Breakpoint

A

Stops the code executing a set line

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

Report window

A

Outputs the contents of variables and data structures

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

Single stepping

A

Execute one line of the program and then stops