The standard American code for representing characters with bits is
-
ASCII
-
Gigabyte
-
Semiconductor storage
-
Binary digits
A
Correct answer
Explanation
ASCII (American Standard Code for Information Interchange) is the standard character encoding scheme for representing text characters using bits. It uses 7 bits to represent 128 characters (letters, numbers, symbols, control codes). This was the foundational encoding system for computers before Unicode expanded to support international characters.