Which type of slide is NOT a good choice for a kiosk presentation?

A) A slide with animation B) A summary slide
C) A slide asking for comments from the viewer D) A welcome slide


C

Computer Science & Information Technology

You might also like to view...

The boolean expression in an if statement must evaluate to

a. degrees or radians b. true or false c. positive or negative d. left or right

Computer Science & Information Technology

Which of the following is most likely to require use of a server, desktop, and industry-specific handheld computer, and is most likely to use spreadsheets, databases, and accounting software?

A. enterprise user B. power user C. mobile user D. home user

Computer Science & Information Technology

Windows Server web services roles is known as _____

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

Computer Science & Information Technology

Which of these remarks about formal parameters is correct?

a) A formal parameter is a kind of place holder that is filled with the argument at the time of call to the function. b) A call-by-value formal parameter is a global variable that is initialized to the value set just before the function is called. c) A call-by-reference formal parameter is modeled on a substitution mechanism. The argument should be an expression, not a variable, since there is never a need to assign such a variable. d) The & (ampersand) character is used to indicate call-by-reference. This is done by placing the & after the type name which is followed by the parameter name in the definition of the parameter in the function header. e) The argument corresponding to a call-by-value parameter cannot be changed by anything that happens in the function call.

Computer Science & Information Technology