To display something on the screen, use this command:
Python

Quiz
•
Computers
•
6th - 12th Grade
•
Hard
Charles Martinez
FREE Resource
9 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
print()
Print()
screen()
write()
display()
2.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
To display the following on screen
Hello World!
the following command should be used:
print(Hello World!)
print("Hello World!")
print("Hello World" + !)
print"(Hello World!)"
3.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
x = 5
y = 6
print(x*y)
The code above displays the following:
11
x*y
Syntax Error
30
4.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
x = 5
y = 6
print("x*y")
The code above displays the following:
11
x*y
Syntax Error
30
5.
MULTIPLE SELECT QUESTION
45 sec • 1 pt
x = 5
y = 6
print(x*y)
Select the correct answer(s):
x is a variable
x is a value
print() is a funciton
6.
MULTIPLE SELECT QUESTION
20 sec • 1 pt
age = 16
message = "my age is: "
print (message, age)
Select the correct answer(s) below:
the output would read:
my age is 16
age is a variable
16 is assigned to the age variable
7.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
cakeAmount = input()
print ("We have", cakeAmount, " cakes")
The above code is run. You type:
six
Select the correct output.
We have 6 cakes
We have six cakes
Error
8.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
age = int(input("Enter Age (as integer): "))
newAge = age + 20
print ("your age in 20 years is:", newAge)
you enter
15
value of age is 15
value of newAge is 35
output is: your age in 20 years is: 35
value of age is 15
value of newAge is 20
output is: your age in 20 years is: 20
value of age is 15
value of newAge is "age + 20"
output is: your age in 20 years is: 35
value of age is 15
value of newAge is 35
output is: your age in 20 years is:35
9.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Operators used in python:
divide, multiply, add, subtract
/, *, +, -
div, mul, +, -
\, x, +, -
~, *, +, -
Similar Resources on Quizizz
10 questions
KD-1 Dasar pemrograman python

Quiz
•
10th Grade
14 questions
P.2 Odd Man Out Quiz

Quiz
•
6th Grade
10 questions
Python User Input Quiz

Quiz
•
6th Grade - University
12 questions
Python

Quiz
•
7th - 9th Grade
10 questions
Python Variables

Quiz
•
6th Grade
8 questions
Quiz- Grade 7 & 8- Python (2nd term)

Quiz
•
7th Grade
13 questions
3. Variables and Operators

Quiz
•
8th Grade
10 questions
Python Inputs

Quiz
•
7th - 8th Grade
Popular Resources on Quizizz
15 questions
Multiplication Facts

Quiz
•
4th Grade
20 questions
Math Review - Grade 6

Quiz
•
6th Grade
20 questions
math review

Quiz
•
4th Grade
5 questions
capitalization in sentences

Quiz
•
5th - 8th Grade
10 questions
Juneteenth History and Significance

Interactive video
•
5th - 8th Grade
15 questions
Adding and Subtracting Fractions

Quiz
•
5th Grade
10 questions
R2H Day One Internship Expectation Review Guidelines

Quiz
•
Professional Development
12 questions
Dividing Fractions

Quiz
•
6th Grade
Discover more resources for Computers
20 questions
Math Review - Grade 6

Quiz
•
6th Grade
5 questions
capitalization in sentences

Quiz
•
5th - 8th Grade
10 questions
Juneteenth History and Significance

Interactive video
•
5th - 8th Grade
12 questions
Dividing Fractions

Quiz
•
6th Grade
9 questions
1. Types of Energy

Quiz
•
6th Grade
20 questions
Parts of Speech

Quiz
•
3rd - 6th Grade
43 questions
LinkIt Test - 24-25_BM4_7th

Quiz
•
7th Grade
6 questions
Final Exam: Monster Waves

Quiz
•
6th Grade