You can increase the number of USB ports on your computer by adding a(n) ________
A) jump drive
B) repeater
C) expansion hub
D) gateway
C
You might also like to view...
A variable declared as a base class type can only be used to reference members declared in the ____________.
a. derived class b. base class c. abstract class d. parameterless constructor
What will be the value of x after the following statements are executed?
``` int x = 10; switch (x) { case 10: x += 15; case 12: x -= 5; break; default: x *= 3; } ``` a. 30 b. 20 c. 25 d. 5
Case-based Critical Thinking QuestionsCase 11-2Clarisa is tracing through her XML code to find syntax errors. Finally, Clarisa doublechecks all of the entity references used in the document. Which of the following is NOT one of the entity references that XML supports?
A. & B. &attr; C. > D. "
PivotTables allow even more manipulation of data because of the three-dimensional view they provide
Indicate whether the statement is true or false.