answersLogoWhite

0

What does ASCII code 10 represent?

Updated: 12/15/2022
User Avatar

Wiki User

14y ago

Best Answer

ASCII (decimal) 10 is a linefeed character. text editors often use both a carriage return character (13) and a line feed character (10) when starting a new line.

the same logic a typewriter uses where you have to return the carriage (which moves the paper over) and then feed the paper upwards.

User Avatar

Wiki User

14y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What does ASCII code 10 represent?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What code system does personal computers use to represent character data?

Ascii


Personal computers commonly use what code system to represent character data?

Ascii


What code do microcomputers use to represrnt character data?

Microcomputers typically use the ASCII (American Standard Code for Information Interchange) code to represent character data. ASCII uses 7 or 8 bits to represent each character, allowing for a total of 128 or 256 possible characters, respectively.


What is the code of the space in the ASCII code?

32 is the ASCII Code for a space.


What is the ASCII code of 'd'?

ASCII refers to the characterset. So the ASCII code of 'd' is 'd' If you meant binary code it is: 01100100


What is the ASCII code for e?

The ASCII code for capital E is 069 and the ASCII code for regular e is 101.hope this help.


What is the code of the letter B in the ASCII code?

The ASCII code of letter B is 66


How many ascii code are there?

128 ascii codes.


What is the purpose of ASCII?

The American Standard Code for Information Interchange was made to standardize 128 numeric codes that represent the English letters, Symbols, and Numbers. Any USA keyboard is made with this standard in mind.


How does the ASCII code works?

ASCII is an abbreviation for American Standard Code for Information Interchange. The ASCII code, which is used worldwide, is used to create computer coding languages so computers can interact with people.


What is the Hexadecimal equivalent of dot?

If you are referring to the ASCII code: The ASCII Code for a dot (.) is 46. The hexadecimal equivalent of this is 2E. You can find this, and all ASCII characters here: http://www.asciitable.com/.


Is ASCII is a language used by the computer?

ASCII is American Standard Code for Information Interchange, it's not a language, it's a code.