A BLANK variable forces the user of a script to enter a value for the variable.
a. true
b. false
Answer: b. false
You might also like to view...
__________ refers to the ability to associate many meanings to one method name by means of the late binding mechanism.
(a) Inheritance (b) Encapsulation (c) Polymorphism (d) None of the above
Which of the following methods for flowing text results in adding text to one page or one text box at a time?
A. Semi-autoflow B. Even-flow C. Autoflow D. Manual text flow
Wiretapping involves the capability of authorized users to search through storage, directories, or files for private information.
Answer the following statement true (T) or false (F)
What kind of loop is this: response = keyboard.nextInt(); while (response == 1) { System.out.print ("Enter 1 to continue; 0 to stop"); response = keyboard.nextInt(); }
A. posttest B. definite C. event-driven D. counted