When you create a chart Excel automatically creates the chart on its own sheet and labels it Chart1

Indicate whether the statement is true or false


FALSE

Computer Science & Information Technology

You might also like to view...

A security infrastructure should reflect the ____ needs of the business as well as its business requirements.

A. technical B. monetary C. maturation D. assurance

Computer Science & Information Technology

In the pseudocode for the dfs function for partitioning the vertices in a graph into disjointed components, what is the missing pseudocode statement? dfs(graph, v, s): mark v as visited s.add(v) for each vertex, w, adjacent to v: if w is unvisited:

A. s.add(w) B. dfs(graph, v, s) C. s.add(v) D. dfs(graph, w, s)

Computer Science & Information Technology

The ____ format is a compressed graphic format designed to minimize file size and electronic transfer time.

a. TIFF b. EPS c. GIF d. HTML

Computer Science & Information Technology

A layer mask is a resolution-dependent _____ image.

A. bitmap B. vector C. colorized D. grayscale

Computer Science & Information Technology