1110
What is 14?
8
The primary focus of the field of computer science
What is information?
The smallest unit of data that a computer can manage and store
What is a bit?
1011
What is 11?
12
What is 1100?
A pattern where the order matters because it changes the information communicated
What is a permutation?
A group of eight bits
What is a byte?
0101
What is 7?
17
What is 00010001?
A number system that has two as its base
What is binary?
This happens when we attempt to create a value that is outside of the representable range
What is overflow?
00010000
What is 16?
31
What is 00011111?
A number system that has ten as its base
What is decimal?
This occurs when we attempt to represent a value that is too precise
What is a rounding error (or a round-off error)?
01001100
What is 76?
55
What is 00110111?
A computer receives binary, what we read as 0s and 1s, as this
What is electricity (on/off currents)?
"Bit" is a contraction of these two words
What is "binary digit"?