Your answers to Exercise 1 Parts 1, 2, 3 (word answer only), and 4 Your NetID: ____ After each %____ marker below, type (copy) the screen output produced by that line of code or type the answer to the question asked. ________________________________________________________________________________ Part 1 a= 100 % Look at the Workspace Pane: a VARIABLE called a has been created a= 101 % Look at the variable's value in the Workspace Pane b= 99 format compact a/b %____ ans y= ans %____ x = 2; y = x^x; z = y^y %____ format loose cos(pi) %____ abs(cos(pi)) %____ rem(5,2) % What does function rem do? If you're not sure, try a few more % examples: rem(9,7), rem(10,6), ... %____ ________________________________________________________________________________ Part 2 1. What does the variable `turnAngle` represent (or control) in the program? %____ 2. What does the variable `numEdges` represent? %____ 3. Which variable controls the color of the spiral? %____ ________________________________________________________________________________ Part 3 1. What does the substitution sequence `%.8f` specify? %____ (The temperature conversion program that you wrote should be submitted separately; do not copy the code into this file.) ________________________________________________________________________________ Part 4 1. What is the name of the page that lists the reading assignments? %____ 2. What does the Academic Integrity policy for CS 1112 projects say about code found on the Internet? %____ 3. How do you indicate that you work with a partner on a project? %____