It **can** only store numbers. But we break those numbers into groups and then use those groups to lookup other stuff in a dictionary. One such dictionary called ASCII for example uses groups of 8. So 01000001 in the dictionary is A. 01000010 is B and so on.
People don’t write code directly in binary, they write it in English and software “compiles” that into binary for the computer to understand.
Latest Answers