Grade 6- PRINT statement in Python

Grade 6- PRINT statement in Python

6th Grade

10 Qs

quiz-placeholder

Similar activities

Artificial Intelligence Quiz

Artificial Intelligence Quiz

6th Grade

12 Qs

Working with Text : Summary

Working with Text : Summary

6th Grade

10 Qs

Test

Test

6th Grade

12 Qs

Google Apps

Google Apps

4th - 12th Grade

10 Qs

Coding Quiz

Coding Quiz

6th - 10th Grade

15 Qs

Aeromodelling

Aeromodelling

5th - 6th Grade

10 Qs

Unit #8 | Worksheet #2

Unit #8 | Worksheet #2

6th Grade

10 Qs

Computer Hardware For Grade 6 Students

Computer Hardware For Grade 6 Students

6th Grade

10 Qs

Grade 6- PRINT statement in Python

Grade 6- PRINT statement in Python

Assessment

Quiz

Computers

6th Grade

Hard

Created by

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")

  1. 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

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?

Discover more resources for Computers