Data representation Flashcards

1
Q

Bit

A

fundamental unit of information in the form of a single 1 or 0

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

Byte

A

a group of 8 bits

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

Nibble

A

a group of 4 bits

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

Kibibyte

A

2^10 bytes

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

Mebibyte

A

2^20 bytes

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

Gibibyte

A

2^30 bytes

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

Tebibyte

A

2^40 bytes

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

ASCII code

A

American Standard Code for Information Interchange - code that defines how keyboard characters are encoded into digital strings of ones and zeros

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

Unicode

A

symbol that enables most of the languages in the world to be symbolised with a special character identification

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

Parity bit

A

an additional bit that is transmitted as part of a byte to make the total number of ones odd (odd parity) or even (even parity) - data transmitted can be checked by counting the number of ones in a character code to check that there have been no errors during transmission

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

Majority voting

A

system which requires each bit to be sent three times - if a bit value is flipped incorrectly during transmission over a heavy trafficked line, receiving computer uses majority rule and assumes the two bits have not changed and were therefore correct

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

Checksums

A

involve adding a mathematical algorithm to the transmitted data; block of (transmitted) data used to create a checksum value which is transmitted with the block - same algorithm is applied to the block after transmission and if the two checksums match, the transmission is considered successful

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

Check digits

A

additional digit at the end of a string of other numbers designed to check for mistakes in input or transmission

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

Natural number

A

whole numbers used for counting

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

Rational number

A

any number that can be written as a fraction or decimal - includes all integer values

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

Irrational number

A

cannot be expressed as a ratio of two integers or as a repeating or terminating decimal - Pi or any square root of an imperfect square are considered irrational

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

Ordinal number

A

numbers that describe position or order

18
Q

Number bases

A

the number of different digits or combination of digits and letters that a system of counting uses to represent numbers

19
Q

Real number

A

all rational and irrational numbers

20
Q

Compression

A

a sequence of steps that are followed to reduce file size

21
Q

Lossy compression

A

data compression technique that results in a loss of data

22
Q

Lossless compression

A

data compression technique in which no data is lost

23
Q

Run Length Encoding (RLE)

A

type of lossless compression that works by specifying the number of times a character or pixel colour repeats followed by the value of the character or pixel

24
Q

Dictionary-based compression

A

type of lossless compression that uses a dictionary to replace repeated phrases with shorter binary strings

25
Encryption
transformation of data from one form to another to prevent unauthorised (third) parties from being able to understand it
26
Plaintext
normal text that has not been encrypted
27
Ciphertext
data or information that has been encrypted
28
Cipher
encryption method or algorithm
29
Key
secret information to lock or unlock the encrypted message
30
Vernam cipher
substitution cipher in which each character is encrypted using its own key
31
Caesar cipher
substitution cipher that works by shifting letters of alphabet along by a given number of characters
32
Sampling rate
number of samples taken per second when sound is recorded
33
Sound sample size
file size (in bits) = sampling rate x seconds x sample resolution
34
Nyquist theorem
states that sampling rate has to be at least twice the highest frequency of original signal
35
Monophonic
just one track of sound/single transmission path
36
Stereophonic
contains two different channels of transmission to add impression of positioning and direction to recording
37
MIDI (Musical Instrument Digital Interface)
set of standards that are used to represent music in digital form
38
Colour depth
The number of bits used to represent the colour of a single pixel
39
Image resolution
number of pixels per inch or centimetre/size of a bitmapped graphic in pixels (width x height in pixels)
40
Bitmap images
images created using a grid of small squares called pixels
41
Metadata
data that describes data
42
Image file size
width x height x colour depth