CS/COE 447 Final Exam ===================== The final exam is 6:00-8:00pm Wednesday April 25. It is cumulative, covering material from the entire semester. It will include questions that are similar to questions that appeared on previous exams. None of them will be the same questions, of course. The following types of questions will definitely be on the final: 1. Multi-cycle control: what happens (exam3, Q2); what are the control signal values during each cycle (exam3, Q3); or some combination of the two questions 2. Writing code that is related to one or more programming assignments. You may assume that loops and if-statements will be included, as well as one or more of: using the stack, recursion, two-dimensional arrays, linked lists, or bit manipulations. 3. Giving the machine code for an instruction 4. A subset of the numerical material we covered: unsigned integer arithmetic and overflow; signed integer arithmetic and overflow; multiplication and division (the circuit algorithms); floating point representation; and so on. The rest will be selected from among the other questions on the three exams.