A ____ name is the address of your site.

A. server
B. domain
C. file
D. path


Answer: B

Computer Science & Information Technology

You might also like to view...

In a PivotTable, a single piece of information for every record is called a ________

A) data B) name C) field D) label

Computer Science & Information Technology

Each choice has a radio button, or option button, which typically appears as an open circle.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

What would be displayed after line 6 runs?

``` 1 vector vNums; 2 vNums.push_back(10); 3 vNums.push_back(5); 4 vNums.push_back(15); 5 vNums.push_back(25); 6 cout << vNums.size(); 7 vNums.pop_back(); 8 cout << vNums.at(2); 9 vNums.pop_back(); 10 vNums.pop_back(); 11 vNums.pop_back();``` A. 0 B. true C. 4 D. 3

Computer Science & Information Technology

____________________ is another word for a picture element.

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

Computer Science & Information Technology