N5S3 - Data Rep - Binary Flashcards

1
Q

What is Machine Code?

A

The language that computers use to understand and process information using binary

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

Describe the denary system

A

base 10 system, uses numbers 0-9

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

Describe the binary system

A

base 2 system, uses the symbols 0 and 1

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

What is an Overflow error?

A

When the result of a binary calculation is too long for a computer to process.

If the answer to a calculation is 9 bits but a byte an only fit 8 bits

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

What is a bit?

A

the smallest unit of data that a computer can process and store.

short for binary digit

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

What is a nibble?

A

half an 8-bit byte
(4 bits)

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

What is a byte?

A

Consists of 8 adjacent binary digits, each of which consists a 0 or 1

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

What does the formula 2ⁿ work out?

A

No of bit patterns

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

What does the formula 2ⁿ - 1 work out?

A

Highest no of binary codes

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

What is the highest and lowest binary code that is avaliable?

A

0 - Lowest
255 - Highest
(256 different binary codes)

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