'Bit' means 'Binary digit'. A [blank_start]________[blank_end] contains [blank_start]________[blank_end] [blank_start]________[blank_end].
Answer
Bit
Byte
1
2
4
8
256
Bits
Bytes
Question 2
Question
A pair of Hexadecimal numbers would take up how many bits to express in binary (assuming no leading zeros or anything)?
Answer
1
2
4
8
16
256
Question 3
Question
Generally (not just specifically in Python), the order of the following three steps is:
1. [blank_start]________[blank_end]
2. [blank_start]________[blank_end]
3. [blank_start]________[blank_end]