Please enable JavaScript to use CodeHS

Standards Mapping

for Microsoft Technology Associate Python Certification

14

Standards in this Framework

10

Standards Mapped

71%

Mapped to Course

Standard Lessons
1.1
Evaluate an expression to identify the data type Python will assign to each variable.
  1. 2.2 Variables and Types
  2. 4.1 Booleans
  3. 11.10 Variables
  4. 11.13 User Input
1.2
Convert between and work with data types.
  1. 2.2 Variables and Types
  2. 2.3 User Input
  3. 11.10 Variables
  4. 11.13 User Input
1.3
Determine the sequence of execution based on operator precedence.
  1. 2.2 Variables and Types
  2. 2.4 Mathematical Operators
  3. 4.2 If Statements
  4. 4.3 Comparison Operators
  5. 4.4 Logical Operators
  6. 11.18 If Statements
  7. 11.19 If/Else Statements
  8. 11.20 While Loops
1.4
Select the appropriate operator to achieve the intended result.
  1. 2.4 Mathematical Operators
  2. 4.2 If Statements
  3. 4.3 Comparison Operators
  4. 4.4 Logical Operators
  5. 11.18 If Statements
  6. 11.19 If/Else Statements
  7. 11.20 While Loops
2.1
Construct and analyze code segments that use branching statements.
  1. 4.2 If Statements
  2. 4.3 Comparison Operators
  3. 4.4 Logical Operators
  4. 11.18 If Statements
  5. 11.19 If/Else Statements
  6. 11.21 Putting Together Control Structures
2.2
Construct and analyze code segments that perform iteration
  1. 6.1 While Loops
  2. 6.2 For Loops
  3. 6.3 Break and Continue
  4. 6.4 Nested Control Structures
  5. 11.4 For Loops
  6. 11.16 Using i in For Loops
  7. 11.17 Extended Loop Control
  8. 11.20 While Loops
  9. 11.21 Putting Together Control Structures
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.
  1. 2.1 Printing in Python
  2. 2.3 User Input
  3. 11.13 User Input
4.1
Document code segments using comments and documentation strings.
  1. 2.6 Comments
  2. 11.6 Comments
4.2
Construct and analyze code segments that include function definitions.
  1. 11.7 Functions
  2. 11.14 Parameters
5.1
Analyze, detect, and fix code segments that have errors.
  1. 2.1 Printing in Python
  2. 2.2 Variables and Types
  3. 2.5 String Operators
  4. 4.1 Booleans
  5. 4.2 If Statements
  6. 11.1 Meet Tracy the Turtle
  7. 11.2 Tracy's Grid World
  8. 11.3 Turning Tracy
  9. 11.4 For Loops
  10. 11.5 Turning Tracy Using Angles
  11. 11.7 Functions
  12. 11.8 Artistic Effects
  13. 11.10 Variables
  14. 11.13 User Input
  15. 11.14 Parameters
  16. 11.16 Using i in For Loops
  17. 11.17 Extended Loop Control
  18. 11.18 If Statements
  19. 11.19 If/Else Statements
  20. 11.20 While Loops
  21. 11.21 Putting Together Control Structures
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.