5. Applications and Processes: Lesson Seventeen Flashcards
What are the requirements for purchasing apps via the App Store?
The requirements to purchase items from the App Store are:
• OS X 10.6.6 or later
• An Apple ID
• An Internet connection
In the App Store, how can you verify which Apple ID is being used for purchases?
In the 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 app 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 apps, which are created using Cocoa
• UNIX applications, which are primarily accessed via Terminal
• Java applications, which are cross-platform applications
• X Window System applications, which run inside the UNIX windowing environment
OS X doesn’t include the Java application or X Window System runtime. You must download and install them after the initial OS X installation.
What are the advantages of app sandboxing?
Sandboxed apps 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 App Store apps must 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 app or process and its resources.
Which items fall under the file quarantine system?
Any item downloaded using one of the built-in OS X apps is marked for quarantine.
Third-party apps 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 installations to:
- App Store apps only
- App Store and identified developer apps (this is the default option), or
- Any app
What are the three ways Gatekeeper enables you to install apps?
Traditional installation methods are generally categorized as either a drag-and-drop installation, where the user copies the app 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 apps?
Three ways you can uninstall apps are:
- Open Launchpad, hold down the Option key, and click the X button
- In the Finder, drag the primary app to Trash and then empty Trash
- Use a custom-built uninstaller package