Scheduling Classes
Overview
The core courses can be broken up into different tracks.
Core Programming Intensive
These classes teach the most fundamental CS concepts. Bolded classes are considered very demanding.
- CMP 401
- CS 445
- CS 1501
Mathy
These are more theory based classes that involve proofs and math.
- CS 441
- CS 1502
- CS 1503
Systems
Do you actually know how a computer works? These classes will teach you!
- CS 447
- CS 449
Related Links
The full requirements: https://www.sci.pitt.edu/academics/undergraduate-majors/computer-science
More information here: http://sci.pitt.edu/academics/ugrad/cs/
CS Capstone Guide: https://pittcs.wiki/academics/registration/capstone/
Potential Schedules
We recommend taking CS445, CS441, and CS1501 as soon as possible. These courses form the foundation of your CS education and will unlock a lot of upper electives. CS445 and CS1501 are also an absolute necessity for technical interviews.
Making a Good CS Plan
- Take 401, 441, 445, and 1501 early on
- Decide which semester you will take 1501.
- Throw away the plan (in college, things change!)
Below are some potential schedules. Your schedule will look different depending on your other classes!
Whenever you schedule a class make sure to play close attention to the professor. It's better to optimize your schedule to have better professors good. Check the respective pages for each course on the wiki and use Rate My Professor.
Note: These are just example schedules. Everyone's situation is different and yours will likely look different.
A - Common
| Semester 1 | Semester 2 | Semester 3 | Semester 4 | Semester 5 |
|---|---|---|---|---|
| 401 | 447 | 1501 | 449 | CS Elective |
| 441 | 445 | 1502 | 1503 | CS Elective |
B - Common
| Semester 1 | Semester 2 | Semester 3 | Semester 4 | Semester 5 |
|---|---|---|---|---|
| 401 | 441 | 447 | 449 | CS Elective |
| 445 | 1501 | 1502 | 1503 |
C - Common
| Semester 1 | Semester 2 | Semester 3 | Semester 4 |
|---|---|---|---|
| 401 | 447 | 449 | 1502 |
| 441 | 445 | 1501 | 1503 |
D - Common
| Semester 1 | Semester 2 | Semester 3 | Semester 4 | Semester 5 |
|---|---|---|---|---|
| 007/ 010 | 401 | 445 | 1501 | 449 |
| 441 | 447 | 1502 | CS Elective |
E - Common
| Semester 1 | Semester 2 | Semester 3 | Semester 4 | Semester 5 |
|---|---|---|---|---|
| 401 | 441 | 447 | 1501 | CS Elective |
| 445 | 449 | 1502 | 1503 |
F - Slowish Start
| Semester 1 | Semester 2 | Semester 3 | Semester 4 | Semester 5 |
|---|---|---|---|---|
| 007/ 010 | 401 | 445 | 1501 | 449 |
| 441 | 447 | 1502 |
G - Slowish Start (Faster)
| Semester 1 | Semester 2 | Semester 3 | Semester 4 | Semester 5 |
|---|---|---|---|---|
| 007/ 010 | 401 | 445 | 1501 | 449 |
| 441 | 1502 | CS Elective | ||
| 447 |
H - Slowish Start (Fastest)
| Semester 1 | Semester 2 | Semester 3 | Semester 4 | Semester 5 |
|---|---|---|---|---|
| 007/ 010 | 401 | 445 | 1501 | 1503 |
| 441 | 1502 | CS Elective | ||
| 447 | 449 |
I - AP Credit required
| Semester 1 | Semester 2 | Semester 3 | Semester 4 |
|---|---|---|---|
| 445 | 447 | 1501 | 1503 |
| 441 | 449 | 1502 | CS Elective |
J - Tryhard
| Semester 1 | Semester 2 | Semester 3 | Semester 4 |
|---|---|---|---|
| 401 | 447 | 1501 | 1503 |
| 441 | 445 | 449 | CS Elective(s) |
| 1502 |
What should I take with these CS classes?
It depends on the rigor of the CS course, and the professor. Notably, if we are talking about CS 1501, we would not want a heavy course load. We recommend not taking Calculus II with CS1501 as it is very demanding. Instead, take Calc with a lower level required course like 401 or 449 or take it with your upper electives!
We would likely take some light gen-eds with CS 1501. As noted, it is demanding and you wouldn't want other tough classes from interfering with it.
CS Electives
You discover your interests in CS as you take some electives. You're not limited to take classes in a certain domain, but try to take classes that you'll enjoy. Electives are meant to cover topics you want to explore, not classes you suffer in. For example, if you didn't enjoy CS 447 or 449, you probably don't want to take Computer Architecture (CS 1541) or Operating Systems (CS 1550). On the other hand, if you enjoy certain parts of CS 1501, such as the introduction to cryptography section, CS 1653 would probably be a good elective to take.
Check out the course explorer to look at the different electives that are offered. Pick the ones that pique your interest.
FAQ
CS 0007 or CS 401?
Should you start with Intro to Programming or Intermediate Programming? Cases by expereince levels:
- You have never written a single line of code (like me as a freshman): Take 0007.
- Caveat: If you have enough time before the semester starts, watch online tutorials to learn Java and start with 401! If you can learn -- variables, assignments, if-statements, logical operators, functions, Strings, lists, input/output, and loops -- before the semester, you can probably take 401.
- You took a high school-level programming course: Take 401, unless the programming course was in a language like HTML/CSS.
- Caveat: If the course wasn't in Java, you'll have to learn the syntax. Learning syntax doesn't take long, just look at code examples from the textbook.
- You took a college-level for-credit programming course: Take 445.
- Caveat: You'll definitely want to review OOP and algorithm analysis, which are the core concepts of DS&A 1. If the course wasn't in Java, 445 will be a little more difficult. Get up to speed by learning Java syntax before the semester via textbooks/video tutorials and... write a lot of code.
Note: Don't be fooled/intimidated by the sudden jump in the course number CS0007 to CS0401. They are sequential courses, and depending on your professors, they may even cover a lot of the same material. Use the pre-reqs to gauge course difficulty, not the course number.
Should I Graduate Early?
If you have enough credits, you can graduate early! It is a great way to save some tuition money. But, there are also some more classes that can help you as a CS major.
It really depends on what your interests are. For example, if you are interested in Data Science, we would recommend taking some Statistics classes. In particular, STAT 1261, and STAT 1201 would be excellent options.
If you are interested in Cryptography, we would recommend taking some Math classes. In particular, Introduction to Mathematical Cryptography, Elementary Number Theory, Combinatorial Mathematics, would be great options. Note that all these classes require MATH 413.
If you're interested in writing/improving your communication and expression skills, the Creative Writing minor is a great choice!
Share this guide
Help others discover this resource