Grade 6- PRINT statement in Python

Quiz
•
Computers
•
6th Grade
•
Hard

Bloomington Innovation
Used 9+ times
FREE Resource
10 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What does the print() function do in Python?
Adds two numbers
Displays a message on the screen
Saves a file
Opens a webpage
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What will be the output of the following code?
print("Hello, World!")
Hello World
Hello,World
Hello, World!
Hello! World!
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of the following can be printed using the print() function?
Numbers only
Text only
Both numbers and text
Only emojis
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What will be the output of this code?
print(5+3)
53
8
5+3
35
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What happens if we write print( ) without anything inside the brackets?
It shows an error
It prints None
It prints a blank line
It prints Empty
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of the following is correct syntax for a print statement?
a) print "Hello"
b) print(Hello)
c) print("Hello")
d) print("Hello" + )
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the error in the following code?
print "Hello, World!"
Missing + between words
No error
Missing parentheses ( )
Extra space after print
Create a free account and access millions of resources
Similar Resources on Wayground
10 questions
Python Basics

Quiz
•
4th - 7th Grade
10 questions
Advanced Python Quiz1

Quiz
•
6th - 8th Grade
8 questions
Python PRIMM L4

Quiz
•
6th Grade
11 questions
Kotlin

Quiz
•
1st - 12th Grade
11 questions
print(), int and input() - Python

Quiz
•
6th - 8th Grade
12 questions
Variables and data types

Quiz
•
4th - 12th Grade
10 questions
Java Strings

Quiz
•
1st Grade - Professio...
10 questions
Python

Quiz
•
1st - 10th Grade
Popular Resources on Wayground
20 questions
Brand Labels

Quiz
•
5th - 12th Grade
10 questions
Ice Breaker Trivia: Food from Around the World

Quiz
•
3rd - 12th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
20 questions
ELA Advisory Review

Quiz
•
7th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
22 questions
Adding Integers

Quiz
•
6th Grade
10 questions
Multiplication and Division Unknowns

Quiz
•
3rd Grade
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade