For the first quiz in AP CS, here is the breakdown of the problems, points for each, and a sample problem of the type you can expect on the quiz.
TOPIC | POINTS | PRACTICE-IT EXAMPLE |
---|---|---|
1. Expressions
Order of precedence Integer vs floating point Data type conversions |
3 | Self-Check 2.4 |
2. Flow control
Methods being called Tracing call order |
4 | Self Check 1.21 |
3. Variables
Assignment statement Operations |
3 | Self Check 2.11 |
4. Reading loops
For loop mechanics Loop walkthrough |
2 | Self-Check 2.22 |
5. Writing loops
Analyzing complex figures Designing loop solutions |
3 | Exercise 2.8 |
TOTAL | 15 |