Data Representation Flashcards

(16 cards)

1
Q

Denary (Decimal)

A

The base-10 number system, using digits 0 to 9.

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

Binary

A

The base-2 number system, using only 0s and 1s. Used internally by all modern computers.

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

Hexadecimal (Hex)

A

The base-16 number system, using digits 0–9 and letters A–F. Useful for compact binary representation.

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

Binary Shift

A

Moving bits to the left or right to multiply or divide by powers of 2.

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

Overflow

A

Occurs when a calculation produces a result too large for the allocated number of bits.

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

Underflow

A

Occurs when a calculation produces a result too small to be represented
accurately.

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

Character Set

A

A list of characters that can be recognised by a computer and the binary codes used to represent them.

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

ASCII (American Standard Code for Information Interchange)

A

A 7-bit character set used to represent text in computers and devices.

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

Unicode

A

A character encoding standard that can represent characters from most of the world’s writing systems.

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

Pixel

A

The smallest controllable element of a picture on a screen.

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

Image Resolution

A

The number of pixels in an image, typically width × height.

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

Colour Depth

A

The number of bits used to represent the colour of a single pixel.

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

Metadata

A

Data that describes other data, e.g. file type, resolution, and colour depth in animage file.

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

Sample Rate

A

The number of samples taken per second during sound recording, measured in Hertz (Hz).

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

Bit Rate

A

The number of bits used per second of audio, calculated by sample rate × bit depth.

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

Sound Sampling

A

The process of measuring the amplitude of a sound wave at regular intervals.