On this page:
2017 Summer - 305 - Computer Architecture - Syllabus
1 Important Course Details
2 Lectures, Assignments, and Exercises
3 Work in this Course
3.1 Exercises
3.2 Paper
3.3 Presentation
3.4 Exams
3.5 Class Numeric Grade
3.6 Course Letter Grade
3.7 Graduate Student Option
4 Help
5 Fine Print

2017 Summer - 305 - Computer Architecture - Syllabus

This class is taught by Jay McCarthy. Call him Jay. Email him at first-name DOT last-name AT gmail DOT com.
We meet in Olsen 104 at 0800-1020.
Jay’s office hours are WR 0700-0800 in Olsen 221.
There is a mailing list hosted at Google Groups. Use it to ask non-revealing questions and receive answers, as well as general course announcements. You are responsible for reading the content of this mailing list.

1 Important Course Details

Description. Examines the basic functional components of a computer system including the CPU, memory systems, and I/O systems. Each of these three areas will be developed in detail with a focus on the system design and component integration. Topics will include CPU control and ALU operation, computer timing, data address and I/O bus activity, addressing model, programmed and DMA I/O, and instruction sets and microcode.
Readings.
(CSAPP) We’ll be using the book Computer Systems: A Programmer’s Perspective (2nd Edition), by R. Bryant and D. O’Hallaron (Amazon link).

(SCO) We will also use some excerpts from the book Structured Computer Organization, by Andrew S. Tanenbaum and James R. Goodman (Amazon link).

We’ll provide excerpts of SCO, but you are expected to procure CSAPP yourself. You may want to also get SCO. Both are available in digital formats. I highly recommend searching for those.
Software.
The programming assignments should be written in C or using the MIC-1 system which we will discuss in class. The tools we will use is available on Github in the jeapostrophe/mic1 repository. I highly suggest using a Unix machine to write everything. If you aren’t running Unix on your personal computer, then use VirtualBox.

If you’d like a refresher on C, I recommend this tutorial and if you want an in-depth study, I suggest Learn C the Hard Way.

I highly suggest that you learn to do all your editting and programming in either Emacs or Vim and do everything using the command-line.

Finally, I suggest you to do all your work on a Bitbucket repository that you share with me, so make sure you get yourself set up with that.
Policy. We do not allow electronic devices, such as laptops, phones, and tablets, to be used during class, without an explicit accomodation exception. I will first ask you to put it away and then I will ask you to leave.

2 Lectures, Assignments, and Exercises

Day

 

Date

 

Topic

 

Notes

1

 

Mon

 

05/15a

 

Numeric Representation: Integers

 

CSAPP 2.2-2.3 (slides)

Links: 1.pdf

2

 

Mon

 

05/15b

 

Numeric Representation: Floating Point

 

CSAPP 2.4 (slides)

Links: 2.pdf

3

 

Wed

 

05/17a

 

(cont.)

 

Exercise: fp

Links: 3.pdf

4

 

Wed

 

05/17b

 

Digital Logic Review

 

SCO 3 (slides)

Links: 4.pdf

5

 

Thu

 

05/18a

 

MIC-1 Architecture

 

SCO 4: excerpt and figures

Links: 5.pdf

6

 

Thu

 

05/18b

 

(cont.)

 

Exercise: arch

Links: 6.pdf

7

 

Mon

 

05/22a

 

MIC-1 Assembly

 

Links: 7.pdf

8

 

Mon

 

05/22b

 

(cont.)

 

Links: 8-iproduct.s 8.pdf

9

 

Wed

 

05/24a

 

MIC-1 Assembler

 

Exercise: asm

Links: 9.pdf

10

 

Wed

 

05/24b

 

MIC-1 Microcode

 

11

 

Thu

 

05/25a

 

MIC-1 UART

 

(slides)

Links: 11-alpha.s 11.pdf

12

 

Thu

 

05/25b

 

MIC-1 Microprogramming

 

Exercise: micro

Links: MAC-2 code

 

Mon

 

05/29

 

No class

 

Wed

 

05/31

 

No class

13

 

Thu

 

06/01

 

Midterm Review

 

Due: Paper

Links: 13.pdf

14

 

Mon

 

06/05

 

Midterm

 

15

 

Wed

 

06/07a

 

Storage and Locality

 

CSAPP 6.1-6.2

Links: 15.pdf

16

 

Wed

 

06/07b

 

Memory Hierarcy and Cache

 

CSAPP 6.3-6.4

Links: 16.pdf

17

 

Thu

 

06/08a

 

Exploiting Cache

 

CSAPP 6.5-6.6

Exercise: cache

Links: 17.pdf

18

 

Thu

 

06/08b

 

Linkers

 

CSAPP 7-7.6

Links: 18-stupid.c 18-stupid.c.bin 18-stupid.o 18-stupid.s 18.pdf

19

 

Mon

 

06/12a

 

Relocation

 

CSAPP 7.7

Links: 19.pdf

20

 

Mon

 

06/12b

 

Executables and Libraries

 

CSAPP 7.8-7.12

Exercise: linkers

Links: 20.pdf

21

 

Wed

 

06/14a

 

Exceptions

 

CSAPP 8.1

Links: 21.pdf

22

 

Wed

 

06/14b

 

Processes

 

CSAPP 8.2

Links: 22.pdf

23

 

Thu

 

06/15a

 

Process Control and Signals

 

CSAPP 8.3-8.5

Exercise: procs

24

 

Thu

 

06/15b

 

Advanced (1)

 

(talk 1) (talk 2)

25

 

Mon

 

06/19

 

Advanced (2)

 

(talk 1) (talk 2)

26

 

Wed

 

06/21

 

Advanced (3)

 

(talk 1) (talk 2)

Exercise: simd

27

 

Thu

 

06/22

 

Final Review

 

Due: Presentation

Final

 

Mon

 

06/26

 

Final

 

We will meet at 0800-1020.

3 Work in this Course

If you do a little work for this course every day, including reading the textbook and doing the exercises, you will find the exams and papers easy to write. If you just search for answers in course material as you try to complete work, you will not do well.
I highly recommend that you read this article about grading. I also recommend you read this article about the stress that you may experience in a computer science program. Please try to make healthy productive choices in your life. I would love the opportunity to help you in any ways I can.

3.1 Exercises

In the Lectures, Assignments, and Exercises table above, a number of exercises are referenced. You are not required to do them, but I highly recommend that you complete some of them. It is extremely difficult to do them all and I am intentionally vague on details, so you will maximize your learning rather than just satisfy an assignment spec. Required work (such as exams, papers, and presentations) may reference material from class, from the reading, or from these exercises. If you do not do the exercises, then, for example, there will be exam questions which will be unintelligible and nigh impossible for you to answer successfully. If you would like to discuss your solution to them, please meet me in my office. I will not review solutions via email, but I will answer clarifying questions.

3.2 Paper

Consult the paper details for details about the content of the paper.
I will not review or discuss your paper via email, but I am happy to discuss it with you in my office.
You hand in your paper by putting them on the lectern at the start of class on the day they are due. No papers will be accepted at any other time, for any reason. No papers will be acceped electronically. If you cannot turn in your work personally, you may have a friend do it.
Your turn-in must clearly have your name on it and indicate which option you chose.
Your turn-in must be prepared electronically. I recommend using LaTeX. You must use 0.5" margins, the font Times New Roman at 11pt, and single-spacing. Each page must be numbered in the footer. You must print with black ink (color may be used in diagrams, but not in the text) on white paper. If your printer is low on ink or toner, find another one rather than giving me something that is faded. I recommend using only mild formating. You should not include long quotes, code samples, or large diagrams. You should reference sources using the BibTeX alpha style.
Your turn-in must be stapled together. It is your responsible to ensure this is the case.
You may not turn in more than five pieces of paper. You probably want to turn in exactly five pieces of paper. This means ten "pages" of content, although since references count it may be more like nine.
Work that is incorrectly formatted will be returned ungraded and I will consider it as though you never turned it in.
Your paper will receive a grade from the closed interval between 0 and 1. I will evaluate your paper based on the veracity of its content, its logical structure, as well as its grammar, style, and form.

3.3 Presentation

Consult the presentation details for details about the content of the presentation.
I will not review or discuss your presentation via email, but I am happy to discuss it with you in my office, although naturally it is hard to separate the actual presentation from the planning of it, so you are mostly on your own.
Prior to the midterm, you must email me with your presentation content selection. This includes both the option you are choosing (and in the case of research paper, the actual paper you will be presenting and a short (three sentence) explanation of why you are choosing that paper.)
You must record yourself for fifteen minutes and email me a link to the video. I highly recommend that you upload it as a private YouTube video and send me that link. It is the most convenient for everyone. You must send this link to me before 5pm on the listed due date. No presentations will be accepted at any other time, for any reason.
I highly recommend that you use your operating system’s screen-recording capability and use a simple presentation mechanism, like a digital whiteboard. If you are presenting code, it makes sense to present from within your editor and show the code working. In any case, remember: the most important part of your presentation is the words you say.
Your presentation should be designed like you are teaching a class or having a conversation about something you deeply understand with a friend. You should not use a script or have any substantial notes. If you need notes, then write down ten (10) words that will help prompt you and keep you on track.
Your presentation will receive a grade from the closed interval between 0 and 1. I will evaluate your presentation based on the veracity of its content, its logical structure, as well as its style and form.

3.4 Exams

Exams must be taken in person, at the scheduled time.
Exams must be completed without any notes, books, or resources of any kind.
You must use 8.5" by 11" College Ruled paper without frill and write using a black pen. You are responsible for my ability to read and understand your writing and diagrams.
Your exams must clearly have your name on it.
You may not hand in more than five pages and individual answers must not use more than a single piece of paper (front and back.) These pages must be stapled together, which you are responsible for. I recommend pre-stapling your paper before the exam.
Exams that are incorrectly formatted will be returned ungraded and I will consider it as though you never turned it in.
Your exams will receive a grade from the closed interval between 0 and 1.25. I will evaluate your exam based on the veracity of its content and the logical structure of your answers.
In your exam, you will be provided four groups of two questions. You can answer one question from each group. After you answer one question from each group, you may answer a single other question (i.e. answering two questions for one group.) If you provide answers for more than five questions or two for more than one group, then I will return your exam ungraded as though you never turned it in. Each question will be equally weighted at 0.25.
Nearly all exam questions are best answered using all of the available space. If you can’t write more than a paragraph, then you probably don’t really understand the question well enough to answer it correctly.

3.5 Class Numeric Grade

This function takes your turn-ins and combines them into a numeric grade:
> (define (combine paper midterm pres final)
    (+ (* 0.2 paper) (* 0.2 midterm)
       (* 0.3  pres) (* 0.3   final)))

Examples:
> (combine 0.0 0.0 0.0 0.0)

0.0

> (combine 0.5 0.5 0.5 0.5)

0.5

> (combine 0.0 0.0 1.0 1.0)

0.6

> (combine 0.0 0.0 1.0 1.25)

0.675

> (combine 0.0 1.25 0.0 1.25)

0.625

> (combine 1.0 1.0 1.0 1.0)

1.0

> (combine 1.0 1.25 1.0 1.25)

1.125

This function is designed to allow you to perform poorly at the beginning of the course, but still recover and end with a good grade.

3.6 Course Letter Grade

The following function to converts your numeric grade into a letter grade:
> (define (convert-to-letter ng)
    (cond
      [(> ng 0.93) "A"]
      [(> ng 0.9) "A-"]
      [(> ng 0.86) "B+"]
      [(> ng 0.83) "B"]
      [(> ng 0.8) "B-"]
      [(> ng 0.76) "C+"]
      [(> ng 0.73) "C"]
      [(> ng 0.7) "C-"]
      [(> ng 0.66) "D+"]
      [(> ng 0.6) "D"]
      [else "F"]))

Examples:
> (convert-to-letter 1)

"A"

> (convert-to-letter 0.94)

"A"

> (convert-to-letter 0.899999)

"B+"

> (convert-to-letter 0.81)

"B-"

> (convert-to-letter 0.74)

"C"

> (convert-to-letter 0.6999999)

"D+"

> (convert-to-letter 0.62)

"D"

> (convert-to-letter 0.57)

"F"

3.7 Graduate Student Option

If you are taking the class as a graduate class, then you must do either two paper options or two presentation options. The extra assignment you do will be due by the date of the final. In addition, your work will be graded to a higher standard than the other students.

4 Help

My job is to help you.
One of the best ways for me to help you is to teach you how to help yourself. The main way I will put this idea into practice is that I will not answer your question until you have shown that you’ve read the relevant part of the textbook and have a concrete question or point of confusion about it.
If you need a "shallow" amount of help, then look at the Google Group. First, see if I have already answered your question. Then, send your own email.
Only send me personal email if you need to talk about something private, such as your grades. Anything else is best discussed in public, so others can benefit. If you do send personal email, put [CS305] as a prefix in the subject.
If you need a "deep" amount of help, please come to my office or call me (801-361-0732) and we’ll talk and try to resolve whatever ails you.

5 Fine Print

In this course, all work is to be each student’s own. Students should therefore be familiar with the University’s rules on academic dishonesty, which can be found in the Bulletin of Undergraduate Studies and in the Schedule of Classes. In particular, plagiarism will not be tolerated! Any student caught plagiarizing another’s work will automatically receive a grade of F for the course. If you are unsure as to what constitutes plagiarism, it is your responsibility to check with the instructor. Other forms of dishonesty will result in similar actions. You may collaborate with your classmates on the design and results of the programs you will write in this course, but each student must implement these programs alone. Submission of shared student code is not permissible, and will result in a grade of F for the course. Help files are typically provided for each programming assignment, and students are encouraged to cut and paste useful code from these help files into their assignment submissions, but all other code must be the specific work of each student.
You are not allowed to post solution code to problem sets assigned in this class in public places (e.g. Github). This includes your own solutions as well as solutions that may be provided by the instructors.
This policy is a courtesy to future students, who — to the fullest extent possible — should have the opportunity to struggle with the problems in the same way that you do.
Non-compliance will be pursued rigorously per UMass Lowell’s academic integrity policy.