Please enable JavaScript to use CodeHS

Standards Mapping

for Certiport IT Specialist Python

15

Standards in this Framework

7

Standards Mapped

46%

Mapped to Course

Standard Lessons
1.1
Evaluate expressions to identify the data types Python assigns to variables
1.2
Perform data and data type operations
  1. 7.4 Mathematical Operators
  2. 7.5 String Operators
  3. 7.8 Comparison Operators
  4. 7.9 Logical Operators
1.3
Determine the sequence of execution based on operator precedence.
  1. 7.4 Mathematical Operators
  2. 7.5 String Operators
  3. 7.8 Comparison Operators
  4. 7.9 Logical Operators
1.4
Select operators to achieve the intended results
  1. 7.4 Mathematical Operators
  2. 7.8 Comparison Operators
  3. 7.9 Logical Operators
2.1
Construct and analyze code segments that use branching statements
  1. 7.8 Comparison Operators
  2. 7.9 Logical Operators
2.2
Construct and analyze code segments that perform iteration
  1. 7.11 For Loops
  2. 7.12 Break and Continue
3.1
Construct and analyze code segments that perform file input and output operations.
3.2
Construct and analyze code segments that perform console input and output operations
4.1
Document code segments
4.2
Construct and analyze code segments that include function definitions
  1. 7.14 Functions
  2. 7.15 Functions and Parameters
  3. 7.16 Namespaces in Functions
  4. 7.17 Functions and Return Values
5.1
Analyze, detect, and fix code segments that have errors
5.2
Analyze and construct code segments that handle exceptions
  1. 7.18 Exceptions
5.3
Perform unit testing
6.1
Perform basic operations by using built-in modules
6.2
Solve complex computing problems by using built-in modules