Lesson 18 - Manage and Troubleshoot Applications Flashcards

1
Q

Why would you want to open an app in 32-bit mode?

A

Using the Finder Info window, you can force an app to open in 32-bit mode. This step is necessary for a 64-bit app to support older 32-bit plug-ins or app resources.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

App extensions in macOS Sierra can add which four capability types?

A

In macOS Sierra, app extensions allow features from an app to extend into the Finder, the Sharing menu, the Action menu, and the Today view in Notification Center.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

How do you install new app extensions? After they’re installed, how do you manage app extension visibility?

A

App extensions are installed automatically because they’re bundled in the app that provides the extension. You can enable or disable installed app extensions from the Extensions preferences.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

How can you identify the apps that are installed on your Mac?

A

You can use System Information to scan the appropriate app locations and return a list of installed apps.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

In macOS Sierra, what app do you use to examine open apps?

A

Use Activity Monitor to monitor open processes and apps.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Which steps should you take when you troubleshoot app issues?

A
General app troubleshooting steps include these: 
• Restarting the app
• Trying another known working document
• Trying another user account
• Checking log files
• Deleting cache files
• Replacing preference files 
• Replacing app resources
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Which three ways can you forcibly quit an app from the graphical interface?

A

These are the three ways to forcibly quit an app from the graphical interface:
• From the Force Quit Application dialog accessed from the Apple menu
• From the Dock app shortcut menu accessed by Control-clicking or right-clicking the app icon
• From the /Applications/Utilities/Activity Monitor app

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What does the diagnostic reporting feature do?

A

The diagnostic reporting feature automatically creates a diagnostic report log any time an app crashes or hangs. You can view the diagnostic report immediately. It’s reported to Apple through the Internet. You can also view it later in the /Applications/Utilities/Console app.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Where are app preferences stored?

A

Application preferences are almost always stored in a user’s Library folder in the ~/Library/Preferences folder. Newer sandboxed apps must always store their preferences in a ~/Library/Containers/Bundle ID/Data/Library/ Preferences folder, where Bundle ID is the unique bundle identifier for the app.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Which file format is often used for preference files? How can you view the content of this file type?

A

Most app preferences are property lists, which are XML files that have the .plist filename extension. You can view the content of these files using Quick Look, and edit them using the Xcode development app, which you can get from the App Store.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly