Data Rep Flashcards

1
Q

Binary

A

A base 2 number system that uses the digits only 0 and 1

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

Bit

A

A single binary digit, a 0 or a 1

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

Why Binary

A

Computers consist of transistors which can have 2 states on or off. Binary represents these two states 0 for off and 1 for on

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

Hexadecimal

A

A base 16 number system that uses the digits 0-9 and the letters A-F to represent the digits 10-15

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

ASCII

A

The American Standard Code for Information Interchange is an agreed standard for recording characters as pre-specified binary numbers

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

Character set

A

A character set is used to describe the possible characters that can be represented in a computer system like ASCII and Unicode

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

Standard ASCII

A

ASCII that uses 7 bits to represent 128 characters

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

Extended ASCII

A

ASCII that uses 8 bits to represent 256 characters

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

Unicode

A

A character set developed for every language in the world using two bytes to store 2^16 possible characters but can be extend to 3 or 4 bytes making it possible to store 2^24 possible characters or 2^32 possible character respectively

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

Pixel

A

Small dots that make up a bitmap image

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

Resolution

A

The number of pixels per square inch measured in dpi

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

Colour Depth

A

The number of bits available for colours in an image

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

Metadata

A

Data about the properties of data

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

Sample

A

A digitally recorded fragment of sound that is taken from an existing track or environment

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

Sample rate

A

The number of audio samples taken per second

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

Sample size

A

The number of bits available for an audio sample

17
Q

Bit rate

A

Number of bits processed per second

18
Q

Compression

A

Process of making a file smaller

19
Q

Lossy compression

A

Permanently removing parts of the data to make a file smaller usually used for audio, image and video files

20
Q

Lossless compression

A

A form of compression that makes the file smaller without losing data

21
Q

Operator

A

A special symbol that carries out a function

22
Q

Operand

A

Second part of the opcode that is manipulated by the CPU according to the operator

23
Q

Check Digit

A

An extra value at the end of data to confirm that data has been scanned correctly