CSCI 112: Programming With C

Course schedule

Schedule subject to change. Find all lecture videos in this Panopto folder.

DateLecture Topic (notes linked)Textbook ChapterClasswork Due/QuizLab Due
Wednesday 8/23Intro & syllabus Classwork 1 
Friday 8/25Course server; intro Linux and vim; classwork submission setup Classwork 2 
Monday 8/28Intro to C; more Linux & vim2.1Classwork 3 
Wednesday 8/30Git and GitHub Classwork 4 
Friday 9/1More intro to C2.1-2.6Practice Quiz (ungraded)Lab 1
Monday 9/4Labor Day—no class   
Wednesday 9/6Functions3.1-3.5Classwork 5 
Friday 9/8Functions3.1-3.5Quiz 1Lab 2
Monday 9/11Logical operators; if and switch statements4.1-4.8Classwork 6 
Wednesday 9/13More logical operators; if and switch statements Classwork 7 
Friday 9/15Loops5.1-5.8 Lab 3
Monday 9/18Loops5Classwork 8 
Wednesday 9/20Conditional operator; redirectionAppendix C-4, C-5Classwork 9 
Friday 9/22Arrays7Quiz 2Lab 4
Monday 9/25Arrays7Classwork 10 
Wednesday 9/27Arrays as function arguments7Classwork 11 
Friday 9/29Searching, sorting arrays7 Lab 5
Monday 10/2Pointers; file i/o6Classwork 12 
Wednesday 10/4Pointers6Classwork 13–note that due date is Friday AoE 
Friday 10/6More pointers6Quiz 3Lab 6
Monday 10/9C type strings8Classwork 14 
Wednesday 10/11C type strings8Classwork 15 
Friday 10/13C type strings8 Lab 7
Monday 10/16Structs10Classwork 16 
Wednesday 10/18Structs10Classwork 17 
Friday 10/20Structs10Quiz 4Lab 8
Monday 10/23Splitting C program into multiple files Classwork 18 
Wednesday 10/25Compilation review + Makefiles Classwork 19 
Friday 10/27Makefiles  Lab 9
Monday 10/30Command line arguments Classwork 20Mid-course survey
Wednesday 11/1Sorting an array of pointers Classwork 21 
Friday 11/3Lucy gone–quiz only12Quiz 5Lab 10
Monday 11/6Pointer arithmetic Classwork 22 
Wednesday 11/8Dynamic memory allocation13Classwork 23 
Friday 11/10Veteran’s Day—no class   
Monday 11/13Dynamic data structures Classwork 24 
Wednesday 11/15Dynamic data structures Classwork 25 
Friday 11/17Optional help session for Lab 11  Lab 11
Monday 11/20–Friday 11/24Fall break—no class   
Monday 11/27Dynamic arrays Classwork 26 
Wednesday 11/29Memory profiling with valgrind Classwork 27 
Friday 12/1Dynamic data structures Quiz 6Lab 12
Monday 12/4Bit operators; binary and hexadecimal Classwork 28 
Wednesday 12/6Bit masking Classwork 29 
Friday 12/8Lab 13 help session  Lab 13
Monday 12/11, 8:00-9:50amOptional final (to replace quiz grade) in lecture classroom   

Catalog description

3 Credits. PREREQUISITE: CSCI 127. Programming knowledge. Introduces imperative programming and the C standard library. Course covers pointers, memory management and structures.

Course Info

This course meets for lectures on Mondays, Wednesdays, and Fridays from 8-8:50am in Leon Johnson Hall 346. The first 30 minutes of lecture will be spent learning new material, and the last 20 minutes will be spent on small programming assignments (or, every other Friday, on short quizzes). Lectures will be recorded and available after class if you would like to rewatch them. We will use Discord as the primary method of course communication, and all course information will be posted on this website or on the Discord server; D2L will be used only for grading.

There is an optional lab on Fridays from noon to 4pm in Roberts Hall 111 that you may attend to get extra help.

Note that this class is for Computer Science and Computer Engineering majors. If you are not one of those majors, you should take CSCI 109 instead of this course.

Course Resources

Textbook

The textbook is optional for this course, but is a good resource for anyone who is interested. Most classwork and lab programming assignments will come from the book, and lectures are based on the content in the book as well.

Problem Solving and Program Design in C, by Jeri R. Hanley & Elliot B. Koffman, Eighth Edition.

You can find free PDFs of the textbook online.

Linux server

We have a shared course server for you to develop, compile, and run your C programs on. Details for how to access the server can be found on the lecture 1 page.

Optional open lab and TAs

There is an optional open lab on Fridays in Roberts Hall 111 from noon to 4pm. Note that there is no lab during the first week of classes (Friday, August 25th)! However, after this week, even when no lab is due, there will still be TAs in the lab to help you.

Lecture videos

Lectures are recorded and available to watch after class. However, if there are technical difficulties recording a lecture, it will not be re-recorded, so come to class when you can to make sure that you do not miss course content or announcements. The videos are linked in the schedule above and are all stored in this public Panopto folder if you’d like to access them that way.

Instructor office hours

My office hours are 5:10-6:30pm on Mondays and 9:30-11am on Thursdays in the CS Success Center (Barnard 259). You can also contact me on Discord to set up a different meeting time, make an appointment via my calendar, or drop by my office (Barnard 359) if my door is open. You can find office hours for all CS faculty here.

SmartyCats

There is SmartyCats tutoring for this course! Visit their website to find out more. You can also apply to be a SmartyCats tutor yourself for other CS courses you’ve taken, or for this one next semester.

Computer Science Success Center

There are free tutors available in Barnard 259. More information here.

Discord server

All course communication will be through our course Discord server. See D2L announcement for link. Please change your nickname to your full name (first and last). Additionally, I suggest managing your notification settings. Check out Discord’s Notification Settings 101 page to get started. You may also need to manage the application notification settings on your device.

Course outcomes

By the end of the course, students should be able to:

  • Navigate a Linux operating system using the command line.
  • Use vim to edit files.
  • Use git to version control their work.
  • Write code using C syntax.
  • Build computer programs using the C language.
  • Take advantage of major capabilities of the C language, including pointers, dynamic memory allocation and structs.
  • Apply the power of pointers, structs and strings to C programs.
  • Apply the programming knowledge you learned to solve basic real-world problems.

Grading

You will be graded on the following:

  • 29 classwork assignments (lowest five dropped): 20%
  • 13 labs (lowest two dropped): 60%
  • 6 in-class quizzes (or replace with final): 20%

Your grade will be determined by your total score as follows: 93+: A; 90+: A-; 87+: B+; 83+: B; 80+: B-; 77+: C+; 73+: C; 70+: C-; 67+: D+; 63: D; 60: D-.

Bonus

There are three ways to earn bonus points in this class.

Catch errors in course materials

If you find an error in any of the course materials (typo, incorrect statement, etc.), post in the #errors-in-course-material channel on Discord. I will decide whether it’s truly an error and not a duplicate. If it is really an error, you get a quarter of a point. Only the first person to post about an error gets the points. You can earn a max of 1 total point toward your 100 for the course (for four errors).

Additional work throughout the semester

Since five classworks and two labs are dropped, your work on dropped assignments may be counted as a bonus. You get:

  • 1 point for a score of 75% or more on any lab beyond your required 11, and
  • 0.1 point for any completed classwork beyond your required 24.

Course survey and evaluation

If 75% or more of the class completes the mid-semester course survey, the whole class gets 1 bonus point. Same goes for the course evaluation.

Late assignment policies

To run a course of this size we cannot accommodate individual requests for extensions on assignments; therefore, we have strict rules for when assignments are due, but have some leeway built in. Please read the bullet points below carefully, respect the policy, and get help early if you are having any problems. We want you to succeed!

  • You are responsible for any announcements about assignments made in class, on Discord, on D2L, and here on the course website.
  • All assignments are due on their due date by the Anywhere on Earth (AoE) timezone, which is 6 hours behind Bozeman (Actually, it’s only 5 hours behind during standard time, but we’ll go with 6 hours behind at all times). This means that the real due date is 6am the following day. If you submit labs and programs within 24 hours of the due date, you get 25% off of whatever score you earn. If you submit within two days of the due date you get 50% off. Otherwise, no points are possible.
  • You can submit as many times as you would like; only your last submission will be graded.
  • Classwork cannot be submitted late.

Missed quiz policy

Note that quizzes are taken in-class on alternating Fridays. Any conflicts with a quiz must be discussed with me prior to missing the quiz. I follow University policy on makeups, which allows that serious illness or a serious family emergency are valid reasons requiring an accommodation.

Collaboration policy

On all assignments, you may:

  • Share ideas with others.
  • Help others debug their code (or receive help debugging your code from someone else).

You may not (unless the assignment explicitly says you can):

  • Share your code with other people.
  • Submit code that you did not write.
  • Use generative AI (e.g., ChatGPT) to search for approaches or ideas to assigned coding problems.
  • Modify someone else’s solution and claim it as your own.
  • Post your own solutions on the internet.
  • Post the course assignments or quizzes on the internet.

Academic misconduct

In line with the MSU student code of conduct, if I or the teaching assistants suspect that you have committed academic misconduct, we will schedule a meeting with you to discuss. If, after the meeting, we believe that you did commit academic misconduct, you will receive a 0 on the assignment and I will submit a report to the Dean of Students. It’s just not worth it to cheat in this course.

Important dates

The last day to drop the course online (with no instructor or advisor approval) is September 6th. The last day to drop without a W grade (instructor or advisor approval required) is September 13th. The last day to drop with a W grade (instructor and advisor approval required) is November 15th. See the full add/drop schedule for more information.

Diversity statement

Montana State University’s campuses are committed to providing an environment that emphasizes the dignity and worth of every member of its community and that is free from harassment and discrimination based upon race, color, religion, national origin, creed, service in the uniformed services (as defined in state and federal law), veteran’s status, sex, age, political ideas, marital or family status, pregnancy, physical or mental disability, genetic information, gender identity, gender expression, or sexual orientation. Such an environment is necessary to a healthy learning, working, and living atmosphere because discrimination and harassment undermine human dignity and the positive connection among all people at our University. Acts of discrimination, harassment, sexual misconduct, dating violence, domestic violence, stalking, and retaliation will be addressed consistent with this policy.

Accommodations

If you have a documented disability for which you are or may be requesting an accommodation(s), please contact me and the Office of Disability Services as soon as possible.

How to succeed in this class

What you can do:

  • Keep up with the course by attending class, checking Discord, being aware of the course schedule, and doing all assignments on time.
  • Be an active participant in class. This means asking and answering questions in class and on Discord, seeking help when needed, and contacting the instructor or the course assistants using Discord if you have any questions outside of class time.
  • Be respectful of your classmates, your instructor, and the course assistants.
  • Do your own work.

What I can do:

  • Grade promptly (exact guarantees TBD).
  • Respond to all Discord messages and emails within one business day.
  • Create a course atmosphere conducive to learning by respecting all of my students and being enthusiastic about course material and my role in helping you learn.

This syllabus, course lectures and presentations, and any course materials provided throughout this term are protected by U.S. copyright laws. Students enrolled in the course may use them for their own research and educational purposes. However, reproducing, selling or otherwise distributing these materials without written permission of the copyright owner is expressly prohibited, including providing materials to commercial platforms such as Chegg or CourseHero. Doing so may constitute a violation of U.S. copyright law as well as MSU’s Code of Student Conduct.

Instructors are free to use this material in their own courses. Feel free to drop me a line if you do but no need.