Year 8 Python

Year 8 Python

8th Grade

10 Qs

quiz-placeholder

Similar activities

Grade 8 - Starter

Grade 8 - Starter

8th Grade

10 Qs

Latihan Ujian TKJ - Bagian A1

Latihan Ujian TKJ - Bagian A1

7th Grade - University

10 Qs

Impresa e siti web

Impresa e siti web

8th - 12th Grade

10 Qs

8-klass 2-sherek

8-klass 2-sherek

8th Grade

15 Qs

BÀI TẬP VỀ CÂU LỆNH ĐIỀU KIỆN

BÀI TẬP VỀ CÂU LỆNH ĐIỀU KIỆN

6th - 8th Grade

10 Qs

Polski Youtube 2019/2020

Polski Youtube 2019/2020

1st - 8th Grade

15 Qs

Основы PASCAL

Основы PASCAL

4th - 8th Grade

10 Qs

Coding Quiz

Coding Quiz

6th - 10th Grade

15 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?