COMPUTER PROGRAMMING FUNDAMENTALS
5 BASIC ELEMENTS OF PROGRAMMING
Question
[CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
|
|
|
|
|
|
˚
|
|
|
Detailed explanation-1: -If you are talking about moving the cursor to next line on screen when you are at command prompt then you can use the key combination ctrl+enter to add a line break and reach next line.
Detailed explanation-2: -Press the Return key to move the cursor to the beginning of the next line down.
Detailed explanation-3: -There’s a better way to get around the command line. You can move the cursor to the beginning of the line with CTRL+A. Similarly, use CTRL+E to move the cursor to the end of the line. Alt+F moves one word forward, and Alt+B moves one word back.
Detailed explanation-4: -In short press the Esc key and then press Shift + G to move cursor to end of file in vi or vim text editor under Linux and Unix-like systems.