You opened a batch file in Notepad and are observing the following lines. (The line numbers are for reference only.)
 
1-            ECHO This batch file deletes the temp files
2-            DEL %TEMP%\*.* /Q
3-            REM The temp files were deleted
4-            PAUSE
Which of the lines is a comment?

A. Line 1
B. Line 2
C. Line 3
D. Line 4
E. There are no comments in this file.


Answer: C

Computer Science & Information Technology

You might also like to view...

In all but very rare cases, loops must contain, within themselves

a. nested loops b. a way to terminate c. arithmetic operators d. nested decision strucures

Computer Science & Information Technology

Deepak's team is in charge of conducting a review of their company's waste/mistake prevention policies and procedures.  Part of this review should also evaluate how upcoming changes in information systems will affect business activities. 

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

After you've modified a slide master, saved it as a template, and are ready to use it, click the ________ tab, and then click New

Fill in the blank(s) with correct word

Computer Science & Information Technology

The type of network shown in the accompanying figure, describes a network in which each computer has equal responsibilities and capabilities. What is this kind of network called?

A. file B. P2P C. print D. linked

Computer Science & Information Technology