Python Revision Flashcards
Python Revision Flashcards
Temporary storage
Variable of data in a program
which can change
twinkl.com twinkl.com
A classification of
data which tells a
Data Type
computer how to
process the data
twinkl.com twinkl.com
Text or alphanumeric
String
information
twinkl.com twinkl.com
Python Revision Flashcards Python Revision Flashcards
A whole number, a
Integer number which is not
a fraction
twinkl.com twinkl.com
twinkl.com twinkl.com
Adding strings
Concatenation
together
twinkl.com twinkl.com
Python Revision Flashcards Python Revision Flashcards
Forcing a change of
Type Casting
data type
twinkl.com twinkl.com
Comments in a
Annotation program that explain
what the code does
twinkl.com twinkl.com
= is used to give
Assignment operator (assign) a value to a
variable
twinkl.com twinkl.com
== is used to compare
one value or condition
Equality operator
with another, to see if
they are the same
twinkl.com twinkl.com
!= is used t compare
one value or condition
Inequality operator
with another, to see if
they are not the same
twinkl.com twinkl.com
twinkl.com twinkl.com
Python Revision Flashcards Python Revision Flashcards
A type of data
structure used to
List (or Array)
store multiple items of
similar data
twinkl.com twinkl.com
Repeating a block of
Iteration
code
twinkl.com twinkl.com
Checking that
Validation inputted data is in
the correct format
twinkl.com twinkl.com
A seemingly random
Pseudo-random
number generated by
number
an algorithm
twinkl.com twinkl.com