Binary Numbers Flashcards
(15 cards)
What is the binary representation of the decimal number 5?
101
True or False: A binary number system uses base 10.
False
Fill in the blank: In binary, the digit ‘1’ represents a value of _____.
one
What are the two possible values in a binary number system?
0 and 1
Which logic gate outputs true only when both inputs are true?
AND gate
True or False: An OR gate gives a false output only when both inputs are false.
True
What is the result of a NAND gate when both inputs are true?
False
Fill in the blank: A ____ gate produces a true output when at least one input is true.
OR
What is the binary addition of 101 and 110?
1011
Which logic gate is represented by the symbol for negation?
NOT gate
What is the decimal equivalent of the binary number 1110?
14
True or False: The output of an XOR gate is true only if the inputs are different.
True
What does the truth table for an AND gate look like?
True, True = True; True, False = False; False, True = False; False, False = False
Fill in the blank: The binary number system is also known as the ____ number system.
base-2
What is the purpose of a truth table in logic gates?
To show the output for all possible input combinations