?On Mac OS X systems, what utility can be used to encrypt / decrypt a user's home directory?

A. ?Disk Utility
B. ?BitLocker
C. ?FileVault
D. ?iCrypt


Answer: C

Computer Science & Information Technology

You might also like to view...

Sixteen bits make up ____ bytes?

A. 8 B. 4 C. 2 D. Depends on the operating system.

Computer Science & Information Technology

Your program should use a switch structure to help determine the retail price for each product. Your program should calculate and ouput HTML that displays the total retail value of all products sold last week. Use a prompt dialog to obtain the product num- ber from the user. Use a sentinel-controlled loop to determine when the program should stop looping and display the final results.

A mail order house sells five different products whose retail prices are: product 1— $2.98, product 2—$4.50, product 3— $9.98, product 4—$4.49, and product 5—$6.87. Write a script that reads a series of pairs of numbers as follows: a) Product number b) Quantity sold for one day

Computer Science & Information Technology

The process that computes the bounds of the shapes of colors within a bitmap image and then derives the polygon object that describes that image is called ____________________.

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

Computer Science & Information Technology

Case Question 1Nathan is creating a new reservations form for his company's Web site. The form will be used for an upcoming conference, which requires attendees to make a reservation for one of two general sessions.  Nathan wants to add a form control so conference attendees are able to select just one option.Nathan does not want attendees to be able to select both general sessions.  Which form control would best serve his needs?

A. drop-down box B. check box C. radio button D. text box

Computer Science & Information Technology