Which is not an illusion of physical movement among screens?

A) scrolling
B) context-sensitive pop-up windows
C) onscreen dialogue
D) None of the above.


D) None of the above.

Computer Science & Information Technology

You might also like to view...

17. The factorial of an integer is the product of that integer multiplied by all the positive non-zero integers less than that integer. So, 5! (! is the mathematical symbol for factorial) is 5 * 4 * 3*2*1. 4! is 4*3*2*1, so 5! could be written as 5*4!. So a recursive definition of factorial is n! is n*(n-1)!, as long as n >1. 1! is 1. What is the recursive call for this function (fact)?

a. fact(n)*n; b. fact(n-1)*n; c. (n-1)*fact(n) d. fact(n-2)*(n-1)

Computer Science & Information Technology

Create a movie that takes a image and slowly creates the negative of the image.

What will be an ideal response?

Computer Science & Information Technology

The accompanying figure shows a(n) ____.

A. index B. data dictionary C. wireframe D. flowchart

Computer Science & Information Technology

To embed sound files such as MP3 and RealMedia, you can use the generic ____ button in the Media list in the Common category of the Insert panel.

A. Applet B. ActiveX C. Plugin D. Flash

Computer Science & Information Technology