1.1 |
Evaluate an expression to identify the data type Python will assign to each variable. |
-
2.11 Variables
-
2.12 User Input
-
3.2 Variables and Types
-
4.1 Booleans
|
1.2 |
Convert between and work with data types. |
-
2.11 Variables
-
2.12 User Input
-
3.2 Variables and Types
-
3.3 User Input
-
7.1 Indexing
-
7.2 Slicing
-
8.1 Tuples
-
8.2 Lists
-
9.1 2d Lists
-
9.4 Dictionaries
|
1.3 |
Determine the sequence of execution based on operator precedence. |
-
2.16 If Statements
-
2.17 If/ Else Statements
-
2.18 While Loops
-
3.2 Variables and Types
-
3.4 Mathematical Operators
-
4.2 If Statements
-
4.3 Comparison Operators
-
4.4 Logical Operators
-
7.5 The in Keyword
-
9.5 Equivalence vs. Identity
|
1.4 |
Select the appropriate operator to achieve the intended result. |
-
2.16 If Statements
-
2.17 If/ Else Statements
-
2.18 While Loops
-
3.4 Mathematical Operators
-
4.2 If Statements
-
4.3 Comparison Operators
-
4.4 Logical Operators
-
7.5 The in Keyword
-
9.5 Equivalence vs. Identity
|
2.1 |
Construct and analyze code segments that use branching statements. |
-
2.16 If Statements
-
2.17 If/ Else Statements
-
2.19 Putting Together Control Structures
-
4.2 If Statements
-
4.3 Comparison Operators
-
4.4 Logical Operators
|
2.2 |
Construct and analyze code segments that perform iteration |
-
2.4 For Loops
-
2.14 Using i in For Loops
-
2.15 Extended Loop Control
-
2.18 While Loops
-
2.19 Putting Together Control Structures
-
5.1 While Loops
-
5.2 For Loops
-
5.3 Break and Continue
-
5.4 Nested Control Structures
-
7.4 Strings and For Loops
-
8.3 For Loops and Lists
|
3.1 |
Construct and analyze code segments that perform file input and output operations. |
-
16.1 Project: Who Said It?
|
3.2 |
Construct and analyze code segments that perform console input and output operations. |
-
2.12 User Input
-
3.1 Printing in Python
-
3.3 User Input
|
4.1 |
Document code segments using comments and documentation strings. |
-
2.6 Comments
-
3.6 Comments
|
4.2 |
Construct and analyze code segments that include function definitions. |
-
2.8 Functions
-
2.13 Parameters
-
6.1 Functions
-
6.2 Functions and Parameters
-
6.4 Functions and Return Values
-
6.5 Exceptions
|
5.1 |
Analyze, detect, and fix code segments that have errors. |
-
2.1 Intro to Python with Tracy the Turtle
-
2.2 Tracy's Grid World
-
2.3 Turning Tracy
-
2.4 For Loops
-
2.5 Turning Tracy Using Angles
-
2.8 Functions
-
2.9 Artistic Effects
-
2.10 Top Down Design
-
2.11 Variables
-
2.12 User Input
-
2.13 Parameters
-
2.14 Using i in For Loops
-
2.15 Extended Loop Control
-
2.16 If Statements
-
2.17 If/ Else Statements
-
2.18 While Loops
-
2.19 Putting Together Control Structures
-
3.1 Printing in Python
-
3.2 Variables and Types
-
3.5 String Operators
-
4.1 Booleans
-
4.2 If Statements
-
6.3 Namespaces in Functions
|
5.2 |
Analyze and construct code segments that handle exceptions. |
-
6.5 Exceptions
|
6.1 |
Perform basic operations using built-in modules. |
-
8.1 Tuples
|
6.2 |
Solve complex computing problems by using built-in modules. |
-
8.1 Tuples
|