Which command will display the text 'Hello world!' on the screen?
Python programming -recap

Quiz
•
Computers
•
7th - 10th Grade
•
Hard
Shiv K
Used 233+ times
FREE Resource
12 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
print(Hello world!)
print "Hello world!"
print("Hello world!")
print = "Hello world!"
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which command will correctly ask the user for their age?
age = input("How old are you?")
age = input(How old are you?)
input("How old are you?") = age
How old are you = input()
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which decision statement will be triggered if the variable x is less than 20?
if x > 20:
if x <> 20:
if x == 20:
if x < 20:
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of these tests whether the variable x is the same as 'Hello'?
x = "Hello"
x != "Hello"
x == "Hello"
x <> "Hello"
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the output of the following program?
Yes
No
Error
No output
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the output of the following program?
Yes
No
Error
No output
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the output of the following program?
1 to 10 numbers
1 to 5 numbers
1
5
Create a free account and access millions of resources
Similar Resources on Quizizz
10 questions
Y7 Variables and Algorithms

Quiz
•
7th Grade
10 questions
Python Programming

Quiz
•
7th - 9th Grade
8 questions
Robotics Quiz

Quiz
•
1st - 12th Grade
14 questions
TechSmart Unit 1 Vocabulary Text

Quiz
•
9th - 11th Grade
16 questions
Variables, Inputs and Concatenation

Quiz
•
9th Grade
14 questions
GCSE Computing - Subprograms

Quiz
•
9th - 10th Grade
15 questions
Algorithm

Quiz
•
10th - 11th Grade
17 questions
Python KS3

Quiz
•
8th Grade
Popular Resources on Quizizz
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
Discover more resources for Computers
17 questions
Chapter 12 - Doing the Right Thing

Quiz
•
9th - 12th Grade
30 questions
Linear Inequalities

Quiz
•
9th - 12th Grade
20 questions
Types of Credit

Quiz
•
9th - 12th Grade
14 questions
Misplaced and Dangling Modifiers

Quiz
•
6th - 8th Grade
20 questions
Taxes

Quiz
•
9th - 12th Grade
17 questions
Parts of Speech

Quiz
•
7th - 12th Grade
20 questions
Chapter 3 - Making a Good Impression

Quiz
•
9th - 12th Grade
11 questions
Decimal/fraction conversions quick check

Quiz
•
5th - 7th Grade