0
0
Raspberry Piprogramming~5 mins

User authentication basics in Raspberry Pi - Cheat Sheet & Quick Revision

Choose your learning style9 modes available
Recall & Review
beginner
What is user authentication?
User authentication is the process of verifying who someone is before allowing access to a system or device.
Click to reveal answer
beginner
Name two common methods of user authentication.
Two common methods are passwords and physical tokens (like a security key or fingerprint).
Click to reveal answer
beginner
Why is it important to use strong passwords?
Strong passwords help protect your device from unauthorized access by making it hard for others to guess or crack your password.
Click to reveal answer
intermediate
What is two-factor authentication (2FA)?
2FA adds an extra step to login by requiring two types of proof, like a password plus a code sent to your phone.
Click to reveal answer
beginner
How does a Raspberry Pi check a user's identity during login?
It asks for a username and password, then compares the password to the stored one to decide if access is allowed.
Click to reveal answer
What does user authentication verify?
AThe user's device brand
BThe user's internet speed
CWho the user is
DThe user's location
Which of these is NOT a common authentication method?
AScreen brightness
BPassword
CFingerprint
DSecurity token
Why use two-factor authentication?
ATo make login faster
BTo add extra security
CTo avoid passwords
DTo share passwords
What should a strong password include?
AOnly letters
BSimple words
CYour name
DA mix of letters, numbers, and symbols
On a Raspberry Pi, what happens after entering your password?
AThe system checks if it matches the stored password
BThe system restarts
CThe system updates automatically
DThe system deletes files
Explain in your own words what user authentication is and why it matters on devices like the Raspberry Pi.
Think about how you prove who you are before using a device.
You got /3 concepts.
    Describe two ways to make user authentication more secure.
    Consider extra steps beyond just a password.
    You got /3 concepts.