Multiple choice Which of the following codes uses 7 bits to represent a character? ASCII EBCDIC BCD GRAY Reveal answer Fill a bubble to check yourself A Correct answer Explanation ASCII (American Standard Code for Information Interchange) uses 7 bits to represent characters, allowing for 128 unique characters. EBCDIC uses 8 bits (256 characters), BCD uses 4 bits per digit, and Gray code is a binary encoding system.