Applications and Processes Flashcards

1
Q

What are the requirements for purchasing applications via the Mac App Store? (3 things)

A

OS X 10.6.6 or later
Apple ID
Internet connection

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

In the Mac App Store, how can you verify which Apple ID is being used for purchases?

A

Select Store from the menu bar. Further details by selecting View My Account in the same menu.

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

What are the 4 primary application environments supported by OS X? Which ones require an additional download and installation?

A

Native OS X applications created by Cocoa

UNIX applications accessed via Terminal

Java applications

X Window System applications that run inside UNIX windowing environment

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

What are the advantages of application sandboxing?

A

The are only allowed access to specific items. Otherwise they are completely cut off from the rest of the system so they can’t cause harm.

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

What are the advantages of code signing?

A

It allows the system to verify the authenticity and integrity of the application or process and it’s resources.

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

Which items fall under the file quarantine system?

A

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.

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

What 3 security options does the Gatekeeper system allow? Which option is the OS X default?

A

Mac App Store applications only

Mac App Store and identified developer applications only (Default)

Any application regardless of origin

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

What are the 2 primary traditional installation methods in OS X?

A

Drag-and-drop installation

Installation package

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

What 3 methods can be used to uninstall applications?

A

Open launchpad, hold down the Option key and click the “X” button.

Drag the primary application to the Trash and empty it.

Use a custom-built uninstaller package

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

In OS X, what’s used to identify the type of application that should open when you double-click a document?

A

The filename extension. (Launch services maintains a database of installed applications and which document types they’re capable of opening)

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

How do you engage Quick Look?

Which applications support it? (4 things)

A

By pressing the Space bar when a document is selected.

Finder, Time Machine, Mail, and most open and save browser dialogs

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

How is Quick Look able to preview so many file types?

A

Via plug-ins that live in any Quick Look folder in any Library folder on OS X

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

What’s Auto Save? How can you identify an application that supports Auto Save?

A

Auto Save allows compatible OS X applications to automatically save changes to users’ documents.

Applications that support Auto Save feature a Duplicate function in the File menu as opposed to a default Save Us function.

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

How deep is version history of a file when shared via email?

A

They don’t retain any version history

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

Which applications can manage document locking? (2 things)

A

Any application that supports Auto Save and the Finder

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

What interface is the default location for managing documents in iCloud?

A

Whatever application was used to create the document

17
Q

Where can you adjust application Auto Save and Resume options? (2 things)

A

The “Reopen windows when logging back in” from the logout verification dialog.

General preferences

18
Q

What’s protected memory? What’s 64-bit memory addressing?

A

It keeps applications from interfering with one another by segregating their memory usage using protected memory.

64-bit memory allows processes to access more than 4 GB of memory.

19
Q

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

A

To support older 32-bit plug-ins or application resources

20
Q

How can you identify which applications are installed on your Mac?

A

System Information application

21
Q

Which application is used to examine open applications on OS X?

A

Activity Monitor

22
Q

What steps should you use when troubleshooting application issues? (7 things)

A
Restart the application
Trying another known working document
Trying another user account
Checking log files
Deleting cache files
Replacing preference files
Replacing application resources
23
Q

What 3 ways can you forcibly quit an application from the graphical interface?

A

Force Quit Application in Apple menu

Dock application shortcut menu by right-clicking on the icon

Activity Monitor

24
Q

What does the diagnostic reporting feature do?

A

Automatically creates a diagnostic report log any time an application crashes or hangs. The log can be viewed immediately, reported to Apple, or viewed later.

25
Q

Where are application preferences stored?

A

In the user’s Library folding in ~/Library/Preferences folder.

Sandboxed applications are in ~/Library/Containers//Data/Library/Preferences

26
Q

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

A

XML formatted files that use “.plist” extension

They can be viewed using Quick Look, or Xcode

27
Q

What assistive technology features are available in OS X? What system preference enables these features?

A

Assist with seeing, hearing, or using the keyboard, mouse, trackpad. Available from Accessibility preferences

28
Q

Where are Dashboard widgets installed when you double-click them? What process or processes are responsible for Dashboard widgets? (2 things)

A

~/Library/Widgets

launched and Dashboard processes