Python
Variables
Data Types
Digital Friends and Online Safety
Computer parts
100

What command is used to display text on the screen?

print

100

What will this code print?

name="Alex"

print(name)

Alex

100

What data type is the number 7?

integer

100

What is a digital friend?

Anyone you interact with online using technology.

100

What computer part is used to see words, pictures, and videos? 

Monitor

200

What symbol is used to write comments in Python? 

#

200

In this code, what is the variable? 

age=12

age

200
What data type is "hello"?

string

200

True or False: People online are always who they say they are.

False
200

What part of the computer do you use to type letters and numbers? 

Keyboard

300

What does this code do? Print("Hi")

error

300

What will print in the following code? 

x=10

print(x)

10

300

What data type is 3.14?

float

300

What should you do if an online friend asks for personal information?

Don't share it/tell an adult.

300

What part of the computer is called the "brain" because it processes information? 

CPU (Central Processing Unit)

400

What is wrong with this code? print(Hello)

It's missing quotations

400

What will print in the following code? 

x=3

x=x+2

print("the total is" + x)

error

400

In this code, what is the data type? 

age=12

integer

400

How do large files get sent through the internet?

By breaking down into smaller packages

400

What part of the computer stores files and programs even when the computer is shut off? 

Hard drive

500

What command is used to ask the user a question? 

input(" ")

500

What will print in the following code? 

x=3

x=x+2

print(x)

5

500

What data type is "12"

string

500

You're playing Nitro Type and a friend request pops up. It says it's from Nitro Type's founder. What should you do? 

Not accept it. 

500

What does RAM stand for? 

Random Access Memory

M
e
n
u