answersLogoWhite

0

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

15y ago

What else can I help you with?

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 is the code of the space in the ASCII code?

32 is the ASCII Code for a space.


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 does a represent in ascii for a 65?

In ASCII, the decimal value 65 represents the uppercase letter "A." ASCII, or the American Standard Code for Information Interchange, assigns a unique number to each character, and in this case, 65 corresponds to "A".


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 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 code of the letter B in the ASCII code?

The ASCII code of letter B is 66


What is the ascii code of Ctrl key?

The Ctrl key does not have a specific ASCII code because it is a modifier key and does not produce a character on its own. ASCII codes represent characters, and the Ctrl key is used in combination with other keys to perform control functions (e.g., Ctrl+C for copy). However, when combined with other keys, it can affect the ASCII values of those keys.


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 many types of ASCII Code explain it?

There are primarily two types of ASCII code: standard ASCII and extended ASCII. Standard ASCII uses 7 bits to represent 128 characters, including control characters, digits, uppercase and lowercase letters, and some symbols. Extended ASCII expands this to 256 characters by using the 8th bit, allowing for additional characters, symbols, and graphical representations, which vary by encoding system. Common extended ASCII sets include ISO-8859-1 and Windows-1252, which accommodate various languages and special characters.