wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

Python Diagnostic Test

Total questions: 8

Worksheet time: 6mins

Name
Class
Date
1.

What coding language are we learning this term?

a)

Java

b)

C++

c)

Python

2.

What platform are we using to write our python code?

a)

repl.it

b)

SublimeText

c)

Notepad++

3.

How do I output "Hello World" in Python?

a)

Say hello world

b)

print("Hello World")

c)

Hello World

4.

How do I ask for user input in Python?

a)

enter name

b)

input name

c)

name = input("Enter your name: ")

5.

Sequence programming construct is carried out once in the order they are written

a)

True

b)

False

6.

Selection is a programming construction that uses decisions.

a)

True

b)

False

7.

A place used in a program to store data that can change.

a)

Variable

b)

Programming

8.

Writing code to solve a computing problem, so a computer can perform specific tasks

a)

Variable

b)

Programming