The accompanying figure shows a ____.

A. Flash movie
B. Director file
C. Shockwave movie
D. MP3 file


Answer: C

Computer Science & Information Technology

You might also like to view...

What Strings are stored in array words after the following code executes?

``` 1 String words[] = { "dance", "walk", "talking", "eat" }; 2 3 for ( int counter = 0; counter <= words.length - 1; counter++ ) 4 { 5 if ( words[ counter ].endsWith( "e" ) ) 6 { 7 words[ counter ] = words[ counter ].substring( 8 0, words[ counter ].length() - 1 ); 9 } 10 11 if ( !( words[ counter ].endsWith( "ing" ) ) ) 12 { 13 words[ counter ] += "ing"; 14 } 15 16 } // end for loop ```

Computer Science & Information Technology

Early bookmarking services failed to survive the so-called ________ implosion of 2000/2001

Fill in the blank(s) with correct word

Computer Science & Information Technology

You can press the ____________________ keyboard shortcut keys to copy the entire navigation bar to the Clipboard.

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

Computer Science & Information Technology

Lance works for a company that allows users to bring their own devices to work. Last week Lance purchased a software package from a company that allows him to change fonts on pictures that he uses in his work presentations. Lance wants to share the program with his coworker Susan.   Is Lance allowed to share the software with Susan?

A. Susan would need to purchase the software from the company. B. Lance purchased the software for work and can share it with coworkers. C. The software is open source, so Lance can share the software with Susan. D. The software was purchase by Lance with a site license and can be used by Susan.

Computer Science & Information Technology