1. Data representation Flashcards

1
Q

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

Byte

A

the smallest possible unit of storage in computer technology. Consisting of 8 adjacent bianry digits or (bits), each of which consits of a 0 or a 1

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

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
4
Q

Hexadecimal number system

A

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

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

Error code

A

An error message generated by the computer

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

MAC adress

A

Standing for Media Access Control, this adress (given in hexadecimal) uniquely identifies a device on the internet; it takes the form: NN-NN-NN-DD-DD-DD, where NN-NN-NN is the manufacture code and DD-DD-DD is the device code

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

IP adress

A

internet protocol identified as either IPv4 or IPv6; it gives a unique adress 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
8
Q

HTML

A

HyperText Markup Language is used in the design of web pages and to write, for example, http(s) protocols; colours used in webpages are assigned a hexadecimal code based on red, green and blue colours

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

Overflow error

A

the result of carrying a calculation that produces a result that is too large for the computer’s allocated word size (8-bit, 16-bit, 32-bit, and so on)

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

Logical shift

A

an operation that shifts bits to the left or right in a register; any bits shifted out of a register (left or right) are replaced with zeros

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

Two’s complement

A

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

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

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
13
Q

Character set

A

a list of 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
14
Q

UNICODE

A

a character set which represents all the languages of the world (the first 128 characters are the same as ASCII code)

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

Sampling resoultion

A

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

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

Bit depth

A

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

17
Q

Sampling rate

A

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

18
Q

Bitmap image

A

an image made up of pixels

19
Q

Pixel

A

derived from the term ‘picture element’, this is the smallest element used to make up an image on a display

20
Q

Image resolution

A

the number of pixels in an X-Y direction of an image, for example, 4096 x 3192 pixels

21
Q

Pixelated (image)

A

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

22
Q

Compression

A

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

23
Q

Bandwidth

A

the maximum rate of transfer of data across a network, measured in kilobytes per seecond (kbps) or megabytes per second (mbps)

24
Q

Lossy (file compression)

A

a file compression method in which parts of the original file cannot be recovered during the recompression process for example, JPEG, mp3

25
Q

Lossless (file compression)

A

file compression method that allows the origial file to be fully restored during the decompression process, for example, run length encoding (RLE)

26
Q

Audio compression

A

a method used to reduce the size of a sound using perceptual musci shaping

27
Q

JPG/JPEG

A

from Joint Photo Graphic Expert; a form of lossy file compression used with image files which relies on the inability of the human eye tocertain colour changes and hues

28
Q

MP3

A

a lossy file compression method used for music files

29
Q

MP4

A

a lossy file compression method used for multimedia files

30
Q

Run length encoding (RLE)

A

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