1.1 |
Evaluate expressions to identify the data types Python assigns to variables |
-
2.11 Variables
-
3.2 Variables and Types
-
4.1 Booleans
|
1.2 |
Perform data and data type operations |
-
3.4 Mathematical Operators
-
3.5 String Operators
-
4.3 Comparison Operators
-
4.4 Logical Operators
-
4.5 Floating Point Numbers and Rounding
-
7.1 Indexing
-
7.2 Slicing
-
7.5 The in Keyword
-
7.6 String Methods
-
8.1 Tuples
-
8.2 Lists
-
8.4 List Methods
|
1.3 |
Determine the sequence of execution based on operator precedence. |
-
3.4 Mathematical Operators
-
3.5 String Operators
-
4.3 Comparison Operators
-
4.4 Logical Operators
-
7.5 The in Keyword
-
15.1 Short Circuit Evaluation
-
15.2 De Morgan's Laws
|
1.4 |
Select operators to achieve the intended results |
-
3.4 Mathematical Operators
-
4.3 Comparison Operators
-
4.4 Logical Operators
-
7.5 The in Keyword
-
15.1 Short Circuit Evaluation
-
15.2 De Morgan's Laws
|
2.1 |
Construct and analyze code segments that use branching statements |
-
2.16 If Statements
-
2.19 Putting Together Control Structures
-
4.2 If Statements
-
4.3 Comparison Operators
-
4.4 Logical Operators
-
4.5 Floating Point Numbers and Rounding
-
15.1 Short Circuit Evaluation
-
15.2 De Morgan's Laws
-
23.11 If Statements
-
23.12 If/Else Statements
-
23.14 Control Structures Example
-
23.16 Algorithms
-
23.17 Ultra Karel
-
23.18 Karel Challenges
|
2.2 |
Construct and analyze code segments that perform iteration |
-
2.4 For Loops
-
2.5 Turning Tracy Using Angles
-
2.9 Artistic Effects
-
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
-
23.10 For Loops
-
23.13 While Loops in Karel
|
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 |
-
2.12 User Input
-
3.3 User Input
|
4.1 |
Document code segments |
-
2.6 Comments
-
2.7 Naming Guidelines
|
4.2 |
Construct and analyze code segments that include function definitions |
-
2.8 Functions
-
2.9 Artistic Effects
-
2.10 Top Down Design
-
6.1 Functions
-
6.2 Functions and Parameters
-
6.3 Namespaces in Functions
-
6.4 Functions and Return Values
-
23.7 Commenting Your Code
|
5.1 |
Analyze, detect, and fix code segments that have errors |
-
10.1 Project: Guess the Word
-
23.15 Debugging Strategies
|
5.2 |
Analyze and construct code segments that handle exceptions |
-
6.5 Exceptions
|
5.3 |
Perform unit testing |
|
6.1 |
Perform basic operations by using built-in modules |
-
12.3 Built-In Methods
|
6.2 |
Solve complex computing problems by using built-in modules |
-
12.3 Built-In Methods
|