10 10 votes The code which uses $7$ bits to represent a character is : ASCII BCD EBCDIC Gray Digital Logic isro2015 digital-logic number-representation + – Desert_Warrior 6.9k views answer comment Share Follow Print 0 reply Please log in or register to add a comment.
Best answer 25 25 votes ASCII encodes 128 specified characters into seven-bit integers. (Extended ASCII uses 8 bits) Binary coded decimal (BCD) is a system of writing numerals that assigns a four-digit binary code to each digit 0 through 9 in a decimal (base-10) numeral. Extended Binary Coded Decimal Interchange Code (EBCDIC) is an eight-bit character encoding. The reflected binary code (RBC), also known as Gray code , is a binary numeral system where two successive values differ in only one bit (binary digit). The code which uses 7 bits to represent a character is :ASCII ManojK answered May 24, 2016 • selected May 24, 2016 by Desert_Warrior ManojK comment Share Follow See 1 comment 1 1 comment reply rude commented May 24, 2016 reply Follow flag great sir :) 1 1 replyShare Please log in or register to add a comment.