Which of the following allows a Windows 7 remote user to edit a file offline then automatically update the changes when back in the office?
A. Windows Defender
B. Sync Center
C. Windows Aero
D. HomeGroup
Answer: B. Sync Center
Computer Science & Information Technology
You might also like to view...
A ________ is a slide layout image that contains all of the placeholder formats for each slide layout within a theme
A) content slide B) master slide C) slide master D) placeholder slide
Computer Science & Information Technology
Which of the following is false for pointer-based strings?
a. A string may include letters, digits and various special characters (i.e., +, -, * ). b. A string in C++ is an array of characters ending in the null character ('\0'). c. String literals are written inside of single quotes. d. A string may be assigned in a declaration to either a character array or a variable of type char *.
Computer Science & Information Technology