Match the following terms to their meanings:

I. Logs the active user account off of Windows and displays A. Log Off
Welcome screen
II. Requires a password to log back onto your own desktop B. Shut Down
III. Saves your work, turns off the screen display, and stops the fan C. Restart
IV. Clears the cache; use this feature if computer is moving slowly D. Sleep
V. Closes all programs and network connections and stops hard disk E. Lock


A, E, D, C, B

Computer Science & Information Technology

You might also like to view...

The augmented assignment symbol *= performs _______ .

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology

The pseudocode for a recursive method is shown below. What statement is missing from the area labeled (a)?biplane.taxi (target)  (a)  If  ( [biplane.distance to target]  > 1 meter)     {     biplane.point at target     biplane.move forward 1 meter       (b)       }  (c) 

A. Start B. Do together C. biplane.taxi (target) D. Stop

Computer Science & Information Technology

Which operating system, when added as a virtual machine, requires a separate, licensed copy?

A. Microsoft Windows B. Ubuntu Linux C. FreeDOS D. OpenBSD

Computer Science & Information Technology

Taken together, all the data fields form a single unit that is referred to as a(n) ____.

A. record B. union C. tuple D. array

Computer Science & Information Technology