Year 8  Python EOT 3 test

Year 8 Python EOT 3 test

8th Grade

17 Qs

quiz-placeholder

Similar activities

Python KS3

Python KS3

8th Grade

17 Qs

Python outputs

Python outputs

7th - 11th Grade

20 Qs

Python

Python

7th - 8th Grade

12 Qs

Python Intro

Python Intro

7th - 8th Grade

12 Qs

Python Year 9 Quiz

Python Year 9 Quiz

8th - 10th Grade

19 Qs

Python basics yr7

Python basics yr7

6th - 9th Grade

20 Qs

Python Strings

Python Strings

8th - 12th Grade

14 Qs

Python

Python

8th Grade

20 Qs

Year 8  Python EOT 3 test

Year 8 Python EOT 3 test

Assessment

Quiz

Computers

8th Grade

Hard

Created by

Shamim Fatima

Used 2+ times

FREE Resource

17 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

What is a correct syntax to output "Hello World" in Python?

write (Hello World)

Print('Hello World')

print "Hello World"

print('Hello World')

2.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

What is the syntax error in the following code? 


   print('Hello)

Missing parentheses

Missing closing quote

Incorrect indentation

Missing colon

3.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

What is a string in Python?

A number

A sequence of characters

A boolean value

A function

4.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

How would you fix the following code to use a single quote inside the string?  


      print('I'm using a single quote!')

Use double quotes around the string

Remove the single quote

Use a backslash before the single quote

Use triple quotes around the string

5.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

What is the name of the variable in the following code?


  greeting='Hello!'

name

Hello

greeting

variable

6.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Which one is NOT a legal variable name?

flavour

flavour_choice

flavour!!

flavour123

7.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Why is xyz not a good variable name?

It is too short and not descriptive

It contains invalid characters

It starts with a number

It is a reserved word in Python

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?