answersLogoWhite

0


Best Answer

I think i fancy Lee-anne McWilliams

-Katie O'Dowd

User Avatar

Wiki User

βˆ™ 13y ago
This answer is:
User Avatar
More answers
User Avatar

AnswerBot

βˆ™ 8mo ago

Infinity is not directly represented in binary code. Binary code uses a finite number of bits to represent numbers, so it is not capable of representing infinity. However, there are ways to approximate infinity in binary code, such as using a special bit pattern to represent a very large number.

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: How is infinity represented in binary code?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is the largest number that can be represented as binary?

Infinity - 1


What is db in binary?

In binary, "db" would be represented as "01100100" when converted from ASCII to binary. Each character is assigned a unique binary code according to the ASCII standard.


What are Reflected codes?

a modified binary code in which sequential binary numbers are represented by expressions that differ only in one bit, to minimize errors.


How is text represented in main computer memory?

By using a binary number called ASCII code


What letters do binary code represent?

Binary code represents letters by assigning each letter a unique combination of 0s and 1s according to a specific coding scheme, such as ASCII or Unicode. Each letter can be represented by a sequence of 0s and 1s that the computer interprets as that specific character.


How is letter a represented in binary number?

Find out how are keyboard letters represented as binary data.


What is meant by excess 3 code in computer science?

Excess 3 code in computer, is defined as a number code in which the decimal digit 'n' is represented by the four bit binary equivalent of n + 3. Symbolically can be represented as XS-3 code.


What decimal number is represented by the binary number?

Every decimal number can be represented by a binary number - and conversely.


How does a computers process binary digits into keyboard characters?

Chracters are represented using binary digit combinations. For example the ASCII American Standard Code for Information Interchange is one such encoding.


How are characters sets and fonts represented in a computer system?

All code and data in a computer system is represented in binary. Characters are represented in a few different ways depending on the language. For the English language, the ASCII character set is perhaps the most common. Using this character set, normally each character is represented by 1 byte (8 bits (8 binary digits)). As an example, a value of 65 is used for A which in binary is 01000001.


How is digital data represented by the binary code?

The Binary code represents all data in 0s and 1s by using a combination of these. Each number system and digital data like characters and other symbols can be represented in binary by a common conversion method for each system. Example: Decimal number 12 is binary number 1100. this is obtained as [1*(2^3) + 1*(2^2) + 0*(2^1) + 0*(2^0)]


What is the binary code for 01001011?

That IS the binary code.