answersLogoWhite

0


Want this question answered?

Be notified when an answer is posted

Add your answer:

Earn +20 pts
Q: Why do you use binary codes to represent characters?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Math & Arithmetic

The system that digital computers use to represent numeric data?

It uses the Binary Numbering System.


What is the purpose of binary codes?

A Binary code is a way of representing text or computer processor instructions by the use of the binary number system's two-binary digits 0 and 1.So the purpose of binary code is to issue human readable code, changed to machine code (binary) that the computer understands and can execute the instructions.


What International numeric symbols that use ten characters to represent numbers?

Hindu-Arabic Numeral


What is the advantage of having the binary number system to represent data inside the computer instead of the decimal number system?

They use the binary sysem because the number 1 means the switch is turned on and the number 0 means the switch is off. There is no way to use the decimal number system.


What is the binary number of 209.85.153.94?

Just use the Windows calculator, and set it to scientific mode, or use any scientific calculator that supports binary/decimal. In the Windows calculator, make sure you are in decimal, type in each of the four numbers, then select "Binary" to convert to binary. You will have to fill out some of the binary numbers with zeroes to the left (each one must have 8 binary digits).Just use the Windows calculator, and set it to scientific mode, or use any scientific calculator that supports binary/decimal. In the Windows calculator, make sure you are in decimal, type in each of the four numbers, then select "Binary" to convert to binary. You will have to fill out some of the binary numbers with zeroes to the left (each one must have 8 binary digits).Just use the Windows calculator, and set it to scientific mode, or use any scientific calculator that supports binary/decimal. In the Windows calculator, make sure you are in decimal, type in each of the four numbers, then select "Binary" to convert to binary. You will have to fill out some of the binary numbers with zeroes to the left (each one must have 8 binary digits).Just use the Windows calculator, and set it to scientific mode, or use any scientific calculator that supports binary/decimal. In the Windows calculator, make sure you are in decimal, type in each of the four numbers, then select "Binary" to convert to binary. You will have to fill out some of the binary numbers with zeroes to the left (each one must have 8 binary digits).

Related questions

ASCII character set?

ASCII characters do represent a numerical codes of letters and other alphabetical signs. Computers do not understand only numbers so they use this numerical codes to interpret letters into their own "language".


The system that digital computers use to represent numeric data?

It uses the Binary Numbering System.


Who uses binary code?

Binary Codes (0s & 1s) are ways that represent how signals are interpreted on Storage devices. Therefore Binary codes are different for various types of Media available. i.e. Magnetic Orientations (North or South Pole) represents binaries on Magnetic Platter based HDDs Pits & Lands represents binaries on Optical Media (CDs & DVDs)


How do you get the last two characters on Lego Batman?

use cheat codes


How computers use binary codes?

Computers have zero IQ. Computer can understand or feel "High voltage" or "Low voltage" or you can say, on and off. Computers use '0' for low voltage and '1' for high voltage. by using the conbinations of '0' and '1' all numbers and characters are classified. for example- if you have to write 'A', It is represented in ASCII code assigned to it and then converted to binary, hence use it.


What is the purpose of binary codes?

A Binary code is a way of representing text or computer processor instructions by the use of the binary number system's two-binary digits 0 and 1.So the purpose of binary code is to issue human readable code, changed to machine code (binary) that the computer understands and can execute the instructions.


A network engineer wants to represent confidential data in binary format what are the two possible values he can use?

4 and 6


Why binary number system used in digital system?

They are the best numbers for computers to use. In simple terms, as computers are electronic they use electronic currents, which can be on or off, like a light switch. 1 and 0, which are the only digits binary has, can be used to represent these two states. Binary forms the basis to all computer memory and operations.


How do you use fight of characters money cheats codes?

how do you put cheats on fight my monster


How strings and characters are represented in an array?

An array of characters is an array of character codes (such as ASCII codes). A string is typically a null-terminated array of characters however some languages use the first array element to specify the string's length.


Does binary codes use the numbers 1 and 2?

No, binary uses only the digits 0 and 1. Each digit in a binary number represents a power of 2 i.e. 1, 2, 4, 8, 16 etc. Check Wikipedia for examples.


Why is having a possible 256 characters a problem in binary?

Some writing systems (e.g. Chinese) make use of tens of thousands of characters.There are far more than 256 printable characters that one might want to use in a printed document.The solution is Unicode, which is a standard character code that allows for "infinite" expansion of the set of character codes and corresponding glyphs (printable symbols associated with the codes). Unfortunately until recently many operating systems did not have full Unicode support.