Please enable JavaScript to use CodeHS

AP Computer Science A (Cortado)

Lesson 2.14 End of Unit Assessment

Description

In this lesson, students will complete a final assessment that evaluates their understanding of selection, iteration, string processing, and run-time efficiency. The assessment includes multiple-choice questions and two free response items, and it is meant to be completed after Lesson 2.12.


Objective

Students will be able to:

  • Interpret and evaluate boolean expressions and control structures
  • Write and trace algorithms using if, while, and for loops
  • Analyze and write algorithms that process strings and count characters
  • Use informal run-time analysis to compare algorithm efficiency
  • Demonstrate cumulative understanding of algorithmic logic

Activities

These are all the activities included in the lesson

2.14.1 MCQ
2.14.2 FRQ #1
2.14.3 FRQ #2