Homeworks #6, #7, and #8

Homework #6 -- Due November 9

Do the following problems from chapter 4 (pp. 119-122) of the textbook.

Suggestion: Even though your CSCI 254 instructor will not be present on November 9 to collect this homework, it is a good idea to complete these problems before the November 9 exam.

Homework #7 -- Due November 21

Do the following problems from Chapter 5 (pp.167-171) of the textbook

Homework #8 -- Due November 28

Do the following problems from Chapter 5 (pp.167-171) of the textbook

and the following problems from Chapter 6 (pp.208-211)

and write a procedure, using the calling conventions described in Section 6-7 (pp. 200-202), equivalent to the following C subroutine

        int useless(int a, int b)
          {
           return(a + b + 5) ;
          }

Back to the Handout index
Return to Dean Brock's home page
UNCA CSCI logo Return to the UNCA Computer Science home page