- Shuffle
Toggle OnToggle Off
- Alphabetize
Toggle OnToggle Off
- Front First
Toggle OnToggle Off
- Both Sides
Toggle OnToggle Off
Front
How to study your flashcards.
Right/Left arrow keys: Navigate between flashcards.right arrow keyleft arrow key
Up/Down arrow keys: Flip the card between the front and back.down keyup key
H key: Show hint (3rd side).h key
![]()
PLAY BUTTON
![]()
PLAY BUTTON
![]()
16 Cards in this Set
- Front
- Back
|
What is protected memory? What is 64-bit memory addressing?
|
The system keeps applications from interfering with one another by segregating their memory usage using protected memory. Macs with 64-bit-capable processors allow processes to run in 64-bit mode, which allows them to individually access more than 4 GB of memory.
|
|
What are the five application environments supported by Mac OS X? What is each one used for?
|
The five application environments supported by Mac OS X are: Cocoa, the native application environment for Mac OS X
|
|
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 application or process and its resources.
|
|
What is Rosetta? What types of items are not supported by Rosetta?
|
Rosetta is translation software optionally installed with Mac OS X that allows Intel based Macs to use software originally designed for PowerPC-based Macs. Rosetta does not support applications created for any version of the Mac OS earlier than Mac OS X, the Classic compatibility environment, screen savers written for the PowerPC architecture, software that inserts PowerPC preference panes in System Preferences, applications that specifically require a PowerPC G5 processor, applications that depend on one or more PowerPC-only kernel extensions, kernel extensions or hardware drivers written for the PowerPC architecture, Java applications with JNI libraries, Java in applications that Rosetta can translate, or plug-ins written for the PowerPC architecture if the software they tie into runs as Intel native.
|
|
What system preference enables the accessibility features in Mac OS X? What accessibility features are available in Mac OS X? Finally, where is the preference file for these features located?
|
Mac OS X’s accessibility features are available from the Universal Access preferences. Universal Access includes options to assist users who have difficulty seeing, hearing, using the keyboard, or using the mouse and trackpad. The Universal Access preference file is com.apple.universalaccess.plist, located in ~/Library/Preferences.
|
|
How can you identify the type of a particular application?
|
You can identify an application’s type with the Get Info or Inspector window in the Finder or with System Profiler.
|
|
How can you identify which applications are installed on your Mac?
|
You can use the System Profiler application to easily scan all the appropriate application locations and return a list of installed applications.
|
|
What steps should you use when troubleshooting application issues?
|
General application troubleshooting steps include restarting the application, trying another known working document, trying another user account, checking log files, deleting cache files, replacing preference files, and replacing application resources.
|
|
What three ways can you forcibly quit an application from the graphical interface?
|
The three ways to forcibly quit an application from the graphical interface are from the Force Quit Application dialog accessed from the Apple menu, from the Dock’s application shortcut menu accessed by Control-clicking or right-clicking on the application’s icon, or from the /Applications/Utilities/Activity Monitor application.
|
|
What does the problem-reporting feature do?
|
The problem-reporting feature automatically springs into action any time an application crashes or hangs. This process creates a problem report log that can be viewed immediately, reported to Apple via the Internet, or viewed later in the /Applications/Utilities/Console application.
|
|
Where are application preferences stored? What format is often used for preference files?
|
Application preferences are almost always stored in the user’s Library folder in the ~/Library/Preferences folder. Most application preferences are property lists, which are XML-formatted files that use the “.plist” filename extension.
|
|
What process or processes are responsible for Dashboard widgets?
|
The Dock process starts the DashboardClient processes on behalf of the currently logged-in user. All open widgets run inside one of the two DashboardClient processes.
|
|
How does Boot Camp work?
|
At the time of this writing, Boot Camp allows Windows XP SP2+ or Windows Vista to run natively on Mac hardware. The Boot Camp Setup Assistant automatically repartitions the system volume in preparation for the Windows installation. Users install Windows as they would on any other PC, and then load Mac hardware drivers for Windows from the Mac OS X Install DVD.
|
|
What are the minimum system requirements for Boot Camp?
|
The minimum system requirements for Boot Camp are:
- An Intel-based Mac computer - Directly attached input devices - Mac OS X v10.5 or later - All firmware updates for your Mac - A Mac OS X v10.5 installation disc - At least 10 GB of free disk space for installing Windows - 2 GB or more of RAM when running Windows Vista on a Mac Pro - Boot Camp Assistant - A single full-install Windows Installation disc |
|
What are the three primary steps for setting up Boot Camp with Windows?
|
To set up Boot Camp, you must start with the Boot Camp Assistant, then install and set up Windows from the Windows installation disc, and finally install the Boot Camp drivers for Windows from the Mac OS X Install DVD.
|
|
What three methods can be used for selecting the startup disk on a Mac with Windows installed?
|
If you have both Mac OS X and Windows installed, you can select the startup disk from the Startup Manager as soon as you turn on the Mac, from the Mac OS X Startup Disk preferences, or from the Windows Boot Camp Control Panel.
|