Search Header Logo

Year 8 Python

Authored by matthew dallimore

Computers

8th Grade

Used 61+ times

Year 8 Python
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

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 BLANKS 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.

(a)  

5.

FILL IN THE BLANKS 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.

(a)  

6.

FILL IN THE BLANKS QUESTION

30 sec • 1 pt

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

(a)  

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

Access all questions and much more by creating a free account

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Microsoft

Continue with Microsoft

or continue with

Facebook

Facebook

Apple

Apple

Others

Others

Already have an account?