1.2.4 Converting Data - B&D Flashcards

1
Q

What is Denary

A

Standard number based system

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

What base system is denary?

A

Base 10
(0,1,2,3,4,5,6,7,8,9)

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

What base system is binary?

A

Base 2

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

Binary

A

Language of computers

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

What is 8-but structure?

A

124 64 32 16 8 4 2 1

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

What does 8-bit structure replace?

A

Each number with a binary switch (1 or 0, on or off)

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

What is rule one of binary?

A

0+0=0

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

What is rule two of binary?

A

1+0=1

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

What is rule three of binary?

A

1+1=10 (binary for 2)

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

What is rule four of binary?

A

1+1+1=11 (binary for 3)

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

What is an overflow error?

A

Anything over the value of 255 (11111111) produces and overflow error

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

Why does overflow errors occur?

A

There being nowhere else for the additional digit to be stored or handled

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

What does a binary left shit do?

A

Multiply

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

What does a binary right shit do?

A

Divide

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

Where is the MSB?

A

First number on the left

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

Where is the LSB?

A

First number in the right