4.5 Informal Code Analysis
-
Incorrect
Correct
No Answer was selected
Invalid Answer
1. Primitive Types
2. Using Objects
3. Boolean Expressions and if Statements
4. Iteration
4.1 while Loops
4.2 for Loops
4.3 Developing Algorithms Using Strings
4.4 Nested Iteration
4.5 Informal Code Analysis
Algorithms
Program Efficiency
Statement Execution Count
Loop Execution Count
while Loop Time
for Loop Time
Check Your Understanding
Exercise: Improving findChar Speed
5. Writing Classes
6. Arrays
7. ArrayLists
8. 2D Arrays
9. Inheritance
10. Recursion