recategorized by
5,787 views

1 Answer

Best answer
22 votes
22 votes
  1. ASCII encodes 128 specified characters  into seven-bit integers. (Extended ASCII uses 8 bits)
  2. 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.
  3. Extended Binary Coded Decimal Interchange Code (EBCDIC) is an eight-bit character encoding.
  4. 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

selected by
Answer:

Related questions

13 votes
13 votes
2 answers
1
go_editor asked Jun 15, 2016
4,912 views
Which of the given number has its $\text{IEEE - 754}$ $32$-bit floating point representation as $\text{(0 10000000 110 0000 0000 0000 0000 0000)}$$2.5$$3.0$$3.5$$4.5$
12 votes
12 votes
4 answers
2
anand007 asked Jun 14, 2016
10,305 views
The decimal number has $64$ digits. The number of bits needed for its equivalent binary representation is?$200$$213$$246$$277$
31 votes
31 votes
6 answers
3
Kathleen asked Oct 8, 2014
18,289 views
The number of $1$'s in the binary representation of $(3\ast4096 + 15\ast256 + 5\ast16 + 3)$ are:$8$$9$$10$$12$
24 votes
24 votes
5 answers
4