Computer Science
Computer Science
What is Binary?
Binary describes a numbering scheme in which the two possible values for each
digit is either 0 or 1. A bit is the smallest unit of data. Binary is the only language
the computer understands.
Continuing:
128 64 32 16 8 4 2 1
1 0 1 1 0 0 0 1
128 64 32 16 8 4 2 1
1 0 0 0 1 1 0 1
128+13 = 141
thank you for doing my course!