”TYPE
”TYPE
”TYPE
”TYPE
Answer is Right!
Answer is Wrong!
The correct answer is C. TYPE REPORT.TXT | PRN.
The TYPE command is used to display the contents of a file on the screen. The | character is used to redirect the output of a command to another device. In this case, the output of the TYPE command is redirected to the standard printing device, which is usually the printer connected to the computer.
The other options are incorrect for the following reasons:
- Option A: The
TOkeyword is not used with theTYPEcommand. - Option B: The
>character is used to redirect the output of a command to a file. In this case, the output of theTYPEcommand would be redirected to a file namedPRN. - Option D: The
| PRINTERsyntax is not valid. - Option E: None of the above options are correct.