SI 413 Fall 2021 / Admin


This is the archived website of SI 413 from the Fall 2021 semester. Feel free to browse around; you may also find more recent offerings at my teaching page.

Course Policy Statement

Official PDF version

1 Instructors

  • Assoc. Prof. Daniel S. Roche, 438 Hopper Hall, x36814, (Coordinator).

  • LT Andrew Pfau, 451 Hopper Hall, x36803, .

2 Grading

Your final grade will be computed as follows:

  • 10%: Weekly homeworks
  • 30%: Labs
  • 17%: Course project
  • 8%: Scheme Practicum
  • 10%: Midterm exam
  • 25%: Final exam

Any student that completes every homework assignment to a satisfactory level will have their lowest homework grade dropped at the end of the semester. The definition of “satisfactory level” is based on effort and is at the sole discretion of the instructor. Work submitted late may count for this requirement, even if it is late and gets zero credit.

Similarly, any student completing every lab to a satisfactory level of effort will have their lowest lab grade dropped at the end of the semester.

Plus/minus grades will be assigned based on the following numerical cutoffs:

- +
A 90–92 93–100
B 80–82 83–86 87–89
C 70–72 73–76 77–79
D 60–66 67–69
F 0–59

Here is a breakdown of percentages by grading period, according to the anticipated schedule of due dates:

6 weeks 12 weeks 16 weeks Final
Homework 20% 15% 13% 10%
Labs 44% 41% 40% 30%
Projects 0% 7% 23% 17%
Exams 36% 37% 24% 43%
Total 100% 100% 100% 100%

3 Collaboration

The guidance in the Honor Concept of the Brigade of Midshipmen and the Computer Science Department Honor Policy must be followed at all times. See https://www.usna.edu/CS/resources/honor.php. Specific instructions for this course:

  • Collaboration or assistance from any human other than the instructors and those enrolled in SI413 this semester is not permitted. This includes any written or electronic materials from previous semesters.

  • Homework: Students may collaborate on homework with others in the same class, but must cite this collaboration clearly. Every student must actually complete their own assignment and understand anything they turn in.

  • Labs: Labs represent the main work of this class. Most labs will be completed in groups (pairs). Students in the same group for that lab may discuss and collaborate freely with each other, and only need to turn in one combined submission. Informal discussion between students in other groups is allowed, but each group must do their own work, and may not share any specific (even partial) solutions. Generally, for labs, any discussion between groups should be done away from a computer, and no student should turn in any code that another student has seen.

  • Projects: Projects will be completed in groups (pairs). Students may discuss any aspect with classmates who are working on different languages (topics), but may never discuss or collaborate with other groups working on the same language (topic).

  • Exams: No collaboration is allowed. Each student may prepare and bring a single study sheet to the midterm and final exams, but these must be prepared individually (no photocopies). Any group study guides should be shared with the instructor.

All collaboration and outside sources should always be cited. The same rules apply for giving and receiving assistance. If you are unsure whether a certain kind of assistance or collaboration is permitted, you should assume it is not, work individually, and seek clarification from your instructor.

4 Absences

Students are responsible for all class material. Notes will be posted for each lecture, along with recommended readings. However, this material is not exhaustive and students missing class should arrange to copy notes from a classmate.

There will be a Scheme programming practicum on Thursday, 23 September and a written midterm exam on Monday, 1 November. Any requested absence for these dates must be submitted as soon as possible, and at least one week in advance.

5 Late Policy

Because solutions will generally be posted immediately, no late work will be accepted for a grade. Even in cases of excused absences, all work must be submitted by the posted deadline. Exceptions to this rule are possible under exceptional circumstances, at the discretion of the instructor.

6 Classroom Conduct

Everyone in the classroom will show appropriate respect to each other at all times.

The section leader is responsible for recording attendance, bringing the class to attention, notifying the CS department office if the instructor is more than 5 minutes late, and directing the class in useful work in the instructor’s absence.

Drinks are permitted, but they must be in closable containers. Food, alcohol, and tobacco (of all kinds) are prohibited. Electronic devices must be silent during class and should never serve as a distraction to other students.

7 Textbooks

8 Course Website

https://www.usna.edu/Users/CS/roche/courses/f21si413

9 Extra Instruction

Extra instruction (EI) is strongly encouraged and should be scheduled by email. (For Dr. Roche, first go here to check available times.) EI is not a substitute lecture; students should come prepared with specific questions or problems.

10 Course Description

This course examines basic concepts underlying the design of modern programming languages: types, control structures, abstraction mechanisms, inheritance, concurrency and constructs for programming. The course includes programming assignments in several languages.

11 Credits

2-2-3

12 Learning Objectives

  1. Understand the functional programming paradigm and be able to solve problems in a functional language (supports outcome CS-6).
  2. Develop a vocabulary for describing programming languages (supports outcome CS-6).
  3. Understand lexical analysis, parsing, and basic interpretation (supports outcome CS-6).
  4. Implement a simple interpreter (supports outcome CS-6).
  5. Learn a new programming language independently and use it to solve basic tasks (supports outcome CS-6).

13 Student Outcomes

Graduates of the program will have an ability to:

1. Analysis.
Analyze a complex computing problem and to apply principles of computing and other relevant disciplines to identify solutions.
2. Implementation.
Design, implement, and evaluate a computing-based solution to meet a given set of computing requirements in the context of the program’s discipline.
3. Communication.
Communicate effectively in a variety of professional contexts.
4. Ethics.
Recognize professional responsibilities and make informed judgments in computing practice based on legal and ethical principles.
5. Teamwork.
Function effectively as a member or leader of a team engaged in activities appropriate to the program’s discipline.
CS-6. Theory.
Apply computer science theory and software development fundamentals to produce computing-based solutions.
IT-6. Requirements.
Identify and analyze user needs and to take them into account in the selection, creation, integration, evaluation, and administration of computing based systems.

14 Syllabus

  1. Unit 1: Programming Language Basics (Classes 1–2)
    Course overview, Classifying programming languages, Steps of compilation
  2. Unit 2: Scheme Basics (Classes 3–5)
    Lists, Evaluation, Functions, Symbols, Let
  3. Unit 3: Advanced Scheme (Classes 6–8)
    Lambda, Side effects, Mutation, Tail recursion
  4. Unit 4: Scanning and Parsing (Classes 9–13)
    Scanning, Top-down parsing, Recursive descent, Shift-reduce, CFSMs, SLR
  5. Unit 5: Semantic Analysis (Classes 14–15)
    Abstract Syntax Trees, Static Type Checking
  6. Unit 6: Names and scopes (Classes 16–18)
    Lifetimes, Nested scopes, Declaration order, Function calls, Lexical scope, Closures
  7. Unit 7: Functions (Classes 19–20)
    Parameters, Polymorphism, Macros, Lazy evaluation, Built-ins
  8. Unit 8: Implementation issues (Classes 21–24)
    Garbage collection, Intermediate Representations, Optimization, Virtual Machines
  9. Unit 9: Control (Classes 25–27)
    For loops, iterators, generators, go-to, generics

15 Updates to the course policy

In case this course policy needs to be changed during the semester, students will be notified by email and verbally during class. The current version will always be posted on the course website.