A bit is a single binary digit: either 0 or 1. It's the smallest unit of information a computer can store.
When you group bits together, you get binary numbers. For example, the binary number represents in decimal.
Computers typically work with groups of 32 or 64 bits to represent integers. In this section, I'll focus on how you can manipulate individual bits within these numbers to solve problems.