Python Homework

Python Homework

8th Grade

12 Qs

quiz-placeholder

Similar activities

Mathematical Operators in Python

Mathematical Operators in Python

8th Grade

12 Qs

Programming in Java

Programming in Java

8th Grade

10 Qs

Python Revision

Python Revision

8th Grade

16 Qs

Year 7 Python Lesson 1 Recap

Year 7 Python Lesson 1 Recap

8th Grade

10 Qs

ASK F2 -KOD ARAHAN (PYTHON)

ASK F2 -KOD ARAHAN (PYTHON)

1st Grade - University

15 Qs

Python Basic

Python Basic

6th - 8th Grade

10 Qs

Python Introduction Quiz

Python Introduction Quiz

8th - 9th Grade

12 Qs

N5 SDD - Python input and output

N5 SDD - Python input and output

7th - 11th Grade

12 Qs

Python Homework

Python Homework

Assessment

Quiz

Computers

8th Grade

Medium

Created by

Elizabeth Pike

Used 1+ times

FREE Resource

12 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

If I wrote print("I am happy!") in Python, what would show on the screen when I ran the code?

print("I am happy!")

I am happy

I am happy!

Syntax error

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Why won't my code work in Python?

print(I love Ice cream)

The p needs to be a capital letter

It needs an exclamation mark after ice cream

There needs to be a gap in between print and the brackets

I have missed " " marks around I love Ice cream

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

If I typed the following in Python and ran it, what would show on the screen?

team=input("What is your favourite team?")

print(team + " are a great team")

It would ask you your favourite team and then reply with your team name are a great team.

It would print team are a great team

Syntax error

It would ask your favourite team then stop

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

If I typed print("3+4") in Python and then ran the program, what would show on screen?

7

3+4

12

Syntax Error

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

age = int(input("What is your age?"))


Why have I included int before the brackets?

It is a mistake and should say input

It tells Python it is a question

It converts a number into words

The answer will be an integer

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What are the mistakes in this code?

name=int("What is your name?)

print(Hello + name)

Int should be written as input

Int should be written input, and speech marks should be added after name on the second line and around Hello

Speech marks are missing around Hello

Int needs to be input and you need double brackets.

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image
What is the correct command for outputting the text string Hello World?
print("Hello World")
print = "Hello World"
print = (Hello World)
PRINT(Hello World)

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?