Year 7 Python

Year 7 Python

7th Grade

12 Qs

quiz-placeholder

Similar activities

Python basics

Python basics

6th - 8th Grade

15 Qs

Coding SGO

Coding SGO

6th - 8th Grade

9 Qs

Python-Basic

Python-Basic

3rd Grade - University

15 Qs

Python

Python

7th Grade

10 Qs

Python Programming

Python Programming

5th Grade - University

15 Qs

Python programming

Python programming

6th - 12th Grade

16 Qs

Python Basics

Python Basics

6th - 7th Grade

15 Qs

9.1.2 - Starter Quiz

9.1.2 - Starter Quiz

7th - 11th Grade

14 Qs

Year 7 Python

Year 7 Python

Assessment

Quiz

Computers

7th Grade

Hard

Created by

Anne Marie Sherwin

Used 388+ times

FREE Resource

12 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

5 mins • 1 pt

Which of the following symbols means more than?

<

>

==

!=

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following would allow the user to enter data?

elif

output

print

input

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which code would display 'Hello World'

Print("Hello World")

print("Hello World")

print(Hello World)

print=("hello world")

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is correct?

if colour==blue

if colour=blue:

if colour=="blue":

if color=blue

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

If you type 6//2 what result would you get in python.

3.0

4

3

0

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

If you type 10/5 what result would you get in python?

2

2.0

0

15

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

if you type print("4"+"9") what result would you get

49

13

error

0

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?