Trainers often use two types of questions, canvassing and _____________-ended

a. Close
b. Open
c. Clear
d. None of the above


A. Questions are a great way to engage the students. They can help you gauge students' understanding of topics and give your students an opportunity toget involved with the class.

Computer Science & Information Technology

You might also like to view...

A file that has records that can be accessed independently, like the tracks on a CD, is a(n) __________ file.

Fill in the blank(s) with correct word

Computer Science & Information Technology

Are the retransmissions different from those in Step 7? Specifically, do you observe fast retransmits and/or SACKs?

What will be an ideal response?

Computer Science & Information Technology

Consider the following code fragment.

``` char str[10]; scanf("%s", str); ``` What will happen if scanf encounters the string "vivaciously" when scanning a value for str? a. Since there is not enough room in str for the whole string, only "vivacious" will be stored in str. b. Function scanf will store the entire string "vivaciously", even though there is insufficient space in str. The string will overflow str. c. The program will abort with an error message. d. Only "vivacious" will be scanned and stored, leaving "ly" on the input line. e. None of the above.

Computer Science & Information Technology

In OpenOffice Writer, the default font for a new document is ________

A) Cambria B) Calabri C) Times New Roman D) Arial

Computer Science & Information Technology