Binary Flashcards

1
Q

How do binary numbers compare with decimal numbers?

A

Binary numbers use a base two system while decimal numbers use a base ten system.

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

What is the algorithm to increase a binary number by one?

A

You work from right to left. You check the digit, if it is a zero, change it to a one, if it is a one, change it to a zero and move to the next digit.

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

Why do computers use binary numbers?

A

Computers can only understand switches, one for on and one for off. They cannot understand multiple digits, so they use binary.

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

What is ACII code?

A

It is a type of code that can be used to tell a computer to write certain characters. Each character has a number, including spaces. Each number uses 8 bits.

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

What are hexadecimal numbers?

A

They are numbers that are base sixteen. Each column has a value sixteen times the one to the right.

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

What are the digits used in hexadecimal numbers?

A

0,1,2,3,4,5,6,7,8,9,A,B,C,D,E,F

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