Guide - Part 5: Applications and Processes Flashcards
What are the requirements for purchasing applications via the Mac App Store?
The requirements to purchase items from the Mac App Store are Mac OS X v10.6.6 or later, an Apple ID, and an Internet connection.
In the Mac App Store, how can you verify which Apple ID is being used for purchases?
In the Mac App Store, you can view the current Apple ID by selecting Store from the menu bar. You can get more details about this Apple ID by choosing View My Account in the same menu.
What are the four primary application environments supported by OS X? Which ones require an additional download and installation?
The four primary application environments supported by OS X are:
• Native OS X applications, which are created using Cocoa
• UNIX applications, which are primarily accessed via
Terminal
• Java applications, which work as cross-platform applications
• X Window System applications, which run inside the popular UNIX windowing environment
OS X doesn’t include the Java application or X Window System runtime, so they must be downloaded and installed after the initial OS X installation.
What are the advantages of application sandboxing?
Sandboxed applications are allowed access only to specific items. They’re otherwise completely cut off from the rest of the system so they can’t cause harm. All Mac App Store applications are required to be sandboxed.
What are the advantages of code signing?
Code-signed items include a digital signature that the system can use to verify the authenticity and integrity of the application or process and its resources.
Which items fall under the file quarantine system?
Any item downloaded using one of the built-in OS X applications will be marked for quarantine. Third-party applications may not mark downloaded items for quarantine.
Which three security options does the Gatekeeper system allow? Which Gatekeeper option is the OS X default?
Gatekeeper can restrict software to Mac App Store applications only, or Mac App Store and identified developer applications only (this is the default option), or any application regardless of origin.
What are the two primary traditional installation methods in OS X?
Traditional installation methods are generally categorized as either a drag-and-drop installation, where the user simply copies the application to the local system, or as an installation package, where an installer process places the items on the local system.
Which three methods can be used to uninstall applications?
Three methods for uninstalling applications include:
• Open Launchpad, hold down the Option key, and click the
X button
- In the Finder, drag the primary application to the Trash and then empty the Trash
- Use a custom-built uninstaller package
In OS X, what’s used to identify the type of application that should open when you double-click a document?
OS X uses a document’s filename extension to determine the document’s type. The Launch Services process maintains a database of installed applications and which document types they’re capable of opening.
How do you engage Quick Look? Which applications support it?
Quick Look is engaged by simply pressing the Space bar when a document is selected. Applications that support Quick Look include the Finder, Time Machine, Mail, and most open and save browser dialogs.
What technology enables Quick Look to preview so many file types?
Quick Look uses a number of plug-ins that give it the capability to preview documents. These plug-ins live in Quick Look folders in any Library folder on OS X.
What’s Auto Save? How can you identify an application that supports Auto Save?
Auto Save allows compatible OS X applications to automatically save changes to users’ documents. A user just saves a document once, then never has to think about saving changes again. Applications that support Auto Save feature a Duplicate function in the File menu as opposed to a default Save As function.
How deep is the version history of a file when shared via email?
Documents sent via email or otherwise copied to a shared location don’t retain any version history.
Which applications can manage document locking?
Any application that supports Auto Save and the Finder can manage document locking.