Python Flashcards
1
Q
How do you solve a problem in Python?
A
Describe the purpose of an algorithm, and identify the inputs and outputs to program
2
Q
What can you do in turtle graphics?
A
Draw and patterns, change colour of graphics, use pen up and down
3
Q
What are 3 things you can do using Python?
A
-Describe the purpose of a variable
-Perform math operations
-Understand the concepts of a block based code
-Understand how to sequence an algorithm to solve a problem
-Get an input from a user
-Output messages from a program
-Use loops to repeat sections of code
-Use “IF” statements to make decisions