- Section
- Stuff I Looked Up
- Type
- Explanation
- Date
- November 10, 2024
- Words
- 485
“This is a computer programming term. It refers to operations that are performed on sequences of bits, in aggregate. A byte is made up of eight bits, which can be 0 or 1. So a byte might look like this: 00011011 A bitstring (or bitpattern) is any sequence of bits – not necessarily an entire byte. A…”