globe1 Image dept Image

CMSC106 Introduction to C Programming

Introduction

CMSC 106 is an introduction to computing and program development in the C programming language. This includes a brief introduction to basic computer concepts, an understanding of the UNIX operating system sufficient for writing class programming assignments, studying the syntax and semantics of the basic control structures of C, learning C's fundamental data types and structures, understanding the design and methodical construction of computer programs, learning how to test and debug programs, and lastly, practice in these through creating several programs in C.

Prerequisites

MATH115. Restriction: Must not be in Computer Science program; and must not have completed any courses from CMSC131-499 course range.

Instructor

Name Office
Jianwu Wang AVW 4139

For office hours and other contact information visit the staff link.

Textbook (Recommended)

The Complete Reference C - Fourth Edition by Herbert Schildt. ISBN: 9780072121247.

Course Topics (Subject to Change)

  • Introduction to computer programming
  • Basic program syntax
  • Data types, declarations, expressions, variables
  • Input/output
  • Conditional statements
  • Iteration statements
  • User-defined functions, standard library functions, scope, call-by-reference
  • Storage classes
  • Arrays (single and two-dimensional arrays)
  • Strings, character and string library functions
  • Structures, structures as parameters, array of structures
  • Miscellaneous

Grading

Final grades will be computed according the following weights:

35% Projects(around 5)
15% Announced/Pop Quizzes
30% Midterms(3) (10% each)
20% Final Exam

Once we have graded any class material (e.g., exams, projects, etc.) we will post an announcement and a deadline by which you must submit any regrade request (if necessary). It is your responsibility to submit regrade requests by the specified deadline; no regrade requests will be processed afterwards.

Projects

  • Deadlines - All projects are due at 6pm on the specified day in the project description. You have until 6pm of the next day to submit your project with a 10% penalty.
  • Submit Server - You need to use the submit server for project submissions. We will not accept projects submitted otherwise (e.g., e-mail, etc.). Notice that we use the submit server results to compute a significant portion of your project's grade. You need to make sure that your project works in the submit server, otherwise you will not get any credit.
  • Which Project Gets Graded - Your grade for a project will be based on the greater value of two scores: (1) The score on the very last compilable submission prior to the deadline; (2) The score minus 10% on the very last compilable submission prior to the late deadline.
  • Good Faith Attempt - You must satisfy a minimum set of requirements for each project (Good Faith Attempt) otherwise you will not pass the course (automatic grade of F). Each project defines its own good faith attempt criteria and a deadline to provide an implementation that satisfies it. If you start a project on time, and look for assistance (if required) you should have no problems satisfying the Good Faith Attempt.
  • Closed Projects - All programming assignments in this course are to be written individually (unless explicitly indicated otherwise). Cooperation between students is a violation of the Code of Academic Integrity. The following are examples of academic integrity violations:
    • Hardcoding of results in a project assignment. Hardcoding refers to attempting to make a program appear as if it works correctly (e.g., printing expected results for a test).
    • Using any code available on the internet/web or any other source.
    • Hiring any online service to complete an assignment for you.
    • Posting your implementation of any class project on the internet/web.
    • Discussing projects with your classmates.
    • Sharing your code with any student.
    • Looking at another student's code.

Academic Integrity

Note that academic dishonesty includes not only cheating, fabrication, and plagiarism, but also includes helping other students commit acts of academic dishonesty by allowing them to obtain copies of your work. In short, all submitted work must be your own. Cases of academic dishonesty will be pursued to the fullest extent possible as stipulated by the Office of Student Conduct.

It is very important for you to be aware of the consequences of cheating, fabrication, facilitation, and plagiarism. For more information on the Code of Academic Integrity or the Student Honor Council, please visit http://www.shc.umd.edu.

Excused Absence and Academic Accommodations

Any student who needs to be excused for an absence from a single lecture, recitation, or lab due to a medically necessitated absence shall:

  1. Make a reasonable attempt to inform the instructor of his/her illness prior to the class.
  2. Upon returning to the class, present their instructor with a self-signed note attesting to the date of their illness. Each note must contain an acknowledgment by the student that the information provided is true and correct. Providing false information to University officials is prohibited under Part 9(h) of the Code of Student Conduct (V-1.00(B) University of Maryland Code of Student Conduct) and may result in disciplinary action.
  3. This self-documentation may not be used for the Major Scheduled Grading Events as defined below and it may only be used for only 1 class meeting during the semester.

Any student who needs to be excused for a prolonged absence (2 or more consecutive class meetings) or for a Major Scheduled Grading Event, must provide written documentation of the illness from the Health Center or from an outside health care provider. This documentation must verify dates of treatment and indicate the time frame that the student was unable to meet academic responsibilities. No diagnostic information shall be given. The Major Scheduled Grading Events for this course include midterm(s) and final exam.

It is also the student's responsibility to inform the instructor of any intended absences from exams for religious observances in advance. Notice should be provided as soon as possible, but no later than the Monday prior to the exam for both the midterm(s) and the final.

Any student eligible for and requesting reasonable academic accommodations due to a disability is requested to provide, to the instructor in office hours, a letter of accommodation from the Office of Disability Support Services within the first two weeks of the semester.

Miscellaneous

  • Class announcements will be posted at piazza course web page at http://piazza.com/umd/fall2014/cmsc106. You should get emails for the announcements if you sign up this course at Piazza.
  • Please, bring your laptop to your discussion (lab) session. If you don't have one we will pair you up with a classmate.
  • As you work on a project, submit your project often even if you have not finished. We monitored the submit server submissions and can provide assistance based on submit server results.
  • At the end of the course, please visit (www.courseevalum.umd.edu) to complete your course evaluations.
  • If you are experiencing difficulties in keeping up with the academic demands of this course, you may contact the Learning Assistance Service located at 2202 Shoemaker Building.

Copyright

All course materials are copyright UMCP, Department of Computer Science © 2014. All rights reserved. Students are permitted to use course materials for their own personal use only. Course materials may not be distributed publicly or provided to others (excepting other students in the course), in any way or format.

Web Accessibility