wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

Coding for Kids Python Intro

Total questions: 25

Worksheet time: 9mins

Name
Class
Date
1.

Where can we “not” find computers?

a)

a smart phone

b)

a self driving car

c)

a video game console

d)

an old grand fathers clock

e)

an exercise machine

2.

What is Coding?

a)

breaking apart a computer to show its various parts

b)

just telling a computer what to do

c)

making a secret password for your club members

d)

arranging photographs in your family album

e)

playing a computer game

3.

When you Code for yourself

a)

You can make money

b)

You can protect yourself from cyber criminals

c)

You can create your own new business model

d)

All of the above

e)

None of the above

4.

When you Code for others

a)

You bring more value to future employer

b)

You provide for and protect your family

c)

You can impact your community when you solve problems with technology

d)

All of the above

e)

None of the above

5.

When you Code for the world:


You could be a “Problem-solver” and have the power to make the world a better place.

a)

TRUE

b)

FALSE

6.

What is an INPUT ?


Any information or data provided by us humans to the computer is known as input

a)

TRUE

b)

FALSE

7.

What is an OUTPUT ?


The words, pictures, action, or some other result, after the computer has processed the input we gave it, is the output.

a)

TRUE

b)

FALSE

8.

Which is “NOT” an Input when we make chocolate chip cookies:

a)

Self-raising flour

b)

Egg noodles

c)

Cocoa powder

d)

Baking powder

e)

Oil

9.

When we bake chocolate chip cookies, the output is :

a)

Self-raising flour

b)

Milk

c)

Cocoa powder

d)

Chocolate chip cookies

e)

Chocolate chip

10.

Which of the following actions is “NOT” an Input for computers?

a)

Press some buttons on a video controller

b)

Type in the keyboard using various languages that computers can understand (e.g. Python)

c)

Swipe our fingers in the mobile game

d)

The character in the video game jumps

11.

What is the name of the programming language we are learning?

a)

Scratch

b)

Ruby

c)

Python

d)

Anaconda

e)

Java

12.

What is Python?

a)

A programming language

b)

A computer virus

c)

A type of smart phone

d)

A type of Computer

e)

A type of keyboard

13.

Python is an example of a...

a)

Audio-based programming language

b)

Object orientated programming language

c)

Text-based programming language

d)

Visual-based programming language

14.

Which is true regarding the Python logo? It has :

a)

One python and a computer

b)

Two pythons and a computer

c)

Two pythons

d)

Two pairs of pythons entwined

e)

Three pythons around a computer

15.

Which of the following is NOT true regarding python?

a)

Python is a simple programming language.

b)

Python is a powerful programming language.

c)

Python is the only programming language that can be used in both in PC and Apple computers

d)

Python is used to run apps like Gmail, Google Maps and YouTube

e)

Python is used to run apps like Instagram, NASA and Spotify

16.

When you Download Python

a)

Keep your credit card ready to pay

b)

You can use the web browser of your choice on your computer

c)

You must use Google Chrome only

d)

You need the help of a programmer to download correctly

17.

When you install Python and see this, what must you do next?

a)

Go ahead and click the RUN button

b)

Cancel as this could be harmful

18.

When you install Python and see this, what must you do next?

a)

check the ADD PYTHON 3.7 TO PATH checkbox before installation.

b)

uncheck the ADD PYTHON 3.7 TO PATH checkbox before installation

19.

IDLE stands for :

a)

A lazy programmer

b)

A slow computer

c)

Integrated Development and Learning Environment

d)

Interesting and Durable Learning Equipment

20.

When you run the IDLE program, you’ll see a text-based command window like this. It is known as :

a)

IDLE Python skin

b)

IDLE Python shell

c)

IDLE Python peel

d)

IDLE Python window

e)

IDLE Python gateway

21.

Which of the following is NOT true regarding a shell?

a)

The shell is a text-based interactive command window

b)

The shell allows you to write Python code within it

c)

The shell lets you see the results of your code right away

d)

It is difficult to know when you’re in the shell because it is invisible and untitled

e)

This is called so as it is the outermost layer around the operating system

22.

Which of the following is NOT true regarding “Prompt” ?

a)

>>> is called a prompt

b)

It means that the computer is ready to accept your first command

c)

The computer is asking you to tell it what to do

d)

The computer is telling you that it is time to have a break from programming

23.

What do you get when you CLICK ENTER AFTER YOU type the following code:

print("Hi Python!")

a)

SyntaxError

b)

HI PYTHON!

c)

"HI PYTHON!"

d)

print(HI PYTHON!)

e)

None of the above

24.

What do you get when you CLICK ENTER AFTER YOU type the following code:

print(Hi Python!)

a)

SyntaxError

b)

HI PYTHON!

c)

"HI PYTHON!"

d)

print(HI PYTHON!)

e)

None of the above

25.

Which Python command is used to output information to the screen?

a)

read

b)

output

c)

print

d)

display