Chapter 1 Definitions Flashcards

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

Define bit

A

The basic computing element that is either 0 or 1, and is formed from the words Binary digit

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

Define binary number system

A

A number system based on 2 and can only use the values 0 and 1

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

Define hexadecimal number system

A

A number system based on the value 16 which uses denary digits 0 to 9 and letters A to F

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

Define error code

A

An error message generated from the computer

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

Define MAC address

A

Standing for Media Access Control, this address (given in hexadecimal) uniquely identifies a device on the internet

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

Define IP address

A

Internet Protocol; identified either as IPv4 or IPv6; it gives a unique address to each device connected to a network identifying their location

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

Define HTML

A

HyperText Mark-up Language is used in the design of web pages and to write

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

Define overflow error

A

The result of carrying out a calculation that produces a value that is too large for the computer’s allocated word size

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

Define logical shift

A

An operation that shifts bits to the left or right in a register; any bits shifted out of a register are replaced with zeroes

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

Define two’s complement

A

A method of representing negative numbers in binary; when applied to an 8-bit system, the left-most bit is given the value -128

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

Define ASCII code

A

A character set for all the characters on a standard keyboard and control codes

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

Define character set

A

A list of the characters that have been defined by computer hardware and software. The character set is necessary so that the computer can understand human characters.

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

Define Unicode

A

A character set which represents all the languages of the world

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

Define sampling resolution

A

The number of bits used to represent sound amplitude in digital sound recording (also known as bit depth)

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

Define bit depth

A

The number of bits used to represent the smallest unit of a sound file

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

Define colour depth

A

The number of bits used to represent the colours of a pixel

17
Q

Define sampling rate

A

The number of sound samples taken per second in digital sound recording

18
Q

Define bitmap image

A

An image made up of pixels

19
Q

Define pixel

A

Derived from the term ‘picture element’. This is the smallest element used to make up an image on a display

20
Q

Define image resolution

A

The number of pixels in the X-Y direction of an image

21
Q

Define pixelated (image)

A

This is the result of zooming into a bitmap image; on zooming out, the pixel density can be diminished to such a degree that the actual pixels themselves can be seen

22
Q

Define pixel density

A

Number of pixels per square inch

23
Q

Define compression

A

Reduction of the size of a file by removing repeated or redundant pieces of data; this can be lossy or lossless

24
Q

Define bandwidth

A

The maximum rate of transfer of data across a network, measured in kilobits per second (kbps) or megabits per second (Mbps)

25
Q

Define lossy file compression

A

A file compression method in which parts of the original file cannot be recovered during the decompression process

26
Q

Define lossless file compression

A

A file compression method that allows the original file to be fully restored during the decompression process

27
Q

Define audio compression

A

A method used to reduce the size of a sound file using perceptual music shaping

28
Q

Define MP3

A

A lossy file compression method used for music files

29
Q

Define MP4

A

A lossy file compression method used for multimedia files

30
Q

Define JPEG

A

From the Joint Photographic Expert Group; a form of lossy file compression used with image files which relies on the inability of the human eye to distinguish certain colour changes and hues

31
Q

Define run length encoding (RLE)

A

A lossless file compression technique used to reduce the size of text and photo files in particular