Multiple choice technology mainframe

The following commands are used to split a line

  1. :TS on command line and pressing enter by placing the cursor on desired split position of the line

  2. SPLIT on command prompt

  3. TS as line command and pressing enter by placing the cursor on desired split position of the line

  4. Break on Command prompt

Reveal answer Fill a bubble to check yourself
A,C Correct answer
Explanation

To split a line in certain text editors, you can use the TS command either as a line command or prefix it on the command line, then position the cursor at the desired split point and press Enter. Options B and D (SPLIT, Break) are not the correct commands for this operation.