When requesting information from the dispatcher, questions should be formulated in such a fashion as to allow

a. long, complete explanations.
b. yes-or-no answers.
c. technical responses.
d. the dispatcher to answer in code.

Ans: b. yes-or-no answers.

Computer Science & Information Technology

You might also like to view...

If you do not initialize a(n) ____________ field, it begins with a special value known as null.

a. int b. decimal c. double d. string

Computer Science & Information Technology

If MyTruck extends MyCar, ____________ .

a) an object of MyTruck can be assigned to a variable of type MyCar b) an object of MyCar can be assigned to a variable of type MyTruck c) objects of either class cannot be assigned to the opposite class d) both a and b.

Computer Science & Information Technology