What base-10 number is represented by the binary 11
3
What binary number represents the decimal number 4
10
A base-2 counting system used to store and send information encoded into two numbers 1 or 0
Binary System
An office uses an application to assign work to its staff members. The application uses a binary sequence to represent each of 100 staff members.
What is the minimum number of bits needed to assign a unique bit sequence to each staff member?
7
What is a flippy do?
A tool, sheet, or manipulative that helps people visualize and understand binary numbers
What base-10 number is represented by the binary 1011
11
What is the binary number represents the decimal number 17
10001
Another name for the counting system that most people use regularly
Decimal system
Consider the following numeric values.
Binary: 1011
Binary: 1101
Decimal: 5
Decimal: 1
Which of the following lists the values in order from least to greatest?
Decimal 5, binary 1011, decimal 12, binary 1101
Two options/two numbers.
(Accept any reference to the dual nature of anything binary).
What base-10 number is represented by the binary 01101
13
What binary number represents the decimal number 34
100010
According to information in the table, what color is represented by the binary RGB triplet (11111111,
11111111, 11110000) ?
Ivory
What base-10 number is represented by the binary 11011
27
What is the binary RGB triplet for the color indigo?
(00100101, 00000000, 01000001)
How many bits are needed for the number 129
8
What base-10 number is represented by the binary 0111001
57
What is the binary number that represents 256
10000000
It's a character encoding standard that represents text using numerical values. It's a table that helps us translate from binary to text.
Eg: 101101 = "a"
000010 = "b"
...
...
American Standard Code for Information Interchange (ASCII)
The player controls in a particular video game are represented by numbers. The controls and their corresponding values are shown in this table:
What is the base-10 value for the jump control?
24
What is the binary code for the number 181
10110101