answersLogoWhite

0


Best Answer

Its all in binary really. As each binary number refers to the pixel it will hold to form the shape after.

User Avatar

Wiki User

14y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: In what form numbers are stored in computers binary or ASCII form?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Numbers stored and transmitted inside a computer in binary or ascii?

Binary.


Show how your surname would be stored using ASCII code?

Stored? It would not be stored as ASCII -- ASCII (American Standard Code for Information Interchange) is in common use in the US (EBCDIC - Extended Binary Coded Decimal Interchange Code is another type of ASCII and is used in many European countries.)My name is, for example, Bill TheCat - TheCat is my surname and is represented (not stored) in ASCII as "TheCat". Computers store data as 0s and 1s (in BINARY, which is not the same as EBCDIC) format.


This binary coding scheme was developed by IBM and is primarily used for large computers?

ASCII


What is the purpose of a ASCII code?

ASCII-represents letters, numbers and symbols in a 7 bit code of 1's and 0's called binary. It is a standard developed in the 1960's for information interchange between data processing equipment (teletype and computers)


How do you convert Denney into binary?

You will need to look up the ASCII numbers for each letter, then convert those number to binary. The word "Denny" in binary is: 0100010001100001011011100110111001111001


What is packed decimal?

Packed decimal is a method used in computing to store more in less space. A bit of theory here. Characters are stored in binary in their ASCII representation, such that the number 1 = ascii 49 (decimal). Packed decimal means you can store two numbers (numbers only) in the same space, so that ascii 49 = numbers 4 and 9. There is overhead so it is always a trade off between space and computing. And storage is cheap these days


What system translates the decimal numbers 0 255 into binary data representing a letter of character on the keyboard?

ASCII


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.


'A' is represented in the binary system as?

Most computers use ASCII (or some similar) encoding, in which 'A' is represented as 65, or 01000001 binary. Older IBM mainframes use an entirely different encoding.


What is the binary value of K ASCII?

The binary value for K is 1001011.


What are ASII and BCD how are they used?

ASCII (American Standard Code for Information Interchange) and BCD (Binary Coded Decimal) are standards for storing information in the binary sytem. ASCII is used for storing alphabetic, numeric, symbols, and control characters in 8-bit binary, and BCD is used for storing numbers 0-9 in 4-bit binary.


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.