1.2 Algebra - Number Systems Flashcards

1
Q

What base is binary?

A

base 2 number system

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

what power does binary represent?

A

power of 2

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

what digits does binary use?

A

0 and 1 only

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

how do you convert binary to decimal?

A

create power of 2 table, place the binary number underneath, then add the numbers above the 1 together

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

how do you convert from decimal to binary?

A

create power of 2 table to the power below the decimal number (decimal no 271 = power 256 (2 to the power of 8)).

place a 1 underneath highest power.

subtract decimal number by highest power number (271-256=15)

place a 1 underneath the other powers which add up to remainder. (15= 8 + 4 + 2 + 1)

binary number = 100001111

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

how do you add binary?

A

same as per standard addition.

1 + 1 = 0 and carry 1 over.

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

What base is octal?

A

base 8 number system

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

what power does octal represent?

A

power of 8

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

what digits does octal use?

A

0-7

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

how many bits of binary is there to octal?

A

3-bits

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

how do you convert binary to octal?

A

using a 3-bit binary/octal table.

start right to left, and pad final section of binary out with 0 (Zero) if there isnt 3 bits. convert them using table.

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

how do you convert octal to binary?

A

reverse method to binary to octal.

3 bit binary/octal table. left to right

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

how many base is hexadecimal?

A

base 16 number systems

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

what power does hexadeciaml represent?

A

power of 16

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

what digits does hexadecimal use?

A

0-9 and A-F

A-F represent 10-15

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

how many bits of binary is there in hexadecimal?

A

4-bits

17
Q

how do you convert binary to hexadecimal?

A

using 4-bit binary/hexadecimal table.
start right to left and pad final section of binary out with 0 (zero) if there isnt 4-bit left.
convert them using table

18
Q

how do you convert hexadecimal to binary?

A

reverse method of binary to hexadecimal.

4-bit binary/octal table, left to right.

19
Q

what bit system is binary coded decimal?

A

4-bit system