List the features of the latest version of OS X.

What will be an ideal response?


Student responses will vary, but should be drawn from the following information from the text.

Features of the latest version of OS X include the following:

• Mail, calendars, contacts, and other items sync with iCloud, Apple's cloud server
• Communicate and play games with users of mobile devices running Apple's mobile operating system (iOS)
• Built-in Facebook and Twitter support allows you to post a status, comments, or files from any app
• Browser (Safari)
• Open multiple desktops at once
• Dictated words convert to text
• Support for Braille displays
• Mac App Store provides access to additional apps and software updates

Computer Science & Information Technology

You might also like to view...

Find the error of the following code segment.

``` void Product() { int a = 6, b = 5, c = 4, result; result = a * b * c; Console.WriteLine("Result is " + result); return result; } ```

Computer Science & Information Technology

Presentation animations determine how slides come enter and exit the screen

Indicate whether the statement is true or false

Computer Science & Information Technology

The start bit is used with asynchronous transmissions and signals the beginning of transmission

Indicate whether the statement is true or false

Computer Science & Information Technology

When rebalancing an AVL tree after a deletion, we need to rotate only if the right tree's height is ____ larger than the left tree's height.

A. one B. two C. three D. four

Computer Science & Information Technology