Written by the Fiveable Content Team โข Last updated September 2025
Verified for the 2026 exam
Verified for the 2026 examโขWritten by the Fiveable Content Team โข Last updated September 2025
Definition
An FRQ, or Free Response Question, is a type of question in the AP Computer Science A exam where students are required to write code or provide written explanations. It tests students' understanding and application of programming concepts.
Related terms
Multiple Choice Questions: These are questions in the AP Computer Science A exam where students choose the correct answer from a set of options.
Syntax Errors: These are mistakes in code that violate the rules of the programming language, resulting in errors when running the program.
Logic Errors: These are mistakes in code that do not result in syntax errors but cause incorrect output or unexpected behavior when running the program.