What are the two basic question types used on questionnaires?
What will be an ideal response?
The two basic question types used in questionnaires are open-ended and closed.
You might also like to view...
A programmer-defined constructor that has no arguments is called a(n) ________.
a. empty constructor. b. no-argument constructor. c. default constructor. d. null constructor.
You can use the dialog box in the accompanying figure to type the items that will appear in a list or edit existing items in a list.
Answer the following statement true (T) or false (F)
An XML file cannot be viewed directly in a ________
Fill in the blank(s) with correct word
Suppose that x is an int variable and y is a double variable. The input is: ? 10 20.7 ? Choose the values after the following statement executes: cin >> x >> y;.
A. x = 10, y = 20 B. x = 10, y = 20.0 C. x = 10, y = 20.7 D. x = 10, y = 21.0