Paper 1: Binary Flashcards

1
Q

What are Binary Digits also known as?

A

BITS

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

What is Denary also known as?

A

Decimal

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

What is the base of the Denary counting system?

A

10

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

To convert from Denary to Binary, what do you add if the heading can be taken away without becoming negative?

A

1

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

To convert from Binary to Denary, what do you do with the ones in the binary number?

A

Look at the column headings and add those numbers together

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

What is the rule for Binary Arithmetic addition?

A

Work from right (Least significant bit) to left (Most significant bit)

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

What happens when you add 1 + 1 in Binary?

A

0, and carry 1 to the next more significant bit

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

What does a left shift in binary represent?

A

Multiply by 2

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

What does a right shift in binary represent?

A

Divide by 2

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

What is ASCII?

A

American Standard Code for Information Interchange

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

How many unique characters does standard ASCII represent?

A

128

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

What does Extended ASCII represent?

A

256 unique characters

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

What is Unicode?

A

Uses 1 – 4 bytes of binary to allow over 1 million different characters

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

What does sample mean in audio recording?

A

A measurement of the sound wave

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

What does bit depth refer to in music files?

A

The amount of binary used to record each sample

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

What is the typical sample rate for music files?

A

Around 44,100 samples per second

17
Q

What is Mono in audio recording?

A

1 separate recording

18
Q

What is Compression?

A

A way of making a file smaller

19
Q

What is Lossy Compression?

A

Removing data from a file to reduce its size, permanently losing data

20
Q

What is Lossless Compression?

A

Compressing a file without losing any information

21
Q

What is a pixel?

A

One square in a bitmap image

22
Q

What is screen resolution in computing?

A

The number of pixels per unit on a computer display screen

23
Q

What does Colour depth in an image refer to?

A

How many bits of binary are used to encode the colours in an image

24
Q

What is a Bitmap?

A

A type of image made up of tiny squares (pixels)

25
What are the additive primary colours?
* Red * Blue * Green
26
What is metadata?
Additional information about a file that allows the computer to recreate it from the binary
27
How do you create black and white images from binary?
Use 1 for black and 0 for white
28
How many bits of binary are used for each colour in a 24-bit colour image?
8 bits for red, 8 bits for green, 8 bits for blue
29
What is the formula to convert from Bytes to KB?
Divide by 1000 at each step
30
What is the formula for Sound file size?
sample rate x duration (s) x bit depth
31
What is Hexadecimal?
A base 16 counting system
32
How many binary digits does each Hexadecimal character represent?
4 binary digits
33
To convert from Binary to Hexadecimal, how do you group the binary?
Break into blocks of 4, starting from the right
34
What is the least significant digit worth in Hexadecimal?
1