A ____________ file is simply a text file that contains a list of commands that you would normally enter in a command prompt.

Fill in the blank(s) with the appropriate word(s).


batch

Computer Science & Information Technology

You might also like to view...

Given the following declarations:

StringBuilder buf; StringBuilder buf2 = new StringBuilder(); String c = new String("test"); Which of the following is not a valid StringBuilder constructor? a. buf = new StringBuilder(); b. buf = new StringBuilder(buf2, 32); c. buf = new StringBuilder(32); d. buf = new StringBuilder(c);

Computer Science & Information Technology

What CentOS 7 command will report on on process status, memory consumption, paging activity, I/O operations, and CPU usage?

A. vmstat B. mastat C. free D. system

Computer Science & Information Technology

Counter-controlled iteration is also known as:

a. Definite iteration b. Indefinite iteration c. Multiple-iteration structure d. Double-iteration structure

Computer Science & Information Technology

HTML defines a collection of font styles called ____ to format the size of text.

A. headings B. segments C. horizons D. preformats

Computer Science & Information Technology