WorksheetsPython quiz
Total questions: 13
Worksheet time: 14mins
Computer programming is a way of giving computers _______ about what they should do next
Answers
Reasons
Steps
Instructions
An algorithm is a step-by-step _____of the _____.
(a)
flowchart explains the steps of a program in a (a) way
An algorithm includes _______, _________and _________.
reasoning, steps, and variables
graphs, steps, and solution
Calculations, reasoning, and data processing
All of these
Algorithms can be presented by natural languages, pseudocode and flowcharts, etc.
True
False
How many basic shapes are there to make flowchart?
6
5
4
8
flowcharts are can not be used as a program planning tool to visually organize the step-by-step process of a program.
True
False
Pseudocode is a precise form of an Algorithm without ________
Flowchart
Code
unnecessary steps of vocabulary/words.
None of these
Write one advantage of pseudocode.
What is happening in this flowchart? Explain the steps in a paragraph.
Python is considered a ______, like Ruby or Perl and is often used for creating Web applications and dynamic Web content.
All in one language
Coding language
None of these
scripting language
List few examples of famous python websites on the internet.
IDLE stands for?
(a)
