BZA Python Programming 3

BZA Python Programming 3

6th - 8th Grade

20 Qs

quiz-placeholder

Similar activities

Python-Basic

Python-Basic

3rd Grade - University

15 Qs

Hangman Game - Programming Questions

Hangman Game - Programming Questions

7th - 11th Grade

15 Qs

Python Year 9 Quiz

Python Year 9 Quiz

8th - 10th Grade

19 Qs

Python KS3

Python KS3

8th Grade

17 Qs

Python

Python

8th Grade

20 Qs

Python_2R

Python_2R

KG - Professional Development

20 Qs

Python Basics Recap

Python Basics Recap

8th - 11th Grade

23 Qs

Python First Steps Homework Quiz

Python First Steps Homework Quiz

7th - 9th Grade

20 Qs

BZA Python Programming 3

BZA Python Programming 3

Assessment

Quiz

Computers

6th - 8th Grade

Medium

Created by

Mr Aluko

Used 30+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 2 pts

What would this code do?

print('Hello World!')

hello world

Hello World!

hello world!

'Hello World!'

2.

MULTIPLE CHOICE QUESTION

30 sec • 2 pts

What is the correct way to make python program so it says Pleased to meet you

print('Pleased to meet you.')

print('Pleased to meet you.)

Print('Pleased to meet you.')

print 'Pleased to meet you.'

3.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

What does this code do when run the following program: 

name='Aluko' 

print('Hello '+name)

hello aluko

Hello aluko

'Hello Aluko'

Hello Aluko

4.

MULTIPLE CHOICE QUESTION

30 sec • 2 pts

What is missing to complete this code: 

language='Python' 

print('I am learning to program in'______)

+ language

+ Language

language

Language

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What word best complete this code?

print('I am ____ when l try my best')

Rubbish

Amazing

So so

Lucozade

6.

MULTIPLE CHOICE QUESTION

30 sec • 3 pts

What would this code print?

name='Chan' 

name='Aluko' 

print(name)

Chan

name

Aluko

print Aluko

7.

MULTIPLE CHOICE QUESTION

30 sec • 4 pts

What would this code print?

name='Chan' 

name='Aluko' 

name='WDF'

print(name)

Aluko

Chan

WDF

name

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?