Computer Programming MCQs

5739 MCQs  (Page 438 of 574)

The % key allows you________________?
A. To move the cursor to a matching delimiter, when a delimiters a parenthesis, a bracket, or a brace.
B. To move the cursor to the upperleft corner of the screen
C. To move the cursor backward to the beginning of a word
D. To move the cursor to the first column in the current line
Which command is used to copy a file wb with the same name from the programs directory to the misc directory ?
A. Copy programs/wb misc/wb
B. Cp programs/wb misc
C. Tar programs/wb misc/wb
D. Copy a:programs/wb b:misc/wb