Date: Mon, 02 Dec 1996 15:11:20 GMT
Server: NCSA/1.4.2
Content-type: text/html
CSE567 Notes on Doing Homework
CSE 567: Principles of Digital Systems Design
Carl Ebeling, Fall 1996
Notes on Doing Homework
It is your responsibility to make your solution to the homework
problems easy to grade for the TA. It is not the TA's job to guess
where your solution is, figure out what you really meant to do, or follow
wires through a maze of gates. The quicker the grader can see that
your solution is correct, the more points you will get.
- Most important: Show work, it might get you more partial credit.
- Use the given variable names: don't use your own names, don't
permute their order.
- Your schematics should be neat and easy to read. And they should reveal the
structure of the circuit. Busses should look like busses. Their
wires should be laid out in order, and the sources and sinks
should not be mingled freely. This way, a simple glance is all
that's needed to verify that a circuit is doing what it should.
ebeling@cs.washington.edu