Which of the following is a startup command-line option?
A. /excl
B. /repair
C. /x macro
D. /wrkgrp workgroup
Answer: A
Computer Science & Information Technology
You might also like to view...
A comment in a macro begins with which of the following?
A) Start here B) " C) */ D) /*
Computer Science & Information Technology
int x, y;if (x < 4) y = 2;else if (x > 4){ if (x > 7) y = 4; else y = 6;}else y = 8;Based on the code above, what is the value of y if x = 4?
A. 2 B. 4 C. 6 D. 8
Computer Science & Information Technology
What utility is used to verify that TCP/IP installed, bound to the NIC, configured correctly, and communicating with the network?
a. traceroute b. ifconfig c. ping d. route
Computer Science & Information Technology
You can create custom calculations in a PivotTable.
Answer the following statement true (T) or false (F)
Computer Science & Information Technology