Midterm Date & Location
The CIS 2400 Midterm will be held Thursday October 17th during the class period (1:45 - 3:15 pm) in the lecture hall (STIT 261).
Midterm Policies
You will have 90 minutes to complete the exam. We will be beginning as soon as possible, so please show up to class early if you can. We will the distribute the exam early so that you can read and fill out the front page of the exam, but you should not look at the exam questions until you are told to begin. During the exam, some course staff will be walking around the room to answer any clarifying questions and watch out for any cheating cases.
Materials
- To Bring: pencil, eraser, ONE double-sided sheet (standard Letter size, 8.5x11 inch) of notes.
- Provided: printed exam with space to show work, time keeping, a reference sheet containing some common logic gates, common powers of 2, and hexadecimal translations.
- Not Allowed: watch, hat, calculator, cell phone, or any other electronic device.
Clobber Policy
The clobber policy allows you to demonstrate mastery of past material with regard to exams. In particular, you can replace your midterm exam score with the score of the midterm section of the final exam. This does not apply in reverse, we will not replace your midterm section of the final with your midterm exam score.
To accommodate for the midterm subsection of the final exam being harder/easier than the midterm exam itself, we have a formula that accounts for average and standard deviation.
- First, we calculate Potential Midterm Clobber Score with:
(final_midterm_subscore - final_midterm_mean) / final_midterm_std_deviation * midterm_std_deviation + midterm_mean
, capped at 100 - Then we take the maximum score between the calculated potential clobber score and the grade you had on the midterm. The higher of the two will be used to calculate your course grade.
Cheating
Cheating is a very serious issue and will be vigorously prosecuted. You are not allowed to:
- Discuss the exam with anyone who has taken it before you or will take it after you
- Bring in outside information outside of the allowed note sheet mentioned above.
- Pass of any work as your own.
- Starting the exam early or ending the exam late
We cannot create a detailed list of everything that would be considered cheating, this would be beyond reasonable to create and to expect students to read. It is up to you know when you are cheating, if you are unsure for any reason if something is cheating, you can ask the instructor. Though if you have to ask, it will likely be considered cheating.
Remember that we have the Clobber policy in place for the midterm, if you end up doing badly, there is always the chance to make it up on the final exam.
Midterm Topics
The midterm topics will cover everything from the beginning of the class, with some exceptions. Below you can find a list of some of the course topics and some of the topics that are exempt from the midterm. If a topic is not listed below, you can ask about whether it is testable material.
Topic Exceptions
- We will not ask you about anything covered in lecture 11 or 12 (Sequential Circuits). This includes latches and flip-flops.
Potential Topics:
- C Programming
- Pointers, Arrays, Strings
- Structs
- C Memory (globals vs stack vs heap)
- malloc & free
- Makefiles
- C Pre Processor
- void pointers
- Binary representation
- Encoding things into bits
- unsigned and 2C integers
- bit-wise operations
- CMOS Transistors
- Creating CMOS circuits
- Combinational Logic
- Truth Tables
- Gate Level Logic
- Mux
- PLAs
- Gate Delay
Midterm Practice
Advice
Note that the old exams are written for a different arrangement of the course material, so while they are still good for practicing some of course topics, not all topics in there will be things we have covered. The midterm from 22fa may also help with figuring out what kind of questions we like to ask on these exams.
The questions that will be gone over in the midterm review lecture will likely be more similar in style to what can be expected on the exam.
You may also find it helpful to review old homework assignments, check-ins, and lecture polls while studying.
Practice Questions
There will be some review questions gone over in recitation and lecture on Tuesday the week of the midterm. Check the course schedule and we will post the materials when we have them ready.
Note that these exams were written for different topics, some of which we have not covered yet (or may not be covered at all). Some of these questions may be useful for practicing the course topics and exam-taking skills, but some of the questions will also asked things not gone over in this course yet. If you are unsure if something has been covered, feel free to ask on the course ed.
Old Mid Exams
- 22 Fall - soln - Travis McGaha
- 21 Fall - soln - CJ Taylor
- 19 Fall - soln - CJ Taylor
- 18 Fall - soln - CJ Taylor