answersLogoWhite

0

Still curious? Ask our experts.

Chat with our AI personalities

DevinDevin
I've poured enough drinks to know that people don't always want advice—they just want to talk.
Chat with Devin
BlakeBlake
As your older brother, I've been where you are—maybe not exactly, but close enough.
Chat with Blake
RossRoss
Every question is just a happy little opportunity.
Chat with Ross

Add your answer:

Earn +20 pts
Q: What coding method is used by the computer to convert text into Binary?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Define binary coding scheme in computer system?

A binary coding scheme is a method of representing data using only two symbols: 0 and 1. In computer systems, these symbols are used to represent digital information at the lowest level, with each digit called a "bit" (binary digit). By combining bits in patterns, binary coding enables computers to store, process, and transmit data.


What is the transmission signal coding method for T1 carrier . options are binary NRZ Bipoler Manchester?

NRZ


Which method of storage would make computer arithmetic easier?

binary


What is huffman coding?

Huffman Coding is a method of shortening down messages sent from one computer to another so that it can be sent quicker.


Write short notes on EBCDIC and Gray Codes?

Short for Extended Binary Coded Decimal Interchange Code, EBCDIC was first developed by IBM and is a coding method generally used by larger computers to present letters, numbers or other symbols in a binary language the computer can understand. EBCDIC is similar to ASCII commonly used on most computers and computer equipment today.


How do you convert octal to binary with 2 decimal nos?

The conversion of octal number to binary can be obtained by using two methods. First, it can be converted into decimal and then obtained decimal is converted into binary. In the second method


How you can convert 128 of octal in binary by direct method?

128 is not a valid octal number. Please restate the question.


Convert the decimal fraction of 0.32 to binary using the sum of weight method?

This is actually a question in my Digital Circuits text. Are they kidding? Is there a way to tell that a discrete decimal will have an endless binary equivalent?


Does computer only understands on and off?

That sounds like a very basic understanding of binary. Computers do indeed work using an on-off method of rapidly transmitting data. Binary is the most effective method of sending data that humankind have yet discovered.


What is the benefit of paravirtualization?

The benefits of paravirtualization include reduced complexity, greater reliability, and improved performance issues with operating systems. Originally, an operating system used a binary method to translate computer languages. Paravirtualization removes the need to use the binary method.


How to subtract binary numbers using 2's complement method?

To subtract binary numbers using the 2's complement method, follow these steps: Convert the number you want to subtract into its 2's complement form by inverting all the bits and adding 1. Add this 2's complement number to the other binary number you want to subtract from. Discard any overflow bit if it occurs. The result will be the subtraction of the two binary numbers in binary form. This method allows for subtraction in binary by using the concept of 2's complement to handle negative numbers.


How do you convert 43 into binary?

There is a good method outlined is this answer: http://wiki.answers.com/Q/How_do_you_convert_57_into_binary A quick way is to use Google calculator: Enter "43 in binary" into Google's search field (without the quotes) It returns 43 = 0b101011