Data storage Flashcards

You may prefer our related Brainscape-certified flashcards:
1
Q

How do you convert binary to denary?

A

Add the columns

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

How do you add in binary

A

Put the binary in column addition and carry the extra digit

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

What is an overflow error?

A

When there is an attempt to store a 9-bit number as an 8-bit number

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

When does an overflow error happen?

A

When binary numbers are added

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

How to overcome an overflow error

A

By ignoring the overflow digit. this leads to loss of data and accuracy

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

What is the purpose of binary shifts?

A

To multiply or divide by 2

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

What does a left shift do?

A

Multiplies

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

What does a right shift do?

A

divides

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

When is a binary shift useful?

A

For quick multiplication/division of 2. Can create an overflow error

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

What is hexadecimal?

A

a way to represent a denary number with letters and numbers

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

State a benefit of hexadecimal

A

Short so less chance of an error

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