Final answer:
ASCII computers have a total of 128 codes.
Step-by-step explanation:
ASCII (American Standard Code for Information Interchange) is a character encoding standard that represents text in computers. It uses a set of 128 codes to represent characters, including letters, numbers, symbols, and control characters. These codes allow computers to understand and display text in a consistent manner.
Each code in ASCII is represented by a 7-bit binary number, which means there are 2^7 or 128 possible codes. For example, the code for the letter 'A' is 65, the code for the number '5' is 53, and the code for the symbol '#' is 35.
So, ASCII computers have a total of 128 codes.