CSCI E-50 Syllabus

Introduction to the intellectual enterprises of computer science and the art of programming. This course teaches you how to think algorithmically and solve problems efficiently. Topics include abstraction, algorithms, data structures, encapsulation, resource management, security, software engineering, and web development. Languages include C, Python, SQL, and JavaScript plus CSS and HTML. Problem sets inspired by real-world domains of biology, cryptography, finance, forensics, and gaming. Designed for concentrators and non-concentrators alike, with or without prior programming experience. 68% of CS50 students have never taken CS before.

This course has pre-recorded lectures which are mostly released on Fridays, and mandatory sections as described below.

Expectations

You are expected to:

  • attend or watch all lectures,

  • attend all sections until the test,

  • submit nine problem sets,

  • take one test and one quiz, and

  • submit a final project.

Website

Grades

If taking the course for a letter grade, you must ordinarily submit all nine problem sets, take one test and one quiz, and submit a final project in order to be eligible for a satisfactory grade unless granted an exception in writing by the course’s heads.

Final grades are determined using the following weights:

Problem Sets

45%

Test

25%

Quiz

15%

Final Project

10%

Engagement

5%

Problem sets and the final project are evaluated along axes of correctness, design, and style, with scores ordinarily computed as 3 × correctness + 2 × design + 1 × style. Engagement takes into account participation in sections, office hours, and/or the course’s online discussion forum. Scores are normalized across teaching fellows and comfort levels at term’s end, so mid-semester comparisons among students of scores are not reliable indicators of standing.

Know that CS50 draws quite the spectrum of students, including "those less comfortable," "those more comfortable," and those somewhere in between. However, what ultimately matters in this course is not so much where you end up relative to your classmates but where you, in the course’s final week, end up relative to yourself in the first week.

Each student’s final grade is individually determined at term’s end. Remarkable effort and upward trending are considered, as is input from the teaching fellows. The course does not have pre-determined cutoffs for final grades. The course is not graded on a curve. Those less comfortable and somewhere in between are not at a disadvantage vis-à-vis those more comfortable.

Books

No books are required or recommended for this course. However, you might find the below books of interest. Realize that free, if not superior, resources can be found on the course’s website.

C Programming Absolute Beginner’s Guide, Third Edition
Greg Perry, Dean Miller
Pearson Education, 2014
ISBN 0-789-75198-4

Hacker’s Delight, Second Edition
Henry S. Warren Jr.
Pearson Education, 2013
ISBN 0-321-84268-5

How Computers Work, Tenth Edition
Ron White
Que Publishing, 2014
ISBN 0-7897-4984-X

Programming in C, Fourth Edition
Stephen G. Kochan
Pearson Education, 2015
ISBN 0-321-77641-0

Lectures

This semester’s lectures were filmed in Fall 2017. All are available on video via the course’s website. Below are dates on which (or close to which) we recommend that each week’s lecture be viewed, to best prepare you for that week’s problem set.

Lecture

Lecture 0

Scratch

Wed 1/24

Lecture 1

C

Fri 1/26

Lecture 2

C, continued

Fri 2/2

Lecture 3

Algorithms

Fri 2/9

Lecture 4

Memory

Fri 2/16

Lecture 5

Data Structures

Fri 2/23

Lecture 6

HTTP

Fri 3/2

Lecture 7

Dynamic Programming

Mon 3/12

Lecture 8

Python

Mon 3/12

Lecture 9

Python, continued

Fri 3/16

Lecture 10

SQL

Fri 3/23

Lecture 11

JavaScript

Fri 3/30

Lecture 12

The End

Fri 4/27

Sections

Lectures are supplemented by weekly, 2-hour sections led by the teaching fellows on Sundays, Mondays, Tuesdays, or Wednesdays, beginning Sun 2/4. You will be assigned to a section (and teaching fellow) shortly thereafter the course begins; he or she will grade your assignments throughout the term.

Attendance at section is required up until the test; attendance will be taken. Sections for CSCI E-50 are held online, by visiting cs50.ly/e50-sections at any of the times to be determined and posted to the course website, beginning Sun 2/4. Some sections are targeted towards students of a certain comfort level coming into the course, but students are welcome to attend any of these online sessions week to week, not just the section held by their assigned teaching fellow, so long as they fully attend one of them.

A weekly overview of sections, subject to change, appears below. Each teaching fellow’s section times are linked on the course’s website. Recordings of all past sections (except in cases of technical error with the Zoom recordings), are available by clicking here.

Section

Section 0

C

Fri 2/2*

Section 1

C, continued

week of Sun 2/4

Section 2

Algorithms

week of Sun 2/11

Section 3

File I/O

week of Sun 2/18

Section 4

Data Structures

week of Sun 2/25

Section 5

Review for Test

week of Sun 3/4

Section 6

TF’s Choice (Optional)

week of Sun 3/11

Section 7

Python

week of Sun 3/18

Section 8

SQL

week of Sun 3/25

Section 9

JavaScript

week of Sun 4/1

Section 10

TF’s Choice (Optional)

week of Sun 4/8

Section 11

Review for Quiz

week of Sun 4/15

* Course-wide and filmed in advance.

Office Hours

Office hours are opportunities for help with problem sets alongside the course’s teaching fellows and course assistants. Office hours for CSCI E-50 are held online, by visiting cs50.ly/e50-oh on Thursdays, Fridays, and Saturdays beginning on Thu 2/1; a link to the calendar of office hours times is available on the course’s website.

Problem Sets

Nine problem sets are assigned during the semester. Late work is not ordinarily accepted, except in cases of emergency.

A schedule of problem sets appears below.

Problem Set Language Released Due

Problem Set 0

Scratch

Mon 1/22

Mon 1/29, noon

Problem Set 1

C

Fri 1/26

Mon 2/5, noon

Problem Set 2

C

Fri 2/2

Mon 2/12, noon

Problem Set 3

C

Fri 2/9

Mon 2/19, noon

Problem Set 4

C

Fri 2/16

Mon 2/26, noon

Problem Set 5

C

Fri 2/23

Mon 3/5, noon

Problem Set 6

Python

Fri 3/16

Mon 3/26, noon

Problem Set 7

Python, SQL

Fri 3/23

Mon 4/2, noon

Problem Set 8

JavaScript

Fri 3/30

Mon 4/9, noon

Test

Released Due

Fri 3/9, noon EST

Mon 3/12, 1pm EDT

Due by 1pm on Mon 3/12 is a take-home test that will cover Lectures 0 through 6 (and Problem Sets 0 through 5). The test is open-book: you may use any and all non-human resources during the test, but the only humans to whom you may turn for help or from whom you may receive help are the course’s heads.

Quiz

Released Due

Sat 4/21, noon

Mon 4/23, noon

Due by noon on Mon 4/23 is a take-home quiz that will cover Lectures 0 through 12 (and Problem Sets 0 through 8), with emphasis on Lecture 7 (and Problem Set 6) onward. The quiz is open-book: you may use any and all non-human resources during the quiz, but the only humans to whom you may turn for help or from whom you may receive help are the course’s heads.

Final Project

The climax of this course is its final project. The final project is your opportunity to take your newfound savvy with programming out for a spin and develop your very own piece of software. So long as your project draws upon this course’s lessons, the nature of your project is entirely up to you, albeit subject to the staff’s approval. You may implement your project in any language(s) as long as the staff approves. You are welcome to utilize any infrastructure, provided the staff ultimately has access to any hardware and software that your project requires. All that we ask is that you build something of interest to you, that you solve an actual problem, that you impact campus, or that you change the world. Strive to create something that outlives this course.

Inasmuch as software development is rarely a one-person effort, you are allowed an opportunity to collaborate with one or two classmates for this final project. Needless to say, it is expected that every student in any such group contribute equally to the design and implementation of that group’s project. Moreover, it is expected that the scope of a two- or three-person group’s project be, respectively, twice or thrice that of a typical one-person project. A one-person project, mind you, should entail more time and effort than is required by each of the course’s problem sets. Although no more than three students may design and implement a given project, you are welcome to solicit advice from others, so long as you respect the course’s policy on academic honesty.

Extensions on the final project are not ordinarily granted, except in cases of emergency. Lateness of submissions is determined down to the minute by submissions' timestamps. Submitting more than seven minutes late is equivalent to not submitting at all.

Milestone Date

Pre-Proposal

Fri 3/30, noon

Proposal

Fri 4/13, noon

Status Report

Mon 4/30, noon

Implementation

Thu 5/10, noon

Project Fair

Fri 5/11, 5:30pm – 7pm

Project Fair

From 5:30pm until 7pm on Fri 5/11 is the Project Fair, an epic display of final projects in both CSCI E-50 as well as the other courses taught by the course’s staff, including CSCI E-23a, CSCI E-33a, and CSCI E-39b. Not only is the Fair a venue at which to see classmates' projects and demo your own, it is an opportunity to mingle with students, faculty, and staff from across campus. Attendance is optional. Snacks will be provided. Family and friends are welcome to join.

Academic Honesty

This course’s philosophy on academic honesty is best stated as "be reasonable." The course recognizes that interactions with classmates and others can facilitate mastery of the course’s material. However, there remains a line between enlisting the help of another and submitting the work of another. This policy characterizes both sides of that line.

The essence of all work that you submit to this course must be your own. Collaboration on problem sets is not permitted except to the extent that you may ask classmates and others for help so long as that help does not reduce to another doing your work for you. Generally speaking, when asking for help, you may show your code to others, but you may not view theirs, so long as you and they respect this policy’s other constraints. Collaboration on the course’s test and quiz is not permitted at all. Collaboration on the course’s final project is permitted to the extent prescribed by its specification.

Below are rules of thumb that (inexhaustively) characterize acts that the course considers reasonable and not reasonable. If in doubt as to whether some act is reasonable, do not commit it until you solicit and receive approval in writing from the course’s heads. Acts considered not reasonable by the course are handled harshly. If the course refers some matter for disciplinary action and the outcome is punitive, the course reserves the right to impose local sanctions on top of that outcome that may include an unsatisfactory or failing grade for work submitted or for the course itself. The course ordinarily recommends exclusion (i.e., required withdrawal) from the course itself.

If you commit some act that is not reasonable but bring it to the attention of the course’s heads within 72 hours, the course may impose local sanctions that may include an unsatisfactory or failing grade for work submitted, but the course will not refer the matter for further disciplinary action except in cases of repeated acts.

Reasonable

  • Communicating with classmates about problem sets' problems in English (or some other spoken language).

  • Discussing the course’s material with others in order to understand it better.

  • Helping a classmate identify a bug in his or her code at office hours, elsewhere, or even online, as by viewing, compiling, or running his or her code, even on your own computer.

  • Incorporating a few lines of code that you find online or elsewhere into your own code, provided that those lines are not themselves solutions to assigned problems and that you cite the lines' origins.

  • Reviewing past semesters' tests and quizzes and solutions thereto.

  • Sending or showing code that you’ve written to someone, possibly a classmate, so that he or she might help you identify and fix a bug.

  • Sharing a few lines of your own code online so that others might help you identify and fix a bug.

  • Submitting the same or similar work to this course that you have submitted previously to this course, CS50 AP, or CS50x.

  • Turning to the course’s heads for help or receiving help from the course’s heads during the quiz or test.

  • Turning to the web or elsewhere for instruction beyond the course’s own, for references, and for solutions to technical difficulties, but not for outright solutions to problem set’s problems or your own final project.

  • Whiteboarding solutions to problem sets with others using diagrams or pseudocode but not actual code.

  • Working with (and even paying) a tutor to help you with the course, provided the tutor does not do your work for you.

Not Reasonable

  • Accessing a solution to some problem prior to (re-)submitting your own.

  • Asking a classmate to see his or her solution to a problem set’s problem before (re-)submitting your own.

  • Decompiling, deobfuscating, or disassembling the staff’s solutions to problem sets.

  • Failing to cite (as with comments) the origins of code or techniques that you discover outside of the course’s own lessons and integrate into your own work, even while respecting this policy’s other constraints.

  • Giving or showing to a classmate a solution to a problem set’s problem when it is he or she, and not you, who is struggling to solve it.

  • Looking at another individual’s work during the test or quiz.

  • Paying or offering to pay an individual for work that you may submit as (part of) your own.

  • Providing or making available solutions to problem sets to individuals who might take this course in the future.

  • Searching for or soliciting outright solutions to problem sets online or elsewhere.

  • Splitting a problem set’s workload with another individual and combining your work.

  • Submitting (after possibly modifying) the work of another individual beyond the few lines allowed herein.

  • Submitting the same or similar work to this course that you have submitted or will submit to another.

  • Submitting work to this course that you intend to use outside of the course (e.g., for a job) without prior approval from the course’s heads.

  • Turning to humans (besides the course’s heads) for help or receiving help from humans (besides the course’s heads) during the quiz or test.

  • Viewing another’s solution to a problem set’s problem and basing your own solution on it.

Acknowledgement and Authorization

Harvard plans to record audio, photos, and video of Computer Science 50 (CS50) lectures, sections, office hours, seminars, and other events and activities related to CS50 (the "Recordings"), with the aims of making the content of the course more widely available and contributing to public understanding of innovative learning (the "Projects"). The Recordings, or edited versions of them, may be made available to other Harvard students, to students at other educational institutions, and to the broader public via edX, the Internet, television, theatrical distribution, digital media, or other means. It is also possible that the Recordings may be used to make other derivative works in the future. Students may elect not to appear in photos and video used in the Projects and may still participate fully in CS50.

When you submit Problem Set 0, you will need to sign online an Acknowledgement and Authorization in the following form:

I understand that, if I do not wish any photos or video of me to be used as part of the Projects, I should so inform the course’s instructor by emailing recordings@cs50.harvard.edu within one week of enrolling in CS50. In that event, I understand that I should sit in the designated "no-film" zone of CS50 classrooms and should not walk in the field of view of the cameras. I understand that Harvard will take reasonable steps, with my cooperation, to avoid including identifiable images of me in the Projects' photos and video shot in classrooms and other course locations after I opt out as just described. I understand that I am free to opt out of the Projects' photos and video in this way, and that doing so will not affect my grade or my ability to participate in course activities.

Unless I opt out of the Projects' photos and video as described above and take the steps that will be outlined by the instructor to avoid being filmed, I authorize Harvard and its designees to record and use photos and video of my participation in CS50 and activities related to CS50 (the "Recordings"). I understand and agree that the Recordings may include my image, name, and voice. I also understand and agree that, even if I opt out of the Projects' photos and video, my spoken name and voice may be picked up by microphones outside the "no-film" zone and may be included in the Recordings.

I understand and agree that Harvard and its designees will have the irrevocable, worldwide right to make, edit, modify, copy, publish, transmit, distribute, sell, publicly display, publicly perform, and otherwise use and make available its respective Recordings and any other works that may be derived from those Recordings, in any manner or medium now known or later invented, and to authorize others to do so as well. I hereby transfer to Harvard any rights, including copyrights, I may have in the Recordings that Harvard makes. I will remain free to use and disseminate any ideas, remarks, or other material that I may contribute to course discussions.

I acknowledge and agree that I will not be entitled to any payment, now or in the future, in connection with the Recordings or any works derived from them. This Acknowledgment and Authorization is a binding agreement, and is signed as a document under seal governed by the laws of the Commonwealth of Massachusetts.

Unless you opt out as described in the Acknowledgment and Authorization, you are agreeing, by attending CS50, that your participation in CS50 and related activities may be recorded and used by Harvard in connection with the Projects without further obligation or liability to you, even if you do not sign any authorization.

If you have any questions about the above, contact recordings@cs50.harvard.edu.