You can manually drag the playhead in the Timeline to play a group of frames on the Stage, in a process known as ____.

A. layering
B. scrubbing
C. flashing
D. looping


Answer: B

Computer Science & Information Technology

You might also like to view...

Write an applet that provides a windowing interface to let a user enter two resistor values and choose which configuration to calculate. Include two text fields (label them Resistor 1 and Resistor 2) for the two input values, two buttons (label them Series and Parallel) to select the configuration, and another text field (label it Equivalent Resistance) to display the calculated value and indicate which configuration was selected. For example, if the user enters 100 for R1 and 50 for R2 and clicks the Series button, the message would read Series Equivalent = 150. If the user enters the same values and clicks the Parallel button, the message would read Parallel Equivalent = 33.3. Put the applet in a Web page that explains the calculations.

Every first-year electrical engineering student learns that two resistors (a resistor is a common type of electrical component) can be connected in either of two configurations— series or parallel—and that there are simple formulas to calculate the equivalent resistance of a single resistor that could replace the two. If R1 and R2 are the two resistor values, then Series resistance = R1 + R2, and Parallel resistance = (R1 * R2) / (R1 + R2). The applet can be created by copying code for any of the previously developed GUIs and may have any number of equally useful layouts. The solution shown here uses a five-row grid layout and two buttons, one to perform the calculations and another to clear all the text fields. The solution also tests for a variety of error conditions (e.g., no value entered for either or both resistors) and prints an appropriate message if the calculation cannot be performed.

Computer Science & Information Technology

The minimum height of the tree, Hmin, is determined by the following formula: _____

A. Hmin = ëlog2 Nû B. Hmin = ëlog2 Nû + 1 C. Hmin = ëlog Nû + 1 D. Hmin = ëlog Nû

Computer Science & Information Technology

Which of the following WAN technology types would MOST likely be used in a SOHO environment with a few network devices?

A. Frame relay B. Cable modem C. ATM D. E1/T1

Computer Science & Information Technology

What is the minimum amount of RAM required for running the VMM server?

A. 6 GB B. 8 GB C. 2 GB D. 4 GB

Computer Science & Information Technology