Please answer in terms of c
The problems are reproduced below for your convenience: Ch.Z 14. Describe the arcs produced by each of the following calls to DrawArc: a. DrawArc(1.0, 0, 270) b. DrawArc (1.0, 135,-90) c. DrawArc(1.0, 180,-45) d. DrawArc(1.0, -90, 180) TA comment: A picture might be the easiest way to describe the shapes. 15. On a piece of graph paper, sketch an approximation of the shape that would be producer by the following statements: MovePen(1.0, 1.0); DrawArc(4.0, -15, 215); DrawArc(4.0, 180- 15, 2. 15); TA comment: You can draw a faint grid on your homework paper, no separate graph pape needed Ch.8 8. How would you use Randominteger to generate a pseudo-random number between 1 and 100? 14. What is meant by the term seed in the context of random numbers? Ch.9 5. Given the definition typedef enum ( North, East, South, West) directionT; what are the internal numeric representations of the four constants? 8. What groups of characters can you assume are consecutive in the ASCII table? 17. What is the result of calling each of the following functions? a. StringLength("ABCDE") b. Stringlength ) c. StringLength("a") d. IthChar("ABC", 2) e. Concat("12". ".00") f. Char ToString('2') 8. SubString("ABCDE", 0,3) h. SubString("ABCDE", 4,1) i. SubString("ABCDE", 3,9) ]. SubString("ABCDE",3,3) The problems are reproduced below for your convenience: Ch.Z 14. Describe the arcs produced by each of the following calls to DrawArc: a. DrawArc(1.0, 0, 270) b. DrawArc (1.0, 135,-90) c. DrawArc(1.0, 180,-45) d. DrawArc(1.0, -90, 180) TA comment: A picture might be the easiest way to describe the shapes. 15. On a piece of graph paper, sketch an approximation of the shape that would be producer by the following statements: MovePen(1.0, 1.0); DrawArc(4.0, -15, 215); DrawArc(4.0, 180- 15, 2. 15); TA comment: You can draw a faint grid on your homework paper, no separate graph pape needed Ch.8 8. How would you use Randominteger to generate a pseudo-random number between 1 and 100? 14. What is meant by the term seed in the context of random numbers? Ch.9 5. Given the definition typedef enum ( North, East, South, West) directionT; what are the internal numeric representations of the four constants? 8. What groups of characters can you assume are consecutive in the ASCII table? 17. What is the result of calling each of the following functions? a. StringLength("ABCDE") b. Stringlength ) c. StringLength("a") d. IthChar("ABC", 2) e. Concat("12". ".00") f. Char ToString('2') 8. SubString("ABCDE", 0,3) h. SubString("ABCDE", 4,1) i. SubString("ABCDE", 3,9) ]. SubString("ABCDE",3,3)