Python for Beginners (Module 1)

Python for Beginners (Module 1)

7th Grade

22 Qs

quiz-placeholder

Similar activities

ขอสอบกลางภาคภาษา Python

ขอสอบกลางภาคภาษา Python

7th Grade

20 Qs

Python

Python

5th - 7th Grade

20 Qs

Pengenalan Coding

Pengenalan Coding

1st Grade - Professional Development

20 Qs

KDL và biến trong Python

KDL và biến trong Python

6th - 8th Grade

24 Qs

python intro

python intro

4th - 12th Grade

17 Qs

Python KS3

Python KS3

6th - 9th Grade

17 Qs

Coding 2 Performance Final

Coding 2 Performance Final

6th - 8th Grade

20 Qs

Grade 7 Python

Grade 7 Python

7th Grade

19 Qs

Python for Beginners (Module 1)

Python for Beginners (Module 1)

Assessment

Quiz

Computers

7th Grade

Medium

Created by

Annie Young

Used 8+ times

FREE Resource

22 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will be the output of the following Python code?

print("Hello, World!")

Hello, World!

"Hello, world!"

hello, world!

Error

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will be the output of the following Python code?

animal = 'horse'

print(animal)

animal

horse

Nothing

Error

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will be the output of the following Python code?

name = 'Tom'

print(name)

name

Tom

Nothing

Error

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will be the output of the following Python code?

print("Siena is the best house!")

print("Siena is the best house!")

Siena is the best house!

siena is the best house

Error

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will be the output of the following Python code?

print("Hello)

Hello!

hello

Hello

Error

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is correct?

print " Hello! "

print Hello!

print(Hello!)

print('Hello!')

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is correct?

print("Mrs Young is cool")

print(Mrs Young is cool")

Print("Mrs Young is cool")

print("Mrs Young is cool)

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?