For multimedia production, mastering your medium means knowing:

a. instructional design.
b. video production.
c. hardware and software.
d. screenwriting.
e. marketing and communication.


c: hardware and software.

Computer Science & Information Technology

You might also like to view...

Given the following code segment, what is the output?

int x = 1, y = 1, z = 1; y = y + z; x = x + y; cout << "result = " << (x < y ? y : x) << endl; a. result = 0 b. result = 1 c. result = 2 d. result = 3 e. there will be no output

Computer Science & Information Technology

There is a OneNote App that can be added to your Windows 8.1 PC, tablet, or smartphone

Indicate whether the statement is true or false

Computer Science & Information Technology

Consider a relation s over the attributes A and B with the following characteristics:

 7,000 tuples with 70 tuples per page  A hash index on attribute A  The values that the attribute A takes in relation s are integers that are uniformly distributed in the range 1 ? 200. (a) Assuming that the aforesaid index on A is unclustered, estimate the number of disk accesses needed to compute the query A=18(s). (b) What would be the cost estimate if the index were clustered?

Computer Science & Information Technology

EX Case 1-1Louise is preparing her end of year classroom assessment reports using Microsoft Excel. Her principal has requested that she print out several different worksheets so they can discuss them together. To create a footer on each worksheet page, Louise would click the ____ tab, then click the Header & Footer button.

A. Page Layout B. Data C. Insert D. File

Computer Science & Information Technology