The command-line interface tells a user that it?s ready to receive commands by displaying a specific set of characters called a(n) _______________.

A. command
B. key
C. prompt
D. signal


Answer: C

Computer Science & Information Technology

You might also like to view...

The complicated version of the loop instruction shows that the loop uses a counter variable named ___________________.

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

Computer Science & Information Technology

A DoubleAnimation type _______.

a) animates two properties b. animates a property of type Double c) animates a property which changes in one way, then reverses d) none of the above

Computer Science & Information Technology

Which of the following code fragments gives a random double value between 2 and 5 inclusive? You can assume that the random number seed has been set and any needed definitions and initializations have been made.

a) ``` 3.0*rand() + 2 ``` b) ``` 3.0*(RAND_MAX-rand())/RAND_MAX + 2 ``` c) ``` ((RAND_MAX-rand())/static_cast(RAND_MAX))*3 + 2``` d) ``` (RAND_MAX-rand())/static_cast(RAND_MAX)*5 -2 ``` e) ``` rand()/static_cast(RAND_MAX)*2 + 3 ```

Computer Science & Information Technology

A(n) ____ link displays a Web page on a different server, as shown in the accompanying figure.

A. diverse B. external C. disparate D. deprecated

Computer Science & Information Technology