You cannot perform Windows Server Backup to ________
a. CDs
b. DVDs
c. A local hard drive
d. Magnetic tape
D. Magnetic tapes volumes are no longer supported. In addition to CDs, DVDs, and the local hard drive, you can back up to network-based hard disk volumes.
You might also like to view...
The code fragment:
Increment::Increment( int c, int i ) : increment ( i ) { count = c; } does not cause any compilation errors. This tells you that: a. count must be a non-const variable. b. count must be a const variable. c. increment must be a non-const variable. d. increment must be a const variable.
To display the page number in a report you can add an unbound text box control and enter ____.
A. =(Page) B. =[Page] C. =Page() D. =Page
DNS is a protocol for the automatic allocation of IP addresses to DNS clients.
Answer the following statement true (T) or false (F)
Which of the following options for the iptables command will delete all rules for all chains?
A. -D B. -R C. -F D. -C