CSSE132 - Introduction to Systems Programming

Rose-Hulman Institute of Technology

Computer Science and Software Engineering Department

Spring 2021-2022

Description

Provides students with understanding of computer system level issues and their impact on the design and use of computer systems. Students will study low-level programming (assembly) and memory operations, representation of various types of data and programs in memory, and resource/efficiency trade-offs. System requirements such as resource management, security, communication and synchronization are studied and basic systems tools for these tasks are implemented. Course topics will be explored using a variety of hands-on assignments and projects.

Prerequisites

CSSE 120

Course Outcomes

Students who successfully complete this course should be able to:

  1. Describe the functions of common computer system hardware elements including CPU, memory hierarchy and input/output devices.

  2. Implement and analyze software in the C programming langauge using:

    • Standard C data types
    • Binary arithmetic, boolean and logical operations
    • Functions
    • Arrays
    • C Strings
    • Pointers and Pointer Arithmetic (including Function Pointers)
    • Static and Dynamic memory allocation techniques
    • User and file input/output
    • Command-Line arguments
  3. Discuss why certain abilities such as information representation, network communication, input/output, and security require support from multiple layers of a computer system.

  4. Design and implement simple IP-based network applications using socket level programming and C.

  5. Demonstrate ability to perform tasks like these in a variety of operating environments including the Linux system environment:

    • compile software
    • debug software
    • secure files
    • leverage a version control system
    • manipulate data
    • command-line (shell) navigation and manipulation

Schedule

The course schedule page has the topics and due dates for the course materials. Please bookmark that page.

Meeting Times

Section 1 M
T
W
R
9:00-9:50a
9:00-9:50a
9:00-11:50a
9:00-9:50a
O103
O103
O167
O103
Section 2 M
T
W
R
2:00-2:50p
2:00-2:50p
1:00-3:50p
2:00-2:50p
O169
O169
O167
O169
Section 3 M
T
W
R
10:00-10:50a
10:00-10:50a
9:00-11:50a
10:00-10:50a
O103
O103
O169
O103

Instructors

Section Instructor Office Email
1 (9am),2 (2pm) Lixing Song Moench F212 song3@rose-hulman.edu
3 (10am) Ben Jelen Moench E207 jelen@rose-hulman.edu

Textbooks and Equipment

Homework

The written homework assignments are listed on the class schedule. Homework is due by 11:59pm on the stated date. Written assignments should be scanned and posted to Gradescope (see link from Moodle page.) Coding assignments are generally submitted via Git.

Solutions will generally be available the day after homework is due. Therefore, a penalty is assessed for late homework. Solutions to the homework should be presented using good style. Your name should appear at the top of each page. Be sure to state any assumptions that you make to solve the problem. Above all it must be legible--if the graders can't read it, you won't get credit.

In addition to written homework, there will be small coding assignments done on a web site specified by your instructor. These will be graded like small homework assignments and are intended as interactive reading assignments to be done outside of class.

Quizzes

Many classes will involve in-class quizzes, which are used like worksheets and are generally due at the end of each class.

Laboratory Assignments

There are several labs listed on the on the schedule. The labs utilize Linux, C, assembly language, and your Raspberry Pi. Completed labs are submitted via in-person verification and git. When done in partners, both of you must be able to demonstrate your solutions.

Exams

There will be two midterm exams and a final.
You must earn a passing average on the exams to pass the course.
You must earn at least a C average on exams to earn a C or better in the course.

Grading

In general, these are the weights for various parts of the course:

Homework and Quizzes 30%
Labs 20%
Exams 50%

Generally, 90-100% is an A, 80-89% is a B, etc.

The above is a guideline that we typically follow. Please understand that it is not a promise. We will do our best to conform to the institute-wide grading policy described in the Grade Descriptions section of the registrar's web page. As you read it, note in particular that phrase "thorough competence to do excellent work" appears in the description of the "B" grade (the standard for "A" is even higher), and it further states that "B" and "B+" will not be given for mere compliance with the minimum essential standards of the course.

Attendance

Quizzes, labs, and other activities take place in class. As a result, attendance is not optional. Please show up to class.

Collaboration

Collaboration is encouraged on homework and laboratories. It is prohibited on quizzes and exams.

When you collaborate, you must:

Working out a homework solution as a group can be acceptable collaboration if you follow the guidelines above. Each individual is responsible for understanding the entire solution. For homework, this means that once a group solution has been achieved, each collaborator must rework the problem and write up the solution independently.

If you are ever in doubt about whether some specific situation violates the policy, the best approach is to discuss it with your instructor beforehand. This is a very serious matter that we do not take lightly. Nor should you.

You should never look at another student's code to get ideas of how to write your own code. Beginning the process of producing your own solution with an electronic copy of work done by other students is never appropriate.

Copying is not collaboration.

Plagiarism (where a student solution to an exam or assignment was copied from another student's solution, past or present, or any solution that is posted anywhere) or other cheating will result in a score of -100% for the assignment or exam. Egregious cases will result in a grade of "F" for the course. Furthermore, such cases will also be reported to the Department Head and Dean of Students, as required by the Institute policy, to be added to the student's record and so discourage repeat offenses. More importantly, such dishonesty steals your own self-esteem and your opportunity to learn. So don't cheat!