Which of the following commands will count down from 10 to 1?

A. seq 10 1
B. seq 10 -1
C. seq 10 -1 1
D. seq 10 1 -1


Answer: C

Computer Science & Information Technology

You might also like to view...

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

1. To most users, the interface is the system. 2. To be properly utilized, the menu user must know which task he/she desires. 3. Menus can be nested within one another to lead a user through options in a program. 4. A disadvantage of nested menus is that they require users to consider menus in which they have no interest.

Computer Science & Information Technology

The Windows SIM tool would be used to create or edit answer files used for unattended installation of Windows 8.1

Indicate whether the statement is true or false

Computer Science & Information Technology

How many pins are used in a serial port?

A. 15 B. 9 C. 6 D. 25

Computer Science & Information Technology

A(n) _____ is an ordered collection of data in which each element contains the location of the next element or elements.

A. data structure B. tree C. array D. linked list

Computer Science & Information Technology