What do you use to access shared folders and printers on a Windows computer?
A. URL location
B. mounted drive
C. UNC path
D. batch file
Answer: C
You might also like to view...
Servers are mainframe computers specially suited to store and distribute data.
Answer the following statement true (T) or false (F)
The ________ in Word displays Microsoft Office Backstage view
A) FILE tab B) Quick Access Toolbar C) Title bar D) Status bar
What kind of figure does it draw?
Consider the code segment below: ``` int xValues[] = {100, 150, 200, 100}; int yValues[] = {30, 130, 30, 30}; g.drawPolyline(xValues, yValues, 4); ``` a. A rectangle. b. A triangle. c. A V with its corner at the top. d. A square.
What key combination can be used to run a program without debugging it?
A. Alt + F4 B. Ctrl + F5 C. Ctrl + R D. Shift + Ctrl + 1