1/7
Looks like no tags are added yet.
Name | Mastery | Learn | Test | Matching | Spaced |
---|
No study sessions yet.
Algorithm
a set of instructions for solving a problem or completing a task
Decomposition
breaking a problem down into smaller, more manageable pieces
Abstraction
removes unnecessary details from a problem so that you can focus on the essentials
Python exponent
**
Python modulo
%
Python integer division
//
modulo
returns the remainder from a division
integer division
returns the result of a division truncated to the nearest integer