URL stands for Uniform Resource ____.

A. Logical
B. Locator
C. Link
D. Lookup

Answer: B

Computer Science & Information Technology

You might also like to view...

The Presentation Wizard can walk you through creating a new Impress presentation

Indicate whether the statement is true or false

Computer Science & Information Technology

Which of the following declares an array to contain the weekly sales of a group of salespeople for a year?

(use the constant intNumSalesmen for the number of salesmen and 52 for the number of weeks) a. Dim decWeeklySalesTotal(intNumSalesmen - 1, 52 - 1) as Decimal b. Dim decWeeklySalesTotal(intNumSalesmen - 1, 52) as Decimal c. Dim decWeeklySalesTotal(intNumSalesmen - 1, 52 - 1) d. Dim decWeeklySalesTotal(intNumSalesmen, 52) as Decimal

Computer Science & Information Technology