Abcdefghijklmnopqrstuvwxyz now I know my abcs, next time won’t you sing with me :)
Coding works through programming/programs. Programs have different coding languages, and text files. The code within the file is known as the "source CODE" this code is used in different ways, causing for the possibility of separate binary files that computers can directly run. Hope I helped.
Answer:
4 bits
Explanation:
With 4 bits you can count to 15, because 2⁴=16. The maximum number you can express is always one less, i.e., 16-1=15.
In general, with n bits you can count to 2ⁿ-1.