Show:
Questions
Responses
Print
Binary
Logic Gates
Python
100
1AA735 is this number in hexadecimal.
What is 110101010011100110101?
100
This gate performs multiplication.
What is AND?
100
This assigns a variable a value.
What is "="?
200
6.875 is this number in decimal.
What is 110.111?
200
This gate performs addition.
What is OR?
200
This checks for equality.
What is "=="
300
1101010000110001 is this number in binary.
What is 54321?
300
This gate has only one input.
What is NOT?
300
This is increment.
What is "++"?
400
The base of a number is written in this format.
What is subscript?
400
What returns 1 when the input is 0?
What is NOT?
400
This checks for equality in type and value.
What is "==="?
500
This is the name for base 400.
What is quattrocentimal?
500
This gate returns 0 when the inputs are both 1.
What is XOR?
500
This asks for input.
What is "input ()"?