Match the following terms to their meanings:
I. pin
II. snap
III. Aero Peek
IV. snip
V. hacking
A. to place an app to the left or right of a current app
B. quick way to show the desktop
C. to add a tile to the Start screen
D. to access without authorization
E. a screen capture
C, A, B, E, D
You might also like to view...
Match the following security terms on the left with the definitions on the right
1. Confidentiality a. the base security configuration selected by an organization 2. Integrity b. the practice of using multiple layers of security between data and the resources on which it resides and possible attackers 3. Availability c. ensuring that data is accessible when and where it is needed 4. Default stance d. prevents the disclosure of data or information to unauthorized entities 5. Defense in depth e. ensures that data is protected from unauthorized modification or data corruption
Suppose that you have the following declaration.enum cars {FORD, GM, TOYOTA, HONDA};cars domesticCars = FORD;The statement:domesticCars = static_cast
A. FORD B. GM C. TOYOTA D. HONDA