Use the ECHO command in Windows 10 to __________. (Choose all that apply.)

a. display messages
b. temporarily stop the program to ask a question
c. creates text files


a. display messages
c. creates text files

Computer Science & Information Technology

You might also like to view...

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

1. A local class and a nested class are the same thing. 2. If v is a vector and i is an int variable, then in the following the value of i can be any nonnegative int value: ``` v[i] = i; ``` 3. It is valid to initialize member variables in a class on the same line in which the variable is declared. For example, the following sets xx to 1000: ``` class A { public: A(){} private: int xx = 1000; ``` 4. If we use an out of range index with a vector, there be an error message from the compiler.

Computer Science & Information Technology

Legends are only necessary for multi-series charts

Indicate whether the statement is true or false

Computer Science & Information Technology

Which of the following tools is best suited for data mining and summarizing data?

A) Column chart B) Subtotal C) PivotTable D) Data table

Computer Science & Information Technology

A(n) ____________________ object is an object that can be positioned at a specific location in a document or in a layer over or behind text in a document.

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

Computer Science & Information Technology