Data Representation Flashcards

1
Q

2.1

How many bits are in a byte?

A

8

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

2.1

How many bytes in 1kB?

A

1000

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

2.1

List the all the memory size units in ascending order

A

bit,nibble,byte ,kilobyte ,megabyte ,gigabyte ,terabyte ,petabyte

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

2.1

By what number does the indices change by when a memory unit goes up

A

three

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

(From J276-02 GCSE (9-1) Computer Science May 2018 )

5 (a) (i) Convert the denary number 132 into an 8 bit binary number.

A

10000100

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

(From J276-02 GCSE (9-1) Computer Science May 2018 )

(ii) Convert the binary number 10110101 to its hexadecimal equivalent.

A

B5

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

2.3

What are the four rules of binary addition?

A

0 + 0 = 0
0 + 1 // 1 + 0 = 1
1 + 1 = 0 carry 1
1 + 1 + 1 = 1 carry 1

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

2.3

How do you translate from hexadecimal to denary?

A

multiply the first digit by 16 and add it to the value of the second digit/letter

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

2.3

How do you convert from denary to hexadecimal?

A

divide the number by 16.The value is the number of “16’s” their are, the remainder is the units

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

what happens to the number if it is shifted to the left once?

A

it multiplies the number by 2

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

how many bits in a binary code is the ASCII character given

A

7

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

how many different characters can be represented in ascii

A

128

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

How does extended ASCII differ from normal ASCII? How is the difference better?

A

it gives each character an 8-bit binary code instead of a 7-bit binary code. This is better because it can mean that double the amount (256) characters can be stored.

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

Why is Unicode good?

A

Unicode can represent all of the languages of the world. This includes languages that are not a part of the roman alphabet, such as Chinese, Greek and Arabic.

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

Define colour depth

A

the amount of bits available for colors in an image

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

What is Metadata?

A

Meta data is information about data

17
Q

Give 3 examples of Metadata

A

Color depth, dimensions, file size

18
Q

What does each extra bit per pixel do to the range of colours that are available

A

it doubles it

19
Q

if there are 5 bits per pixel,how many possible colours are available

A

32 colours

20
Q

What is resolution

A

Resolution is how much detail can be seen in an image

21
Q

What is resolution measured in

A

dots per inch (DPI)

22
Q

what three colours are in each pixel

A

red,green,blue

23
Q

Why is higher resolution better?

A

Because it means that the image has a better quality, and looks less pixelated