2.1.5: understand the concept of overflow in relation to the number of bits available to store a value
| Keyword | Definition |
|---|---|
| number of bits | the number of individual 0s and 1s used to store a value |
| overflow | a type of runtime error which occurs when a value is too big to be stored with the number of bits available |
| value | a number which can represent data or an instruction |