Please enable JavaScript to use CodeHS

Standards Framework

for Microsoft Technology Associate Python Certification

14

Standards in this Framework

Standard Description
1.1 Evaluate an expression to identify the data type Python will assign to each variable.
1.2 Convert between and work with data types.
1.3 Determine the sequence of execution based on operator precedence.
1.4 Select the appropriate operator to achieve the intended result.
2.1 Construct and analyze code segments that use branching statements.
2.2 Construct and analyze code segments that perform iteration
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 using comments and documentation strings.
4.2 Construct and analyze code segments that include function definitions.
5.1 Analyze, detect, and fix code segments that have errors.
5.2 Analyze and construct code segments that handle exceptions.
6.1 Perform basic operations using built-in modules.
6.2 Solve complex computing problems by using built-in modules.