Python Basics - Year 8

Python Basics - Year 8

7th - 9th Grade

14 Qs

quiz-placeholder

Similar activities

Програмне забезпечення комп'ютера

Програмне забезпечення комп'ютера

8th Grade

16 Qs

ICT 9 Quiz 1

ICT 9 Quiz 1

9th Grade

10 Qs

CPF 1 - 3

CPF 1 - 3

6th - 8th Grade

15 Qs

7.02 going online

7.02 going online

4th - 9th Grade

10 Qs

9G4 CS Python Programming Sequence and Vocabs

9G4 CS Python Programming Sequence and Vocabs

9th Grade

13 Qs

Gimp

Gimp

7th Grade

12 Qs

Мотылек

Мотылек

6th - 8th Grade

14 Qs

Python lesson 3

Python lesson 3

8th Grade

11 Qs

Python Basics - Year 8

Python Basics - Year 8

Assessment

Quiz

Computers

7th - 9th Grade

Hard

Created by

Henry Sanderson

Used 552+ 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

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?