Name at least two things you can do in the animation panel.

What will be an ideal response?


You can animate layers, and play, stop and change the timing of animation frames.

Computer Science & Information Technology

You might also like to view...

Heavy computer users who experience red, dry, itchy eyes should _____.

A. consider the use of artificial tears B. consider the use of older, but more human friendly CRT monitors C. keep their focus on their screens for long hours D. avoid blinking often

Computer Science & Information Technology

What do the calls to exit(…) do? When exit(0) and exit(1) are called, what receives these arguments and what is done with them?

a) The exit( ) function stops the program. The argument is discarded. b) The exit( ) function is obsolete. There is no longer any such function in the C++ libraries. c) The exit( ) function stops the program. The argument is passed to the operating system which uses it for an error code. d) The exit( ) function temporarily stops the program, and sends the argument to the operating system which uses it for an error code. The operating system restarts the program after fixing the error. e) The exit( ) function allows the systems programmer to escape when the power supply catches fire.

Computer Science & Information Technology

Positive feedback can be misleading __________.

a) When a resource has excess capacity because another resource with which it cooperates is a bottleneck. b) When a resource has excess capacity because the system is sending requests to other equivalent resources, all of which are overloaded. c) When a resource must remain idle for quick responses to critical requests. d) When a resource has a small (or zero) queue length, but is slowly servicing requests.

Computer Science & Information Technology

In query design, the ________ row allows you to set limits on what records are displayed.

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

Computer Science & Information Technology