< Back

Lab 17: INQ 241A - Test 3 Review

For the following pieces of Blockly code, please write the values that would be displayed in a pop-up window on the page. what you believe the output of the program will be. If there is an error, write error.


1)

2)

3)

4)

5)

6)

7)

8)

9)

10)

11)

12)


Coding Activity

Create a blockly program which allows the user to input a sound. Your program should reverse the first and last seconds of the sound. Any sounds outside of this range should be left untouched. You should assume for this activity that the sound is longer than 2 seconds long. Your program should make use of lists and loops. Solution Area.