Manage and Troubleshoot Apps Flashcards
What is a process?
Any instance of executable code that is currently activated and addressed in system memory. (Anything that currently running or open)
What is an app?
A process you run in the graphical interface
What is a command
A process you run in the command-line interface (CLI)
What are processes that run on behalf of macOS?
Background processes (or daemons)
What are background processes, or daemons responsible for?
Most automatic macOS features, such as detecting network changes and maintaining the Spotlight search metadata index
What is an agent?
A daemon that runs on behalf of a specific user
What is the difference between agents and daemons?
Agents only run when you’re logged in
What is the primary feature in macOS that keeps processes secure?
protected memory
Why does macOS manage memory allocation so that processes aren’t allowed to interfere with one another’s system memory space?
So that an ill-behaved or crashed app doesn’t affect other processes
True/False: macOS supports 64-bit mode exclusively
True
What is an Intel app?
An app that has not yet been updated for a Mac with Apple silicon
What is a universal app?
When developers can compile their apps for a universal target: both a Mac with Apple silicon and an Intel-based Mac
What can you use to view the kinds of apps installed on your Mac?
System Information
What is Rosetta?
A translation process for Mac computers with Apple silicon.
How do you install Rosetta?
Whenever macOS detects that the code you’re trying to run hasn’t been updated for Apple silicon, you’re asked to first install Rosetta. Click the install button in the dialog box.
What do app extensions provide the macOS?
They provide a standard framework that allows apps from different developers to interact with one another
Where can you view installed app extensions and enable or disable their functionality?
From the extensions pane in System Preferences
How do you install new app extensions?
When you install an app that provides app extensions, app extensions are installed automatically that are part of the app.
What do Actions extensions do?
They enable you to edit or view content in one app, using the features of a second app without leaving the first app. (Marking up PDF docs in Mail, without leaving Mail)
What do Finder Extensions do?
They can add file-system functionality thats display in the Finder