0
0
Raspberry Piprogramming~5 mins

Operating system setup (Raspberry Pi OS) - Cheat Sheet & Quick Revision

Choose your learning style9 modes available
Recall & Review
beginner
What is the first step to install Raspberry Pi OS on a Raspberry Pi?
Download the Raspberry Pi Imager tool on your computer to write the Raspberry Pi OS image to a microSD card.
Click to reveal answer
beginner
Why do you need a microSD card for Raspberry Pi OS?
The microSD card acts like the hard drive for the Raspberry Pi, storing the operating system and files.
Click to reveal answer
beginner
What should you do after writing Raspberry Pi OS to the microSD card and inserting it into the Pi?
Power on the Raspberry Pi and follow the on-screen setup wizard to configure language, Wi-Fi, and updates.
Click to reveal answer
intermediate
How can you update Raspberry Pi OS after installation?
Open the terminal and run the commands: sudo apt update and sudo apt full-upgrade to get the latest software updates.
Click to reveal answer
intermediate
What is the purpose of enabling SSH during Raspberry Pi OS setup?
Enabling SSH allows you to remotely access and control your Raspberry Pi from another computer over the network.
Click to reveal answer
What tool is recommended to write Raspberry Pi OS to a microSD card?
ARaspberry Pi Imager
BMicrosoft Word
CAdobe Photoshop
DVLC Media Player
Which storage device is required to run Raspberry Pi OS on a Raspberry Pi?
AmicroSD card
BUSB flash drive
CExternal hard drive
DCD-ROM
What command updates the list of available software packages on Raspberry Pi OS?
Asudo apt install
Bsudo reboot
Csudo apt update
Dsudo shutdown
Why enable SSH during Raspberry Pi OS setup?
ATo play games remotely
BTo remotely access the Pi's command line
CTo increase screen brightness
DTo connect a printer
What should you do immediately after inserting the microSD card with Raspberry Pi OS into the Pi and powering it on?
AInstall Windows
BRemove the microSD card
CConnect to a printer
DFollow the setup wizard to configure settings
Describe the steps to prepare and install Raspberry Pi OS on a Raspberry Pi.
Think about what you do before and after powering on the Pi.
You got /4 concepts.
    Explain why updating Raspberry Pi OS is important and how to do it.
    Updates improve your Pi’s performance and safety.
    You got /3 concepts.