Lesson 20: Manage and Troubleshoot Apps Flashcards

• Describe and support app types. • Manage app extensions and widgets in Notification Center. • Monitor and control processes and apps. • Explore various app troubleshooting techniques.

1
Q

How does macOS Catalina identify 32-bit apps that won’t open?

A

The Finder displays a prohibitory symbol over the icon of any 32-bit app to indicate that the app won’t open in macOS Catalina.

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

What functionality do App Extensions add to macOS Catalina?

A

App Extensions allow apps from different developers to interact with each other as if they were built into the app.

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 Catalina, 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

How can Activity Monitor help you identify if a Mac has sufficient physical memory for the task?

A

Activity Monitor uses the Swap Used and Compressed memory statistics to display the historical memory use since the last startup.

A low swap value is acceptable, but a high value would indicate that a Mac doesn’t have enough real memory to meet the app’s demands.

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

Which steps should you take when you troubleshoot app issues?

A

General app troubleshooting steps include the following:

  1. Restart the app
  2. Open another known working document
  3. Try another app
  4. Try another user account
  5. Check diagnostic reports and log files
  6. Delete cache files
  7. Replace preference files
  8. Replace app resources
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

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

A

The three ways to forcibly quit an app from the graphical interface are as follows:

  1. From the Force Quit Applications dialog
  2. From the Dock
  3. From the Activity Monitor app
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
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 doesn’t respond.

You can view the diagnostic report immediately or view it later in the /Applications/Utilities/Console.app.

It’s reported to Apple through the Internet.

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 Xcode, which you can get from the App Store.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
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
12
Q

What steps should you take to replace corrupted app preferences?

A

Take the following steps to replace corrupted app preferences:

  1. Quit the problematic app
  2. Rename the app’s preference file
  3. Use Activity Monitor to quit the user’s cfprefsd process
  4. Re-launch the problematic app

The app creates a new preference file when re-launched.

If the issue is resolved — and critical app settings aren’t also removed — delete the renamed app preference file.

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