Data representation Flashcards

(37 cards)

1
Q

What is binary?

A

Representing numbers using base 2 (0s & 1s) – the only language that computers truly understand. 0 means off, 1 means on.

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

What is denary?

A

Representing numbers using base 10 (0‐9) – these are our normal numbers that we use every day.

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

What is hexadecimal?

A

Representing numbers using base 16 (0‐9 & A‐F). This language is never stored inside a computer, it is used for representing colours as it is easier for humans to interpret.

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

What is binary addition?

A

Adding binary numbers together.

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

What is a character?

A

A single letter, number or symbol (e.g., A, 1, !).

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

What does ASCII stand for?

A

American Standard Code for Information Interchange.

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

How many bits does ASCII use?

A

Uses 7 bits to store a maximum of 128 characters.

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

What is Extended ASCII?

A

The same as ASCII, though uses 8 bits per character to represent 256 characters.

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

What is Unicode?

A

A different form of character representation in a computer system, using 16 bits per character to allow 65,536 characters to be represented.

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

What is an image in computing?

A

A picture that has been created or copied and stored in electronic form.

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

What are pixels?

A

The individual units (dots) that make up an image.

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

What is resolution in images?

A

The level of detail in an image (quality), measured in dots per inch (dpi).

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

What is bit depth?

A

The number of binary digits used to represent each pixel in an image file.

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

What is sampling?

A

Method of converting an analogue sound signal into a digital file containing binary numbers.

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

What is sample rate?

A

The number of readings taken from a sound wave each second.

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

What is compression?

A

The re‐encoding of data so that less bits are used to store it.

17
Q

What is lossy compression?

A

Removes data to reduce the size of a file (e.g., JPG).

18
Q

What is lossless compression?

A

Reorganises data to reduce the size of a file without removing any information (e.g., ZIP). No quality is lost.

19
Q

What are the binary place values for 1 byte?

A
  • 128
  • 64
  • 32
  • 16
  • 8
  • 4
  • 2
  • 1
20
Q

What are the binary place values for 1 nibble?

21
Q

What are the hexadecimal numbers from 0 to 15?

A
  • 0
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • A
  • B
  • C
  • D
  • E
  • F
22
Q

What are the rules of binary addition for 0 + 0?

23
Q

What are the rules of binary addition for 1 + 0?

24
Q

What are the rules of binary addition for 0 + 1?

25
What are the rules of binary addition for 1 + 1?
0, carry 1
26
What are the rules of binary addition for 1 + 1 + 1?
1, carry 1
27
What is a bit?
The smallest amount of data (stands for binary digit) (0 or 1).
28
What is a nibble?
4 bits (Used for converting into hexadecimal).
29
What is a byte (B)?
8 bits.
30
What is a kilobyte (KB)?
1024 bytes.
31
What is a megabyte (MB)?
1024 kilobytes.
32
What is a gigabyte (GB)?
1024 megabytes.
33
What is a terabyte (TB)?
1024 gigabytes.
34
What is a petabyte (PB)?
1024 terabytes.
35
What are common image file types?
* BMP * JPG * GIF * PNG * TIF
36
What are common sound file types?
* MP3 * WAV * M4A
37
What are common video file types?
* MP4 * WMV * MOV