Computer Science, asked by shubhammadheshiya860, 5 months ago

can number system also represent character in computer?

Answers

Answered by rahsha6786
1

Answer:

yes

Explanation:

Everything represented by a computer is represented by binary sequences. A common non-integer to be represented is a character. A standard code ASCII (American Standard for Computer Information Interchange) defines what character is represented by each sequence. ...

Answered by dvjchj
0

Answer:

Now a computer understands only numeric values, whatever the number system used. So all characters must have a numeric equivalent called the alphanumeric code. The most widely used alphanumeric code is American Standard Code for Information Interchange (ASCII). ASCII is a 7-bit code that has 128 (27) possible codes.

Similar questions