recategorized by
6,934 views

1 Answer

Best answer
25 25 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:
Position:
Show:

Related questions

14 14 votes
2 answers 2 answers
6.0k
6.0k views
go_editor asked Jun 15, 2016
5,986 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$
14 14 votes
4 answers 4 answers
15.4k
15.4k views
anand007 asked Jun 14, 2016
15,403 views
The decimal number has $64$ digits. The number of bits needed for its equivalent binary representation is?$200$$213$$246$$277$
40 40 votes
9 answers 9 answers
24.5k
24.5k views
Kathleen asked Oct 8, 2014
24,470 views
The number of $1$'s in the binary representation of $(3\ast4096 + 15\ast256 + 5\ast16 + 3)$ are:$8$$9$$10$$12$
40 40 votes
9 answers 9 answers
14.4k
14.4k views
Kathleen asked Sep 22, 2014
14,418 views
The range of integers that can be represented by an $n$ bit $2’s$ complement number system is:$-2^{n-1} \text{ to } (2^{n-1} -1)$$-(2^{n-1} -1) \text{ to } (2^{n-1} -1)$$...