What is a variable in Python?
A named storage for a value.
What is one example of a safe password practice?
Using a mix of uppercase, lowercase, numbers, and special characters.
What is plagiarism?
Using someone else's work without giving credit.
What does LAN stand for?
Local Area Network.
What is an internet browser?
A software application for accessing websites.
How do you add an item to a list in Python?
Using the .append() method.
How can you handle private information online safely?
By not sharing sensitive data on public platforms.
What is digital piracy?
The illegal downloading or distribution of copyrighted material.
What is the difference between wired and wireless connections?
Wired uses cables for connection, while wireless uses radio waves.
Give an example of a web browser extension.
Ad blocker.
What will print("Hello\nWorld") output?
Hello (new line) World.
What is a common sign of an online scam?
Requests for personal information or urgent demands for action.
What is the difference between copyright and Creative Commons?
Copyright protects original works, while Creative Commons allows for shared use under specific conditions.
Name two networking devices.
Router and switch.
What is the purpose of ASCII and Unicode?
To encode text characters for computers.
How do you remove an item from a list?
Using the .pop() method.
How can you recognize an unsafe website?
It lacks HTTPS, has spelling errors, or looks suspicious.
What does the Free Software Foundation promote?
The freedom to use, modify, and distribute software.
What type of cable offers the fastest internet speeds?
Fiber optic cable.
How do you convert binary 1010 to decimal?
10
What does the following Python code output?
print("hello".upper())
What is a good way to protect your personal data online?
Using two-factor authentication and keeping software updated.
Who is Richard Stallman, and what is his contribution?
He founded the Free Software Movement and developed GNU software.
What is the function of a firewall?
To protect a network by filtering incoming and outgoing traffic.
What are the three main components of a data packet?
Header, body, and footer.