The ____ Site Summary category is used to locate files and file information.

A. Shared Content
B. Problems
C. Data
D. Files


Answer: D

Computer Science & Information Technology

You might also like to view...

What is the output of the following function and function call?

void calculateCost(int count, float& subTotal, float& taxCost); float tax = 0.0, subTotal = 0.0; calculateCost(15, subTotal,tax); cout << "The cost for 15 items is " << subtotal << ", and the tax for " << subTotal << " is " << tax << endl; //end of fragment void calculateCost(int count, float& subTotal, float& taxCost) { if ( count < 10) { subTotal = count * 0.50; } else { subTotal = count * 0.20; } taxCost = 0.1 * subTotal; } a. The cost for 15 items is 3.00, and the tax for 3.00 is 0.30; b. The cost for 15 items is 0.00, and the tax for 3.00 is 0.00; c. The cost for 15 items is 0.00, and the tax for 3.00 is 0.30; d. The cost for 15 items is 3.00, and the tax for 3.00 is 0.00;

Computer Science & Information Technology

The size of the layout viewport is set by the browser running on the ____ device.

A. network B. mobile C. computer D. hardware

Computer Science & Information Technology

A connectivity port which transfers data at speeds up to 10,000 Mbps is ________

Fill in the blank(s) with correct word

Computer Science & Information Technology

What icon would you use to show, hide, or format the chart title, data labels, or legend?

A) Chart Area B) Chart Styles C) Chart Elements D) Chart Filters

Computer Science & Information Technology