Python Programming Flashcards
What does it mean if a line of programming is red
There is an error
A variable is
Part of the program that can change and you can assign a value to it
Variables can only contain …
Numbers, letters and underscores
A variable can not start with a
Number
=
Comment
== means
Equal to
What colour is text in a program
Green
What is a bug
When something is wrong with the program you have made so it stops it working
What is float
Holds Numbers with a decimal point
>
Greater than
What is a string
A string holds numbers and letters
Less than
While loop is
Stops when you meet a criteria
!=
Not equal to
<=
Less than or equal to
When you use if or else
It gives you 2 choices
If you want more than 2 choices you use
ELIF for the extra choices
For loop is
A specific number of times
An algorithm is
A set of instructions to perform a specific task
Decomposition is
Breaking down a task into smaller tasks
Pseudocode is
Half English half code
An integer holds
Whole numbers
> =
Greater than or equal to
Purple is
Functions