vault backup: 2022-07-11 10:21:04

This commit is contained in:
Jet Hughes 2022-07-11 10:21:04 +12:00
parent 0317a822d9
commit c5705b0fc6

View File

@ -47,4 +47,14 @@ tags:
# A Word of memory
- The word is the number of bits the cpu uses internally, varies between manufacturers and CPUs.
- Now its usually 64 bits
-
- [amount of bits for different devices](https://i.imgur.com/nHrz1zX.png)
# Characters
- A written symbol.
- In english are represented as a single byte, (other languages use 2 bytes or more)
- e.g., [different types of characters](https://i.imgur.com/DBLVhw8.png)
- characters are joined together to make human readable numbers and words
- `char ch`
- ch is a variable name