AP Practice Screen Shot

Confusing Questions and Understanding

Week 6 Quiz

Collaboration Quiz - 100%

The questions were easy to understand since we were already implementing these things and activities into our daily work as a SCRUM team! :)

Program Design and Development Quiz - 33%

Documentation for Procedure with a loop:odd numbers then even are printed!! Becuase the count starts at 1 and increases every 2 making the count odd!! Then the loop is terminated when it is at max.

PROCEDURE printNums(max)

{

count  1

REPEAT UNTIL(count > max)

{

DISPLAY(count)

count  count + 2

}

}

Program Function and Purpose Quiz (MCQs) - 50%

Behavior of code that multiplies inside a loop: I need to work on figuring out loop code!

Correct first portion which ia 2(5^3) but the second part is wrong where it needs to be multiplying the result by 5 3 times!

> value displays when y=true and when x is negative

Week 7 Quiz

Identifying and Correcting Errors Quiz

  1. Instead of changing line 1 to IF(score + penalty < 0) change the lines 3 and 7

  1. Check plus is displayed as intended so the code will not dispkay the numbers 8 and 7

The Internet Quiz

  1. Correct first portion but the packets can be recived in any order and can be reassembled

  2. Instead of being acessed by a data stream it is acessed by a network