NEW
Font size
WorksheetsCoding for Kids Python Intro
Total questions: 25
Worksheet time: 9mins
Where can we “not” find computers?
a smart phone
a self driving car
a video game console
an old grand fathers clock
an exercise machine
What is Coding?
breaking apart a computer to show its various parts
just telling a computer what to do
making a secret password for your club members
arranging photographs in your family album
playing a computer game
When you Code for yourself
You can make money
You can protect yourself from cyber criminals
You can create your own new business model
All of the above
None of the above
When you Code for others
You bring more value to future employer
You provide for and protect your family
You can impact your community when you solve problems with technology
All of the above
None of the above
When you Code for the world:
You could be a “Problem-solver” and have the power to make the world a better place.
TRUE
FALSE
What is an INPUT ?
Any information or data provided by us humans to the computer is known as input
TRUE
FALSE
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.
TRUE
FALSE
Which is “NOT” an Input when we make chocolate chip cookies:
Self-raising flour
Egg noodles
Cocoa powder
Baking powder
Oil
When we bake chocolate chip cookies, the output is :
Self-raising flour
Milk
Cocoa powder
Chocolate chip cookies
Chocolate chip
Which of the following actions is “NOT” an Input for computers?
Press some buttons on a video controller
Type in the keyboard using various languages that computers can understand (e.g. Python)
Swipe our fingers in the mobile game
The character in the video game jumps
What is the name of the programming language we are learning?
Scratch
Ruby
Python
Anaconda
Java
What is Python?
A programming language
A computer virus
A type of smart phone
A type of Computer
A type of keyboard
Python is an example of a...
Audio-based programming language
Object orientated programming language
Text-based programming language
Visual-based programming language
Which is true regarding the Python logo? It has :
One python and a computer
Two pythons and a computer
Two pythons
Two pairs of pythons entwined
Three pythons around a computer
Which of the following is NOT true regarding python?
Python is a simple programming language.
Python is a powerful programming language.
Python is the only programming language that can be used in both in PC and Apple computers
Python is used to run apps like Gmail, Google Maps and YouTube
Python is used to run apps like Instagram, NASA and Spotify
When you Download Python
Keep your credit card ready to pay
You can use the web browser of your choice on your computer
You must use Google Chrome only
You need the help of a programmer to download correctly
When you install Python and see this, what must you do next?
Go ahead and click the RUN button
Cancel as this could be harmful
When you install Python and see this, what must you do next?
check the ADD PYTHON 3.7 TO PATH checkbox before installation.
uncheck the ADD PYTHON 3.7 TO PATH checkbox before installation
IDLE stands for :
A lazy programmer
A slow computer
Integrated Development and Learning Environment
Interesting and Durable Learning Equipment
When you run the IDLE program, you’ll see a text-based command window like this. It is known as :
IDLE Python skin
IDLE Python shell
IDLE Python peel
IDLE Python window
IDLE Python gateway
Which of the following is NOT true regarding a shell?
The shell is a text-based interactive command window
The shell allows you to write Python code within it
The shell lets you see the results of your code right away
It is difficult to know when you’re in the shell because it is invisible and untitled
This is called so as it is the outermost layer around the operating system
Which of the following is NOT true regarding “Prompt” ?
>>> is called a prompt
It means that the computer is ready to accept your first command
The computer is asking you to tell it what to do
The computer is telling you that it is time to have a break from programming
What do you get when you CLICK ENTER AFTER YOU type the following code:
print("Hi Python!")
SyntaxError
HI PYTHON!
"HI PYTHON!"
print(HI PYTHON!)
None of the above
What do you get when you CLICK ENTER AFTER YOU type the following code:
print(Hi Python!)
SyntaxError
HI PYTHON!
"HI PYTHON!"
print(HI PYTHON!)
None of the above
Which Python command is used to output information to the screen?
read
output
display
