name that represents a value stored in the computer memory
Back
Nested Function Call
Front
general format-> function1(function2(argument)) also known as function within a function.
Back
Front
causes output to advance to the next line
Back
Math Operator
Front
tool for performing calculation
Back
Interpreter
Front
translates and executes instructions in High-Level language program
Back
Syntax
Front
set of rules to be followed when writing a program
Back
Exponent Operator (**)
Front
raises a number to a power
Back
Hardware
Front
contains many electronic components
Back
RAM
Front
quickly access data that is stored at any random location
Back
Input Device
Front
is any data the computer collects
Back
Function
Front
piece of prewritten code that perfoms an operation
Back
Garbage Collection
Front
removal of values that are no longer refernced by variables.
- Carried out by Python interpreter.
Back
Program Development Cycle
Front
The process that a programmer repeats until not errors are found in a program. Steps are: 1. Design the Program. 2. Write the code. 3. Correct Syntax Errors. 4. Test the executable code. 5. Debug the code.
Back
Math Expressions
Front
performs calculation and gives a value
Back
\"
Front
causes a double quote mark to be printed
Back
Software
Front
is essential to a computer because it controls everything the computer does
Back
Exponentiation
Front
**
Back
String Literal
Front
string that appears in actual code of a program
Back
Argument
Front
data given to a function
Back
Assignment operator
Front
the equal sign
Back
\t
Front
causes output to skip over to the next horizontal tab
Back
Section 2
(11 cards)
Decision Structure
Front
specific action(s)
Back
Boolean Expression
Front
expression tested by if statement to determine if it is true or false.
Back
Control Structure
Front
logical design that controls order in which the set of statements execute.
Back
>= and <=
Front
operators test more than one relationship
Back
!=
Front
operator determines whether the two operands are not equal
Back
Sequence Structure
Front
set of statements that execute in the order they appear
Back
\\
Front
causes a backslash character to be printed
Back
Logical Operators
Front
operators that can be used to create complex Boolean expression.
Back
Dual Alternative Decision
Front
two possible paths of execution
Back
Diamond
Front
represents true/false condition that must be tested
Back
Relational operator
Front
determines whether a specific relationship exists between two values