DEPARTMENT OF COMPUTING

CS 3400: Operating Systems

Fall 2023 Syllabus

Course for students in Computer Science and Computer and Information Technologies programs. This course will instruct students in the design, implementation, and use of operating system features. Students will be required to complete programming assignments.

Prerequisites

CS 2420, CS 2810, and CS 3005, each with a C or better

Fees

Computer lab access fee: $20, used to assist in maintaining computing infrastructure.

Sections

One section:

  1. TR 1:15–2:45 PM in Smith 109

    CRN: 41675

    Final exam: Tuesday, December 12 at 1:00–2:50 PM

Instructor

Instructor: Dr Russ Ross

Email: russ.ross@utahtech.edu

Phone: 435-652-7971 (note: email preferred)

Office: North Burns 226

Office Hours: MTWR 3:00–4:00 PM, Friday by appt

Program learning outcomes

At the successful conclusion of this program, students will be able to:

  1. Design, implement, and evaluate computational systems to address needs in a variety of contexts and disciplines.
  2. Devise new solutions from foundational principles informed by current practice.
  3. Weigh and apply ethical, legal, and social responsibilities in all aspects of practice.
  4. Construct effective solutions in teams to accomplish a common goal.
  5. Author effective visual, oral, and written communication for a range of audiences.

Course learning outcomes

At the successful conclusion of this course, students will be able to:

  1. Design the major components of an operating system. [PLO #2, #4]
  2. Analyze the tradeoffs between competing goals in system software projects, including safety, performance, convenience, and ease of future maintenance. [PLO #3, #5]
  3. Build and modify complex software projects in teams. [#1, #4]
  4. Assess and criticize the design of modern and historical operating systems. [#5]

Resources

Text

There is no text for this course. Readings will be assigned from online sources.

Computer Requirements

Students are expected to have access to a personal computer running Linux (this includes the Windows Subsystem for Linux) or Mac OS. The instructor will provide basic help setting up the tools and environment for homework, but students are generally responsible for installing and configuring software as well as performing basic troubleshooting and maintenance tasks as needed.

Course web site

This course has an accompanying website. You are responsible for announcements, the schedule, and other resources posted on the website. Grades will be managed using Canvas.

Assignments and exams

Reading

The student is responsible for reading the assigned material. A reading schedule is provided with the class schedule on the course website. Readings are from free online texts.

Assignments

Assignments will be graded for accuracy of function and style of design. Programs that do not compile will receive no credit. It is important that you start early and get each of your assignments done before its due date. Many problems will take much longer to solve in a single sitting than in many shorter sessions. Give yourself time to think; sleep on difficult problems. Finish early so you can go back and refine your initial approach.

Final presentation

There will be no exams, but there will be a final presentation. Each student will be assignment a research paper to read and present to the entire class. Details and the schedule will be discussed in class.

Grading

Assignments, in-class activities, and presentations each contribute to your point total. In total, the assignments comprise 30% of your grade, in-class activities 55%, and the presentation counts for 15%.

Letter grades are assigned based on the percentage of possible points attained, according to the following chart:

Minimum Percentage Letter Grade
93 A
90 A-
87 B+
83 B
80 B-
77 C+
73 C
70 C-
67 D+
63 D
60 D-
0 F

Course policies

Attendance

Students are responsible for material covered and announcements made in class. School-related absences may be made up only if prior arrangements are made. The class schedule presented is approximate. The instructor reserves the right to modify the schedule according to class needs. Changes will be announced in class. Exams and quizzes cannot be made up unless arrangements are made prior to the scheduled time.

Occasional absences are acceptable as long as the student keeps up with assignment work. Students who miss more than two consecutive weeks of class or who miss more than 20% of scheduled classes during the semester without making prior arrangements will receive a failing grade. Students who miss any scheduled exam (including midterm exams and the final exam/presentation) or fail to complete a final project without making prior arrangements will receive a failing grade.

This course can only be completed by attending classes and completing all assigned work to a satisfactory level. There is no procedure for testing out of the class.

Distractions

Electronics—including laptops—in class have been demonstrated to have a negative impact on student learning (see Shriram Krishnamurthi’s writeup for background This class has a NO DISTRACTIONS policy, with a few exceptions:

  1. When I ask you to use your laptop (or phone) for a specific activity in class. In this case you are permitted to use it for the duration of the activity, but not during the rest of the class.
  2. If you need a laptop to accommodate a disability. If this is the case, please talk to me in advance and please visit the Disability Resource Center to document your need. To help other students in the class, please sit near one of the edges so your laptop does not distract other students more than necessary.

This policy extends to phones, tablets, and other electronic devices. I encourage you to pay full attention to class and take notes on paper.

Time Commitment

Courses should require about 45 hours of work per credit hour of class. This class will require about 135 hours of work on the part of the student to achieve a passing grade, which is approximately 9 hours per week. If you do not have the time to spend on this course, you should probably rethink your schedule.

Late Policy

The lateness policy of this course is designed to encourage students to stay up-to-date on the current topics and assignments. Each assignment has a soft due date (when students are expected to complete it) and a cutoff date (after which submissions are no longer accepted).

Assignments may be made up after the cutoff date, subject to the following constraints:

  1. No old assignments are accepted until the current, active assignment is complete. Students should focus on the current projects, instructional materials, and in-class activities, and only go back to work on older assignments when they are fully caught up or even ahead on current assignments.

  2. Old assignments (anything accepted after the initial cutoff date) will be subject to a 25% penalty, which may be waived one time.

  3. No late work will be accepted more than a month after its original due date.

Collaboration

Limited collaboration with other students in the course is permitted. Students may seek help learning concepts and developing programming skills from whatever sources they have available, and are encouraged to do so. Collaboration on assignments, however, must be confined to course instructors, lab assistants, and other students in the course. Students are free to discuss strategies for solving programming assignments with each other, but this must not extend to the level of programming code. Each student must code his/her own solution to each assignment. See the section on cheating.

Cheating

Cheating will not be tolerated, and will result in a failing grade for the students involved as well as possible disciplinary action from the college. Cheating includes, but is not limited to, turning in homework assignments that are not the student’s own work. It is okay to seek help from others and from reference materials, but only if you learn the material. As a general rule, if you cannot delete your assignment, start over, and re-create it successfully without further help, then your homework is not considered your own work.

You are encouraged to work in groups while studying for tests, discussing class lectures, discussing algorithms for homework solutions, and helping each other identify errors in your homework solutions. If you are unsure if collaboration is appropriate, contact the instructor. Also, note exactly what you did. If your actions are determined to be inappropriate, the response will be much more favorable if you are honest and complete in your disclosure.

Where collaboration is permitted, each student must still create and type in his/her own solution. Any kind of copying and pasting is not okay. If you need help understanding concepts, get it from the instructor or fellow classmates, but never copy another’s code or written work, either electronically or visually. The line between collaborating and cheating is generally one of language: talking about solutions in English or other natural languages is usually okay, while discussions that take place in programming languages are usually not okay. It is a good idea to wait at least 30 minutes after any discussion to start your independent write-up. This will help you commit what you have learned to long-term memory as well as help to avoid crossing the line to cheating.

College policies

Spring 2024 Important Dates

Spring 2024 Important Links

Disability Statement

Utah Tech strives to make learning materials and experiences accessible for all students so If you are a student with a medical, psychological, or learning disability or anticipate physical or academic barriers based on disability, you are welcome to let me know so we can discuss options. Students with documented disabilities are required to contact the Disability Resource Center located in the North Plaza Building, Next to the Testing Center (435-652-7516) to explore eligibility process and reasonable accommodations related to disability.

Title IX Statement

Utah Tech seeks to provide an environment that is free of bias, discrimination, and harassment. If you have been the victim of sexual harassment/misconduct/assault we encourage you to report this to the college’s Title IX Director, Hazel Sainsbury, (435) 652-7747, hazel.sainsbury@utahtech.edu. If you report to a faculty member, she or he must notify the Title IX Director about the basic facts of the incident.

Email Disclaimer

You are required to frequently check your university email account. Important class and university information will be sent to your account, including bills, financial aid/scholarship notices, notices of cancelled classes, reminders of important dates and deadlines, and other information critical to your success at Utah Tech and in your courses. To access your account, visit mail.utahtech.edu. Your username is your Digital ID (e.g. D00111111) If you have forgotten your PIN, visit my.utahtech.edu and click the Forgot Pin button.

Last Updated 01/06/2024