0% found this document useful (0 votes)
2K views6 pages

Python Revision Flashcards

The document defines key terms related to Python programming. It explains concepts like integrated development environments, variables, data types, operators, loops, and validation. Definitions are provided for string, integer, float, Boolean, concatenation, type casting, selection, annotation, assignment, equality, inequality, comparative, Boolean, and list operators. Loop types like iteration, count-controlled, and condition-controlled are also summarized.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
2K views6 pages

Python Revision Flashcards

The document defines key terms related to Python programming. It explains concepts like integrated development environments, variables, data types, operators, loops, and validation. Definitions are provided for string, integer, float, Boolean, concatenation, type casting, selection, annotation, assignment, equality, inequality, comparative, Boolean, and list operators. Loop types like iteration, count-controlled, and condition-controlled are also summarized.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd

Python Revision Flashcards Python Revision Flashcards

Integrated The tools needed to


Development write, test and run
Environment computer programs
[Link] [Link]

Python Revision Flashcards Python Revision Flashcards

Temporary storage
Variable of data in a program
which can change
[Link] [Link]

Python Revision Flashcards Python Revision Flashcards

A classification of
data which tells a
Data Type
computer how to
process the data
[Link] [Link]

Python Revision Flashcards Python Revision Flashcards

Text or alphanumeric
String
information

[Link] [Link]
Python Revision Flashcards Python Revision Flashcards

A whole number, a
Integer number which is not
a fraction
[Link] [Link]

Python Revision Flashcards Python Revision Flashcards

A number which can


Float
be a fraction

[Link] [Link]

Python Revision Flashcards Python Revision Flashcards

Can only be one of


Boolean two values, True or
False
[Link] [Link]

Python Revision Flashcards Python Revision Flashcards

Adding strings
Concatenation
together

[Link] [Link]
Python Revision Flashcards Python Revision Flashcards

Forcing a change of
Type Casting
data type

[Link] [Link]

Python Revision Flashcards Python Revision Flashcards

Comments in a
Annotation program that explain
what the code does
[Link] [Link]

Python Revision Flashcards Python Revision Flashcards

The process of making


a decision and
Selection
changing the program
flow
[Link] [Link]

Python Revision Flashcards Python Revision Flashcards

Find and then fix


Debug errors in a computer
program
[Link] [Link]
Python Revision Flashcards Python Revision Flashcards

= is used to give
Assignment operator (assign) a value to a
variable
[Link] [Link]

Python Revision Flashcards Python Revision Flashcards

== is used to compare
one value or condition
Equality operator
with another, to see if
they are the same
[Link] [Link]

Python Revision Flashcards Python Revision Flashcards

!= is used t compare
one value or condition
Inequality operator
with another, to see if
they are not the same
[Link] [Link]

Python Revision Flashcards Python Revision Flashcards

<, <=, >, >= are used


Comparative operator
to compare values

[Link] [Link]
Python Revision Flashcards Python Revision Flashcards

AND, OR, NOT


Boolean operator are used in logic
expressions
[Link] [Link]

Python Revision Flashcards Python Revision Flashcards

A type of data
structure used to
List (or Array)
store multiple items of
similar data
[Link] [Link]

Python Revision Flashcards Python Revision Flashcards

Repeating a block of
Iteration
code

[Link] [Link]

Python Revision Flashcards Python Revision Flashcards

Iterating code a fixed


Count-controlled loop number of times (for-
loop)
[Link] [Link]
Python Revision Flashcards Python Revision Flashcards

Repeating code while


Condition-controlled
or until a condition is
loop
true (while-loop)
[Link] [Link]

Python Revision Flashcards Python Revision Flashcards

Checking that
Validation inputted data is in
the correct format
[Link] [Link]

Python Revision Flashcards Python Revision Flashcards

Showing a user what


Verification they have already
inputted
[Link] [Link]

Python Revision Flashcards Python Revision Flashcards

A seemingly random
Pseudo-random
number generated by
number
an algorithm
[Link] [Link]

You might also like