What command is used to display text on the screen?
What will this code print?
name="Alex"
print(name)
Alex
What data type is the number 7?
integer
What is a digital friend?
Anyone you interact with online using technology.
What computer part is used to see words, pictures, and videos?
Monitor
What symbol is used to write comments in Python?
#
In this code, what is the variable?
age=12
age
string
True or False: People online are always who they say they are.
What part of the computer do you use to type letters and numbers?
Keyboard
What does this code do? Print("Hi")
error
What will print in the following code?
x=10
print(x)
10
What data type is 3.14?
float
What should you do if an online friend asks for personal information?
Don't share it/tell an adult.
What part of the computer is called the "brain" because it processes information?
CPU (Central Processing Unit)
What is wrong with this code? print(Hello)
It's missing quotations
What will print in the following code?
x=3
x=x+2
print("the total is" + x)
error
In this code, what is the data type?
age=12
integer
How do large files get sent through the internet?
By breaking down into smaller packages
What part of the computer stores files and programs even when the computer is shut off?
Hard drive
What command is used to ask the user a question?
input(" ")
What will print in the following code?
x=3
x=x+2
print(x)
5
What data type is "12"
string
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.
What does RAM stand for?
Random Access Memory