Recall & Review
beginner
What is a bit in computing?
A bit is the smallest unit of data in computing. It can have only two values: 0 or 1, like a light switch that can be either off or on.
Click to reveal answer
beginner
How many bits make one byte?
One byte consists of 8 bits. Think of a byte as a small box holding 8 tiny switches (bits), each can be off (0) or on (1).
Click to reveal answer
beginner
Why do computers use bits and bytes?
Computers use bits and bytes because they work with electrical signals that are either on or off. Bits represent these two states, and bytes group bits to represent more complex data like letters or numbers.
Click to reveal answer
intermediate
What is the relationship between bits, bytes, and data size?
Bits are the smallest data units. 8 bits make 1 byte. Larger data sizes are made by combining bytes, like kilobytes (KB), megabytes (MB), and gigabytes (GB), similar to how letters form words and words form sentences.
Click to reveal answer
beginner
Explain the analogy of bits and bytes using light switches and boxes.
Imagine each bit as a tiny light switch that can be off (0) or on (1). A byte is like a box holding 8 of these switches. By turning different switches on or off, the box can represent different numbers or letters.
Click to reveal answer
How many possible values can a single bit represent?
✗ Incorrect
A bit can only be 0 or 1, so it represents 2 possible values.
How many bits are there in one byte?
✗ Incorrect
One byte is made up of 8 bits.
Which of these is the smallest unit of data in computing?
✗ Incorrect
The bit is the smallest unit of data, representing a single 0 or 1.
If you have 8 bits, what can you represent?
✗ Incorrect
8 bits can represent 2^8 = 256 different values.
Why do computers use bits to store data?
✗ Incorrect
Computers use bits because they match the on/off nature of electrical signals.
Explain what a bit and a byte are, using a simple real-life analogy.
Think about how a light switch can be on or off.
You got /4 concepts.
Describe how bits and bytes relate to data size and why they are important in computing.
Consider how computers use electrical signals to store information.
You got /4 concepts.