1-4 How many bits

Time 0.5 h
Web code xjyi extf
Difficulty Easy

 

Wie viele Bits benötige ich, um 365 (bzw. 3, 9, 2000, 5000, 100 000) mögliche Werte zu speichern?

Beispiel

Um 200 mögliche Werte zu speichern, benötigen wir 8 Bits, denn mit 7 Bits sind lediglich 128 Zustände möglich. Deshalb erhöht sich die Größenordnug auf 8 Bits, womit sich dann maximal 256 Zustände abspeichern lassen.

 

Exercise 1-4: How many bits

How many bits do you need to store 365 (or 3, 9, 2000, 5000, 100,000) possible values?

Example

To store 200 possible values, we need 8 bits, because with 7 bits only 128 states are possible. Therefore, the order of magnitude increases to 8 bits, which means that a maximum of 256 states can be stored.


Submit your answer:
- 1-4 Bits (Python) - CodeRunner question
- 1-4 Bits (Python) - VPL activity
- 1-4 Bits (Python) - VPL question


Sample solution: Solution to 1-4 Bits

Page 4