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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What can you do in turtle graphics?

A

Draw and patterns, change colour of graphics, use pen up and down

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly