A ________ chart is used to show proportion of parts to a whole

A) bar B) pie C) pyramid D) line


B

Computer Science & Information Technology

You might also like to view...

To create a filter, you use the Selection button, which is located on the Home tab in the ________ group

A) Sort & Filter B) Create C) Screen D) Filter

Computer Science & Information Technology

Addition is considered to be on the same level of precedence as ________

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

Computer Science & Information Technology

The process for resizing an array named myArray is shown below. What is the missing code? if logicalSize == len(myArray): temp = Array(len(myArray) + 1) for i in range(logicalSize): a = temp

A. myArray[temp] = myArray[i] B. temp [i] = myArray[i] C. myArray[i] = temp[i] D. temp = myArray(len(myArray))

Computer Science & Information Technology

Which of the actions would restore a column or row structure?

A. Merge & Center B. Merge Cells C. Merge Across D. Unmerge Cells

Computer Science & Information Technology