Binary Numbers
Python
100
11001 in binary means something in decimal
What is 25?
100
A: this operator finds the Remainder after division
What is %?
200
An alternation between 1 and 0 in all nine places, starting with a 1 from the left, is something in decimal
What is 341?
200
.) While x>5. Print x X=x-1 Print x Is an example of this type of function.
What is a while loop?
300
The decimal version of 00010011
What is 19?
300
(7+9-3*6)*9
What is -18
400
11010+11110*01011 in binary means something in binary.
What is 356?
400
with these three numbers, 4, 6, and 9, you can create the number 33. try to find how.
What is 4*6+9?
500
11111+10111*10101+10101 in binary means something in binary.
What is 535?
500
(-26*5)**3+76
What is -2196924
M
e
n
u