Critical Thinking QuestionsCase B-1As a production assistant, you have been using different kinds of images in Flash without a deep knowledge of what kinds of images you have been working with. In your introductory Flash course, you are beginning to build a more solid foundation of understanding. You need a graphic in one of your animations to appear incredibly smooth. Which of the following types of images will you select?
a. vectorc. bitmapb. modifiedd. calibrated

What will be an ideal response?


Answer: A

Computer Science & Information Technology

You might also like to view...

A computer __________ is a piece of software that can “infect” other programs or any type of executable content and tries to replicate itself.

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

Computer Science & Information Technology

Write a program that uses the sizeof operator to determine the sizes in bytes of the various data types on your computer system. Write the results to the file datasize.txt, so that you may print the results later. The results should be displayed in two-column format with the type name in the left column and the size of the type in right column, as in:

char 1 unsigned char 1 short int 2 unsigned short int 2 int 4 unsigned int 4 long int 4 unsigned long int 4 float 4 double 8 long double 10

Computer Science & Information Technology

How do you rename a page?

A) On the Home tab, in the Basic Text group, type the new name B) Right-click the Page tab and click Rename. C) Press the Delete key on the keyboard D) On the Home tab, in the Basic Text group, click Delete

Computer Science & Information Technology

?Programmers think of variables as empty boxes where data can be stored.

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

Computer Science & Information Technology