Please enable JavaScript to use CodeHS

AP Computer Science A (Nitro)

Lesson 4.5 Informal Code Analysis

Description

In this lesson, students will examine the concept of informal code analysis. This includes an algorithm’s correctness, efficiency and the ability to be understood. This lesson corresponds with AP Computer Science A topic 4.5.


Objective

Students will be able to:

  • Compute statement execution counts of iterative statements
  • Compute informal run-time comparison of iterative statements