0
0
Intro to Computingfundamentals~10 mins

macOS overview in Intro to Computing - Interactive Code Practice

Choose your learning style9 modes available
Practice - 5 Tasks
Answer the questions below
1fill in blank
easy

Complete the code to identify the main interface element of macOS.

Intro to Computing
The main interface element of macOS is called the [1].
Drag options to blanks, or click blank then click option'
ATaskbar
BStart Menu
CDock
DControl Panel
Attempts:
3 left
💡 Hint
Common Mistakes
Confusing macOS Dock with Windows Start Menu or Taskbar.
2fill in blank
medium

Complete the code to name the macOS file manager application.

Intro to Computing
The file manager application in macOS is called [1].
Drag options to blanks, or click blank then click option'
ANavigator
BFinder
CFiles
DExplorer
Attempts:
3 left
💡 Hint
Common Mistakes
Mixing up Finder with Windows Explorer or generic file names.
3fill in blank
hard

Fix the error in the statement about macOS system updates.

Intro to Computing
macOS system updates are managed through the [1] app.
Drag options to blanks, or click blank then click option'
ASoftware Update
BSystem Preferences
CApp Store
DSettings
Attempts:
3 left
💡 Hint
Common Mistakes
Confusing App Store with Software Update for system updates.
4fill in blank
hard

Fill both blanks to complete the macOS shortcut description.

Intro to Computing
Press [1] + [2] + 3 to take a screenshot of the entire screen on macOS.
Drag options to blanks, or click blank then click option'
ACommand
BShift
CControl
DOption
Attempts:
3 left
💡 Hint
Common Mistakes
Using Control or Option instead of Shift for screenshot shortcuts.
5fill in blank
hard

Fill all three blanks to complete the macOS application launching code snippet.

Intro to Computing
To open an application from Terminal, type [1] -a [2] and press [3].
Drag options to blanks, or click blank then click option'
Aopen
BSafari
CEnter
Dlaunch
Attempts:
3 left
💡 Hint
Common Mistakes
Using 'launch' instead of 'open' or forgetting to press Enter.