Year 8 Python

Year 8 Python

8th Grade

10 Qs

quiz-placeholder

Similar activities

Input and Output Operations in Python

Input and Output Operations in Python

8th Grade

10 Qs

Programming in Python

Programming in Python

6th - 8th Grade

10 Qs

Python Review 3

Python Review 3

7th - 9th Grade

10 Qs

8класс2

8класс2

8th Grade

10 Qs

python String and comment

python String and comment

3rd Grade - University

13 Qs

Đề ôn tập datatype python(P1)

Đề ôn tập datatype python(P1)

6th - 8th Grade

10 Qs

Python Basics

Python Basics

7th - 9th Grade

10 Qs

Python Revision

Python Revision

7th - 9th Grade

14 Qs

Year 8 Python

Year 8 Python

Assessment

Quiz

Computers

8th Grade

Hard

Created by

matthew dallimore

Used 61+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE SELECT QUESTION

1 min • 1 pt

which of these are a correct print statement

Print("Computer science")

prit ("Computer science")

print (Computer science")

print ("Computer science")

2.

MULTIPLE SELECT QUESTION

30 sec • 1 pt

Which of these is suitable for a variable name

x = '4hello'

x = 'hello there'

x = 'hello'

x = hello there

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

which of the statements below will print properly?

x = 6

y = "I am"

print (y , x)

print ((int(y) , x)

print (y, (str(x))

print (y , (int(x))

4.

FILL IN THE BLANK QUESTION

30 sec • 1 pt

I am used multiple times in a program; I can be changed and stored in memory. I am a ? ONE WORD ANSWER.

5.

FILL IN THE BLANK QUESTION

30 sec • 1 pt

I am a data type. I can be a mix of letters and numbers/special characters. I am a ? ONE WORD ANSWER.

6.

FILL IN THE BLANK QUESTION

30 sec • 1 pt

I am a data type. I am used to complete maths problems. what am I ? ONE WORD ANSWER

7.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Which line in this program is incorrect?


if 6 > 8:

print ("Correct")

else

print ("Incorrect")

Line 1

Line 2

Line 3

Line 4

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?