Home / announcements | Course overview | Staff and hours |
References / Notes / Handouts | Homework/Projects | Exams | Grades |
The following schedule may change for all sorts of reasons. As I update it an announcement will be posted on the main webpage. (Last updated Jan 20)
- Class schedule as a pdf file.
The official class description is a bit terse:Algorithms and programming in C++ and MATLAB, computing as a tool in engineering, introduction to the organization of digital computers.As implied above, our primary goal is to teach you how to program using C++ and MATLAB. In later classes you will use this knowledge to solve problems in your own engineering field. However, we also have a very important secondary goal: to teach you how a computer program is written and how it functions independent of the programming language. So we will teach you "algorithms" (which is actually a very well defined word in this context---you will see it on an exam!) and a bit about how computers actually work (the "introduction to organization of digital computers" in the official class description.)The class is organized into three different components.
You might find it helpful to read the class plan which explains what will be happening in each of these three sections.
- Introduction to the basics of C++ (ends with the first exam on Feb 9)
- Introduction to algorithms and their software implementations in C++ and MATLAB (ends with the second exam on March 30th)
- C++ and MATLAB applications.
Required: Problem Solving with C++, The Object of Programming, by Walter Savitch; 4th or 5th edition.Optional: The C Programming Language, by Brian W. Kernighan and Dennis M. Ritchie; 2nd edition (though first is pretty nice too).
(I'd only suggest getting this book if you are planning on being a CS major or if some scholarship is paying for your books.)
Your grade is made up of the following components.Exams 50% (3 exams. Best is 20%, other 2 are 15%) Programming assignments 27% Practical assignments 8% In-lab assignments 6% (~13 assignments, drop 2 lowest) Homework 5% (~5 assignments, drop lowest) Quizzes 4% (each 2%)Grades in the class will be assigned on a curve, where we expect the median class grade to be a high B- or low B. A+ grades will be given to those students who earn an A and that the instructor feels have done an outstanding job in the class. All other grades will be assigned according to the above scale.Exams
There will be two midterms and a final. Your highest score will be worth 20%, the other two 15%. The midterms will be in the evening. All of your exams will be open book (both the required an optional text are allowed) and you may have one 8.5 by 11 inch sheet of paper with notes (front and back).Programming assignments
There will be a number of programming assignments throughout the semester. While these assignments are only worth a bit more than a quarter of your grade, they are in many ways the most important part of the class. While you are welcome to verbally consult with your peers on many of these assignments (But see the "Honor Policies" section below) , it is vitally important that you write the assignments on your own. The programming skills needed, both in later classes and in your engineering career, will only be developed if you learn to write these programs on your own.We currently plan on having 4 short programming assignments (P0-P3) and three longer ones (PA, PB and PC). Our current plan, which may change, is to assign the programs the following values: P0=1, P1=2, P2=2, P3=3, PA=5, PB=6, PC=7. Where the total is 26 points for the 26% the projects are worth.
Practical assignments
These are fairly short programming assignments where you are not allowed to consult with anyone about your program. You may ask the GSIs and instructor about the program specification but that is it.In-lab assignments
In-lab assignments are fairly short lab exercises that we expect you will be able to finish during your lab section. However, they are generally not due until the start of you next lab section. Your lowest two in-lab assignments will be dropped when computing your score. These two dropped assignments are to make up for any lab assignments you miss.Homework
Early homework will be C++ overview assignments to get you the needed practice with the programming language. Later Homework assignments will generally be old exams or the equivalent. While our exams will be different than those in the past, they will still be good practice for our exams.Quizzes
There will be two quizzes during the semester during class. These quizzes will take about 20 minutes and will be closed book/closed notes.
Because of the size of the class (about 400 students in two sections) we have a very detailed set of rules for missed assignments and make-up exams which you should read carefully.
All students in the College of Engineering are presumed to be decent, honest people, and to abide by reasonable standards of conduct. All students in Eng101 are subject to the College of Engineering Honor Code.(The above was adopted from Prof. Holloway's website).
- All work on exams, quizzes and practicals must be carried out completely on your own, without aid from any of your fellow students or other sources. You will be asked to sign the honor code on all exams and practicals.
- With projects, the general rule is that you can discuss algorithms, language issues, and interpretation of a problem with other students. However, no other student should be reading your code for a project, nor should you be reading their code. This line can be a bit fuzzy, so if you are in doubt, ask for a clarification from the instructor. You may not copy code (even in part) from fellow students nor may you allow others to copy from you. One absolute indicator of "copying" is the electronic sharing of code (via e-mail, IM, etc.).
- With respect to in-labs and homework you are free to discuss things as much as you like. The only hard and fast rule is that you cannot just copy answers from others or have someone else do the assignment for you. You have wide latitude here as long as you are writing your own answers.
- You must abide by any special instructions given with any assignment, practical or exam.
Home / announcements | Course overview | Staff and hours |
References / Notes / Handouts | Homework/Projects | Exams |