Python
Staying Safe Using Technology
Legal Impact of Using Technology
Networking
Browsers and Binary
100

What is a variable in Python?

A named storage for a value.

100

What is one example of a safe password practice?

Using a mix of uppercase, lowercase, numbers, and special characters.

100

What is plagiarism?

Using someone else's work without giving credit.

100

What does LAN stand for?

Local Area Network.

100

What is an internet browser?

 A software application for accessing websites.

200

How do you add an item to a list in Python?

 Using the .append() method.

200

How can you handle private information online safely?

By not sharing sensitive data on public platforms.

200

What is digital piracy?

 The illegal downloading or distribution of copyrighted material.

200

What is the difference between wired and wireless connections?

Wired uses cables for connection, while wireless uses radio waves.

200

Give an example of a web browser extension.

Ad blocker.

300

What will print("Hello\nWorld") output?

Hello (new line) World.

300

What is a common sign of an online scam?

Requests for personal information or urgent demands for action.

300

What is the difference between copyright and Creative Commons?

Copyright protects original works, while Creative Commons allows for shared use under specific conditions.

300

 Name two networking devices.

Router and switch.

300

 What is the purpose of ASCII and Unicode?

To encode text characters for computers.

400

How do you remove an item from a list?

Using the .pop() method.

400

How can you recognize an unsafe website?

It lacks HTTPS, has spelling errors, or looks suspicious.

400

What does the Free Software Foundation promote?

The freedom to use, modify, and distribute software.

400

What type of cable offers the fastest internet speeds?

Fiber optic cable.

400

How do you convert binary 1010 to decimal?

10

500

What does the following Python code output?

print("hello".upper())

500

What is a good way to protect your personal data online?

Using two-factor authentication and keeping software updated.


500

Who is Richard Stallman, and what is his contribution?

He founded the Free Software Movement and developed GNU software.

500

What is the function of a firewall?

To protect a network by filtering incoming and outgoing traffic.


500

What are the three main components of a data packet?

Header, body, and footer.

M
e
n
u