Definitions Flashcards

(46 cards)

1
Q

ADDRESS BUS

A

Carries the address of a memory location currently being read from or written to.

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

APPLICATION S/W

A

Software written to perform user tasks

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

BATCH OS

A

A process runs from beginning to end without user intervention

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

BAUD RATE

A

Number of voltage changes per second. One baud ≈ One bit/s

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

BIT RATE

A

Number of bits per second

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

BUS

A

A set of wires connecting components

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

CHECK DIGIT

A

Calculated using the data and a special algorithm and appended to the original data to check integrity

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

CLI

A

Command Line Interface. User has to type in commands e.g. DOS

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

COMPILER

A

Whole source code translated into object code (executable file) in one go

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

DATA BUS

A

Carries the data currently being read or written

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

FOREIGN KEY

A

An attribute in one table and the primary key in another (linking the two tables)

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

HANDSHAKING

A

An exchange of signals to establish that one device is ready to send and another ready to receive data

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

HARDWARE

A

The physical components of the computer

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

HCI

A

Human Computer Interface. Interaction between the user and the computer

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

IMPERATIVE HLL

A

Computer executes instructions in programmer defined sequence

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

INDEX

A

An alphabetical list of a particular attribute

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

INTEGRATED PACKAGE

A

One program with several functions (e.g. MS Works)

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

INTEGRITY OF DATA

A

Making sure data is accurate/valid

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

INTERACTIVE OS

A

Computer and user are in direct two-way communication

20
Q

INTERPRETER

A

Translates and executes code one line at a time

21
Q

INTRANET

A

A company-wide internet

22
Q

LAN

A

Local Area Network. A number of computers connected together on one site

23
Q

NETWORK OS

A

Allows a number of computers to be connected together so they can share resources

24
Q

OS

A

An interface between the user and the hardware controlling the running of the machine

25
PARALLEL
Bits sent down several wires simultaneously
26
PARITY
The most significant bit of a byte set to 0 or 1 to used for error detection (odd/even)
27
PEER TO PEER LAN
Network where all computers have equal status. There are no dedicated servers
28
PROTOCOL
A set of rules governing the ways computers communicate
29
PSEUDO REAL-TIME OS
A response is required within a few seconds (almost immediately)
30
RANDOM (DIRECT) FILE
Records written at an address calculated by hashing the key field
31
REAL-TIME OS
A response is required immediately
32
RELATIONAL DATABASE
A collection of tables linked together
33
SECURITY OF DATA
Making sure data is safe
34
SEQUENTIAL FILE
Records written in key order
35
SERIAL
Bits sent along a single wire one at a time
36
SERIAL FILE
Records written one after the other in no particular order
37
SERVER BASED LAN
Network in which security, administration and other functions are provided by dedicated servers
38
SOFTWARE
Programs which run on the computer
39
SOFTWARE SUITE
Several separate programs sold as one package (e.g. MS Office)
40
SYSTEM S/W
Layer of software which enables the user to operate a computer
41
VALIDATION
Process of checking whether data is sensible/reasonable
42
VERIFICATION
Process of entering data twice, with the second entry compared against the first entry to ensure accuracy
43
WAN
A number of computers connected together over a large geographical area
44
WIMP
Windows, Icons, Mouse and Pull-down menus
45
WORD
The number of bits that can be manipulated in one go
46
OBJECT CODE
Code produced by an assembler or compiler