Which of the following is a drawback for using the SkinOverAll controller?

A. The controller appears only in the exported version of the video
B. The controller covers part of the video
C. The controller is visible only when you roll over the video frame
D. A skin, like a thin film, covers the video frame


Answer: B

Computer Science & Information Technology

You might also like to view...

Most programmers today use a text editor, such as Notepad, to write their programs.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

An assignment of the value of a conditional expression to a variable (x =y?z:w;) can always be replaced by

a) a switch statement with assignment statements for its case statements. b) one or more ifs with else clauses and assignment statements for its true and false clauses. c) one or more nested while loops with assignments for the bodies of the loops. d) one or more ifs without any else clauses and assignment statements for its yes_statement(s). e) none of these is correct.

Computer Science & Information Technology

____ was one of the first languages to have an integrated development environment (IDE).

A. Visual Basic B. FORTRAN C. LISP D. COBOL

Computer Science & Information Technology

Given an array declared to hold 100 values, the largest index that can be used with the array is:

A. based on what index is used when the first value is placed in the array B. 99 C. 100 D. undetermined

Computer Science & Information Technology