Binary Flashcards
(11 cards)
What is the binary equivalent of the decimal number 10?
1010
True or False: In binary addition, 1 + 1 equals 0 with a carry of 1.
True
What is the result of adding binary numbers 1101 and 1011?
11000
How many numbers does the Binary system use?
Two and they are 0 and 1
What is the decimal equivalent of the binary number 1111?
15
Which operation is performed when shifting a binary number to the left?
Multiplication by 2
True or False: Shifting a binary number to the right divides the number by 2.
True
Convert the binary number 10101 to decimal.
21
What is the binary representation of the decimal number 5?
101
What is the result of the binary addition 0110 + 0011?
1001
What is the result of tone left binary shift to the number 11000
01100