answersLogoWhite

0


Want this question answered?

Be notified when an answer is posted

Add your answer:

Earn +20 pts
Q: What comes first line feed or carriage return?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is the automatic return of the cursor when it reaches the the right hand margin?

LF, CR (line feed, carriage return) from the typewriter days when the paper would feed around a roller and the roller was on a carriage that moved horizontally.


What does crlf mean?

In computer programming, cr is carriage return, lf is line feed.


What is meant by white spaces in c plus plus?

space, tabs (horizontal and vertical), carriage return, line feed, form feed.


When the cursor reaches the margin the moves to the next line is called?

carriage return, line feed


What is the difference between line feed and carriage return?

Line Feed '\n' takes the cursor to newline but does not take it to the beginning. Wheareas the Carriage Return '\r' does just the opposite. The combination '\r\n' is used as EOF (End Of File). Note: Mac uses '\r' for Newline whereas Unix use '\n'.


What does ASCII code 10 represent?

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.


What is the function of vbCRLF constant in a message box function?

That is a carriage return line feed. Basically force a new line in a string. Example: "This is a string that is on one line." would return: This is a string that is one one line. Example: "This is a string" & vbCRLF & "that is on two lines." would return: This is a string that is on two lines.


What is carriage in lathe machine?

carriage is a part of lathe which means to be support cutting tool to give feed to cutting tool and control cutting action.


Why feed rod is using in the engine lathe?

The feed rod transmits power from the headstock to the carriage for feeding operations.The lead screw transmits power from the headstock to the carriage for screw thread cutting operations. On some lesser types of lathes the feed rod and the lead screw are used for both the feed and the screw cutting power transmission.


What is the album feed the rhino - caller of the town?

'Caller Of The Town' by 'Feed The Rhino' comes from their first album 'Mr Red Eye'.


What does crf stand for?

In computer programming, CRF might stand for Change Request Form. CrLf stands for Carriage Return - Line Feed, or the control character combination created when the enter key is pressed under a Microsoft operating system.


Are enter keys on typewriters?

No, there aren't ENTER keys on typewriters. The ENTER key was created for the unique "computer" requirement of entering one "field" or "block" of data. Many electric typewriters had a "carriage return " , usually labeled "CR" which served the different purpose of moving the printing element back to the beginning of the next line on the page. Interestingly, the ASCII code (which is used to represent letters and other text characters in a computer) has a unique code for the carriage return key. The ENTER key on modern PC's is usually programmed to generate a two character sequence of where stands for the carriage return character and stands for the line feed character. In some sense this mimics the action of typewriters: Return the print head to the beginning of the line and then move to the next line. See this link: http://www.quadibloc.com/comp/kyb03.htm