Year 8 Python

Year 8 Python

8th Grade

10 Qs

quiz-placeholder

Similar activities

Input, output and storage de

Input, output and storage de

8th Grade - Professional Development

14 Qs

CE4 - Health and Green IT

CE4 - Health and Green IT

7th - 11th Grade

12 Qs

Python lesson 3

Python lesson 3

8th Grade

11 Qs

QBASIC Programming

QBASIC Programming

5th - 10th Grade

10 Qs

Microsoft Word

Microsoft Word

6th Grade - University

10 Qs

HTML Öğreniyorum!

HTML Öğreniyorum!

8th Grade

10 Qs

Cos’è la ROM?

Cos’è la ROM?

6th - 12th Grade

10 Qs

JSPS Competition Hackathon - Scratch Language - Grade 1

JSPS Competition Hackathon - Scratch Language - Grade 1

2nd Grade - University

10 Qs

Year 8 Python

Year 8 Python

Assessment

Quiz

Computers

8th Grade

Practice Problem

Hard

Created by

matthew dallimore

Used 61+ times

FREE Resource

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

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

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?