CS 447 and COE 447 Exam 1 - Spring 2017 - Sections covered by the exam

All material presented in class and recitation until and including functions (procedures) is covered by the exam. Hint: Work problems! And work more problems! Then work more!! Specific sections covered by the exam are listed below.

A list of sample exam problems and a solution are available. The sample question list includes several programming problems. There are a lot of problems in this file -- try as many as you can. I don't expect you to work them all, but I strongly recommend you read the problems, make sure you understand the concepts being asked about, and look at the solution. You should try to work at least some of the problems.

The programming problems will really help you to learn the MIPS instruction set. There's no better way to learn assembly language (or any programming language) than writing programs! Note: some of the problems are too long to be on an exam, but they illustrate important concepts and instructions.

There are also a few problems in this set of sample questions. Only the material on problems 1-4 for this sample set is covered by exam 1. A solution is also available for these questions.

Exam covers material from lecture and recitations for January 4 to February 6 (inclusive).

Chapter 1

Chapter 2