NEW
Font size
WorksheetsIntroduction to Python Programming
Total questions: 10
Worksheet time: 5mins
What is Python
A game
A coding Platform
A website
None of these
What is a programming language?
English
A language for babies
A programming language is a vocabulary and a set a set of grammatical rules for instructing a computer or computing a device to perform specific tasks.
A computer language
What symbol is used in python to assign values to a variable?
Equal =
Plus +
Forward slash \
All of the above
What is keyword?
It is a meaningful word that has a specific task to execute
Letters on a keyboard
A keyboard
To help in sentences
What is a punctuator?
Punctuation marks
Punctuators help complete a SYNTAX
A symbol
All of the above
what is a literal?
Littering a country
Storage Device
Literals are a variety of data we use & store in computer program.
A person who litters
Age=14
print(Age)
What is the output?
14
=14
Age
None of the above
What is Script mode?
In script mode, You write your code in a text file then save it with a .py extension which stands for "Python".
You get a large script in this mode
It is where you write a short code
All of the above
What is a commenting line?
It is where you comment on something
A line which is strait
Commenting line helps the reader to understand the code for future purposes.
None of these
When does a SYNTAX error come?
When you click on something
A SYNTAX error comes when your code is wrong.
When you don't form a sentence
All of the above
