Data Representation Flashcards

1
Q

What is a bit?

A

The smallest measure of data.

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

How many bits are in a nibble?

A

4

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

How many bits are in a byte?

A

8

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

How many bytes are in a kilobyte?

A

1000

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

How many kilobytes are in a megabyte?

A

1000

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

How many megabytes are in a gigabyte?

A

1000

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

What is binary?

A

A number system which uses only two numbers: 1 and 0. It is what all computers use.

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

Binary increases in what power?

A

Power of 2 (1, 2, 4, 8, 16, 32, 64 and 128)

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

In binary, what results from 0+0?

A

0+0=0

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

In binary, what results from 1+0?

A

1+0=1

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

In binary, what results from 1+1?

A

1+1=10

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

What direction is the binary shifted when multiplying?

A

Left

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

What direction is the binary shifted when dividing?

A

Right

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

How many digits can Hexadecimal use?

A

16 (0, 1, 2, 3, 4, 5, 6, 7, 8, 9, A, B, C, D, E, F)

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

How do you convert binary to Hex?

A

Split the binary code into nibbles. Find out the numerical value of each nibble. If it is over 9, it will be a letter from A-F in alphabetical order.

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

How do you convert Hex to Denary?

A

Multiply each digit by 16 and add the results

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

What is a character?

A

A number, letter or symbol.

18
Q

What are the two main character sets?

A

ASCII and Unicode

19
Q

What does ASCII stand for?

A

American Standard Code for Information Interchange

20
Q

What language is ASCII?

21
Q

How many bits are used per character in ASCII?

22
Q

How many different characters are in ASCII?

23
Q

What is Unicode?

A

A character set containing international characters.

24
Q

How do you work out the size of a text file?

A

Bits per character x number of characters

25
What are bitmap images made of?
Pixels
26
What are pixels?
Tiny dots that images are made of.
27
How is the colour of each pixel represented?
Binary code
28
How many bits per pixel do black and white images need?
1 bit
29
How many colours can 2 bit images be made of?
4 colours - 00, 01, 10, 11
30
How does increasing the amount of bits per pixel affect an image?
Increases the range of colours
31
What is bits per pixel known as?
Colour depth
32
How do you work out the range of colours based on colour depth?
2^n (n = number of bits per pixel)
33
What is image resolution?
Number of pixels in an image
34
How does resolution affect image quality?
The higher the resolution, the more pixels, the higher the quality
35
How do you work out the file size (in bits) of an image?
File size = image resolution x colour depth
36
What is metadata?
Data about data
37
What sort of information does metadata include?
File format, colour depth, resolution, height and width
38
What are vector images?
Images made of blocks of colour, stored as maths equations
39
What does a microphone record sound as?
An analogue signal
40
What are analogue signals pieces of?
Continually changing data