Binary Numbers
Text Compression
Representing images
Logic Gates
Python
100
A single piece of data which can be thought of as 1 or 0.
What is a bit?
100
This is the second most frequent in English Language
What is t?
100
This causes an image to look blurry or sharp
What is resolution?
100
This gate finds the sum of two binary numbers
What is xor?
100
this word makes a loop in python
What is while?
200
The binary equivalent 1234 is this.
What is 10011010010?
200
D is the (blank) most common letter in the language.
What is 10 ?
200
On a 16x16 grid, a blank line will have this number sequence.
What is 16?
200
Name the four binary logic gates we have studied.
What are 'and', 'or', 'not' and 'xor'?
200
you must put this at the end of each if, elif, and else statement
What is a colon (:)
300
This decimal number is the sum of binary numbers 1011 and 10100.
What is 31?
300
      -.-.---.--
what is morse code for cow
300
This is the number of white spaces in the beginning of a line.
What is the first number in run length encoding?
300
When you combine an AND gate and an XOR gate, you get this.
What is a half-adder?
300
this assigns a variable to a number and two of these checks the value
What is an equal sign?
400
The number 1337 in binary is this.
What is What is 10100111001?
400
The American English equivalent of 110111110000010001011110111001 in the Huffman coding tree is this.
What is “correct”?
400
According to JavaScript pixel coding, [255, 0, 255] is the code for this color.
What is purple?
400
This is the XOR gate
What is when both numbers are the same its zero and when different is 1?
400
this equation tests whether or not the number is even or odd
What is (Number%2) ==0?
500
The number 56425 in binary.
What is What is 1101110001101001?
500
The Morse code of .-.--..--..-…
What is apple
500
Two ways to compress data strings in movies are these.
What is (1) looking for repeating pieces of code and storing them in the same memory and (2) looking at frames for similarities and only record the changes from one frame to another?
500
The quickest way to make one 1 out of 5 produce a result is this.
What is - If the possibilities are A, B, C, D, and E: 1. Combine A and B in an OR gate 2. Combine C and D in an OR gate 3. Combine the outputs of AB:OR and CD:OR into an OR gate. 4. Combine E and the output of AB:OR-CD:OR-OR into an OR gate. 5. Connect the output of (AB:OR-CD:OR-OR)(E)-OR to the result
500
the legal variable name out of 2boss,li2ke2a2boss2, ima-boss, bosslikeninoit!, then and bawz es is this
What is li2ke2a2boss2?
M
e
n
u