To make a computer show a message "Hello World!" on the screen.
Your code:
Python for Beginner - Module 1
Quiz
•
Computers
•
7th Grade
•
Hard
Jeremy Chen
Used 20+ times
FREE Resource
10 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
2 mins • 5 pts
To make a computer show a message "Hello World!" on the screen.
Your code:
print "Hello World!"
print(Hello World!)
show("Hello World!")
print("Hello World!")
show "Hello World!"
2.
MULTIPLE CHOICE QUESTION
2 mins • 5 pts
Jimmy tries to show a message on the screen but there is a mistake in his code.
print('I'm Jimmy!')
How to fix his code?
print(I'm Jimmy!)
print 'I'm Jimmy!'
print("I'm Jimmy!")
write I'm Jimmy!
I'm Jimmy!
3.
MULTIPLE CHOICE QUESTION
2 mins • 5 pts
Which is a good variable name?
x
365days
my name
travel_distance
4.
MULTIPLE CHOICE QUESTION
2 mins • 5 pts
To assign (store) things into a variable in Python. You use:
=
==
:=
<-
5.
MULTIPLE CHOICE QUESTION
2 mins • 5 pts
Julia was given a variable my_pet but her pet is a dog.
What can she do in Python?
>>> my_pet = "cat"
Choose the easiest way.
change my_pet to "dog"
my_pet = "dog"
"my_2nd_pet" = "dog"
my_pet = ""
my_pet = "dog"
6.
MULTIPLE SELECT QUESTION
2 mins • 5 pts
To draw a picture like this in Python Turtle, you need:
from turtle import *
forward(100)
right(90)
pencolor("red")
stop()
7.
MULTIPLE SELECT QUESTION
2 mins • 5 pts
To do maths in Python, you use:
+ for plus
- for minus
* for multiply
% for divide
10 questions
Python L2 Input & Variable
Quiz
•
6th - 8th Grade
10 questions
Python. Урок-01. Знакомство
Quiz
•
6th - 7th Grade
10 questions
Python тілінде программалау
Quiz
•
1st - 10th Grade
10 questions
Python-Code Right or Wrong
Quiz
•
7th - 8th Grade
9 questions
Variables - 1
Quiz
•
7th - 8th Grade
14 questions
Data types and Input
Quiz
•
7th - 9th Grade
8 questions
Զանգված, ցուցակ-7 Ձևավորող գնահատում
Quiz
•
7th Grade
10 questions
Python Variables
Quiz
•
7th - 12th Grade
15 questions
Character Analysis
Quiz
•
4th Grade
17 questions
Chapter 12 - Doing the Right Thing
Quiz
•
9th - 12th Grade
10 questions
American Flag
Quiz
•
1st - 2nd Grade
20 questions
Reading Comprehension
Quiz
•
5th Grade
30 questions
Linear Inequalities
Quiz
•
9th - 12th Grade
20 questions
Types of Credit
Quiz
•
9th - 12th Grade
18 questions
Full S.T.E.A.M. Ahead Summer Academy Pre-Test 24-25
Quiz
•
5th Grade
14 questions
Misplaced and Dangling Modifiers
Quiz
•
6th - 8th Grade
14 questions
Misplaced and Dangling Modifiers
Quiz
•
6th - 8th Grade
17 questions
Parts of Speech
Quiz
•
7th - 12th Grade
11 questions
Decimal/fraction conversions quick check
Quiz
•
5th - 7th Grade
10 questions
Identifying equations
Quiz
•
KG - University
44 questions
El fin del año- 7th
Quiz
•
7th - 12th Grade
20 questions
Math Review
Quiz
•
7th Grade
14 questions
Subtracting Integers
Lesson
•
6th - 8th Grade
15 questions
Exponent Properties
Quiz
•
7th - 9th Grade