Python Basics - Year 8

Python Basics - Year 8

7th - 9th Grade

14 Qs

quiz-placeholder

Similar activities

Python

Python

8th Grade

13 Qs

Python Intro

Python Intro

8th - 9th Grade

10 Qs

Variables, Inputs and Concatenation

Variables, Inputs and Concatenation

9th Grade

16 Qs

Python Basics

Python Basics

8th - 10th Grade

10 Qs

Homework 1- Python Basics

Homework 1- Python Basics

8th Grade

10 Qs

Python

Python

7th Grade

10 Qs

Python Basics - yr 9

Python Basics - yr 9

9th - 12th Grade

18 Qs

GCSE Computer Science - Programming Keywords

GCSE Computer Science - Programming Keywords

9th - 12th Grade

15 Qs

Python Basics - Year 8

Python Basics - Year 8

Assessment

Quiz

Computers

7th - 9th Grade

Hard

Created by

Henry Sanderson

Used 544+ times

FREE Resource

14 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What is Python?
text based programming language
word processor 
spreadsheet
block based programming language

2.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

What does INT means in python?
Decimal Numbers
Whole Number
Text
Floating Point Number

3.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Why are the indents necessary after the if and else statements?
Do not follow these instructions above 
Logic of the code will make sense
Follow these instructions if the statement above is true
Code will have no syntax error

4.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

What will the following code do? 
name = "Bob"
if name == "Bob": 
     print ("Hello " + name) 
else:  
     print ("I dont know you")
prints bob
prints Hello Bob
nothing syntax error
prints I don't know you

5.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

What is a variable?
A box(memory location) where you store values
a type of graphics
Data type
a type of memory

6.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Media Image
What is the name of the programming language we are learning?
Scratch
Python
Pie thin
Scribble

7.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

What will be the output?
name = 'Dave'
greeting = "Good morning" + name
print (greeting)
Good moning 'Dave'
Good morning Dave
Good morning name
Good morning + Dave

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?