feat: semester planning tips, plus sem 1 and 2 tips

This commit is contained in:
2026-08-13 17:50:14 +02:00
parent d91a0cbd39
commit a676464d74
3 changed files with 151 additions and 2 deletions
+30 -2
View File
@@ -1,3 +1,31 @@
# Semester Planning # Semester Planning
https://www.studyplanner.ch/ Whenever the course registration opens, make sure that you know what you want to do next semester,
https://coursereview.ch and ideally what you want to do the next few semesters.
For planning, [StudyPlanner](https://www.studyplanner.ch/) may come in very handy, as it helps you keep track of what you still need to do and what you already have done.
For picking courses, you may want to read reviews of courses, which you can do on [CourseReview](https://coursereview.ch).
## Requirements for Bachelor
The CS Bachelor can be a bit confusing in terms of its requirements. I explained it as I would have hoped it had been to me when I started in HS24:
- **Semester 1 and 2**: You need to pass both, each *on average*. You either get all 28 credits, or none at all for each of the semesters.
You have two attempts for each semester.
The average is the raw average (i.e. 3.99 fails) and taken *after* rounding for each of the courses.
- **Semester 3 and onwards**: You need to pass each exam and they award you the credits individually. This means that you can take just three of the typical four courses
in semester 3.
- **Basic Courses**: The basic courses are the eight mandatory courses in semester three and four. You need to pass seven out of them within two attempts each.
If you failed one, you can *compensate it* with a *core course*, but only if you have *attended and failed* said course.
Failing two or more basic courses twice and you are out of the programme and blocked from this programme.
- **Core subjects**: These courses are typically taken in Semester 5 and 6, and you need to pass *at least* four of them.
If you failed a basic course twice (or once and decided not to retake it), you have to pass *at least* five of them.
- **Ergänzung**: This is a course from a different department, and it needs to be worth at least 5 credits. You can pick any from the approved ones on VVZ.
Failing one twice isn't a big deal, just pick another one.
- **GESS**: GESS courses are things like history, philosophy and more and you need 6 credits in this category (any excess won't contribute to your total).
Three of these credits can be obtained through language courses.
- **Bachelor's Thesis**: Should be self-explanatory, is worth ten credits.
- **Seminar**: You need to participate in at least one seminar, worth two credits.
- **Electives**: These are extra subjects you can take (and you will most likely have to take a couple of them) to fill in the remaining credits.
Note that for courses that have a bonus, that bonus is *generally* added *before* rounding.
+94
View File
@@ -1,2 +1,96 @@
# Semester 1 Tips & Tricks # Semester 1 Tips & Tricks
Chances are that if you are reading this, you are starting with ETH, so here a few important remarks:
- Make sure to keep up with the course content. Catching up after the semester ended is hard
- In D-INFK, for most people, the lectures are not very helpful, however the exercise sessions are
- Make sure to switch exercise classes if you don't like a TA's teaching style. You don't have to change the registration on MyStudies, you can go to any class you like.
- Don't hesitate to ask questions in exercise classes
## Discrete Maths (DM)
<small>Managed via Moodle</small>
This is the course most people fear in this programme, for a reason. For the longest time, it has had pass rates of below 50% and as far as I am aware,
this has not improved with the new professor.
Fear not however, as this exam is part of an exam block and you will pass or fail the entire block, so if you are good enough in the other courses,
the grade of DM doesn't matter too much if your goal is just to pass.
The reason that this course has this poor of a pass rate is that most students had not previously done proofs much, if at all, and if they have,
most likely nowhere near as formal as is required in this subject.
Thus, be aware that this course will, if you are trying to pass it and have not done much proving (and it doesn't come naturally to you),
most probably be the highest effort course of this semester.
Thus, at least factor in a whole day outside the lectures and exercise classes per week for this course if you fall into that category.
Make sure to follow the course in any case!
The exam is very time constrained for probably about 90% of the people and is almost entirely proofs.
To prepare for this, solve as many old exams as you can, but especially the more recent ones
(maybe apart from FS25, that one had a 0% pass rate because it was the last one from the old professor)
::: details Remark
I had to take that one due to being sick at the winter exam, so you can see what I mean with the point that you don't need to pass it to pass the first semester
:::
## Linear Algebra (LA)
<small>HS 26 link: https://ti.inf.ethz.ch/ew/courses/LA26/index.html</small>
This probably is the most *straight forward* course in this semester, which doesn't mean it's necessarily the easiest (though it arguably is due to the predictability).
Its lectures are good while Prof. Gärtner teaches and not all too great when Prof. Weissmantel does (may have improved since HS24, he teaches the second half of the course).
This is why it's important to find a good TA.
Furthermore, it's important that if you *think* you are good at LA (because you have covered it in Schwerpunktfach at High School), don't go into this course overconfident.
It is much more proof-oriented than you are probably used to, so don't just go and skip the first three weeks, or you may find yourself in major trouble later on.
The SpF will of course help you in this course, but you won't have covered nowhere near all topics of this lecture.
## Introduction to Programming (EProg)
<small>HS26 link: https://lec.inf.ethz.ch/infk/eprog/2026/</small>
EProg is a very interesting course in that the content isn't necessarily hard, but the written exams can even catch out proficient Java developers
due to them asking edge cases and the like.
::: details If you have **(fairly) extensive programming experience** {open}
especially in Java or another object oriented programming language,
you may *possibly* safely skip most of the lectures (but not the first ones, as they teach EBNF, which you probably haven't seen),
if you at least do the bonus exercises each week.
Then, during the exam preparation phase, solve a few of the theoretical exams and coding exams such that you know what kind of questions they may ask.
:::
::: details If you have **little to no programming experience** {open}
then it is important that you follow this course along closely, as you will be programming quite a bit in Java not only here, but also in A&D.
While this programme is definitely manageable without programming knowledge, you need to be aware that it will need more effort, because
for people with previous experience, EProg is a fairly low effort subjects up to the exam preparation phase.
That should not deter you, I am sure you will manage just fine, just as a heads-up and to remind you that the exercise sessions exist,
which are likely to be very quite empty (because a large portion of people already have coding knowledge, so will skip these classes),
so the TAs can help you much more with your own questions.
:::
For the bonus, there (typically) are two timed bonus exercises, where you have two hours on a specific day to solve the exercises.
In those weeks, I would recommend that you solve, or at least have a look at, the normal exercises.
All hand-in happens via GitLab, and you should (ideally) an SSH key for the Git CLI, as that is more secure.
See the [git guide](/ersties/git) for more details on that
The exam is split into written and programming parts, both happening right after each other.
For the programming part, you will have access to IntelliJ, a Java IDE by Jetbrains.
<small>Consider yourself lucky, because my year was the last one to use Eclipse...</small>
## Algorithms and Data structures (A&D)
<small>Managed via Moodle</small>
A&D has partner work with randomly assigned partners from your exercise session. Make sure to coordinate a meeting during the session.
In this partner work, you solve the exercise sheets, and you also correct and give feedback to other groups,
which is known as "Peer Grading".
These assignments, as well as the peer grading and the mini quizzes all contribute to bonus.
Then, there are the programming tasks via Code Expert.
See the [infra guide](/ersties/infra) for more details on how it works and how to log in.
In these tasks, you are asked to implement algorithms seen in the lectures to solve problems, all within given time complexity constraints.
The provided tests are excellent, and you can also write your own, if you like.
The exam works similarly, you have one part written, the other part coding.
+27
View File
@@ -1 +1,28 @@
# Semester 2 Tips & Tricks # Semester 2 Tips & Tricks
Semester 2 is in my opinion (and the one of many people) the easiest semester in the entire Bachelor's programme for Computer Science.
This is why I would highly recommend doing at least a GESS subject in this semester already.
It may also be advisable to pick another course, as you can always drop it if you feel overworked.
Below some notes on two subjects that are a bit out of the ordinary in this semester.
## Parallel Programming
This course is a course is an example of a poorly taught course at ETH. The exercises during the semester, while interesting, aren't really worth doing (in my opinion)
and the entire course can be studied using a summary in just a few full days of work.
This is also the reason why taking an extra course with a semester end exam is feasible, as there is barely any work that needs to go into this course for most people.
**However**: Be sure to still follow this course along to see if you understand things.
## DDCA
DDCA is a course with a professor that is quite famous in the programme, due to his energetic lecturing style.
Furthermore, the entire course is live-streamed on YouTube.
The course consists of lectures and mandatory (with *sort of* attendance (they don't check that you were there, but you have to be there to get your lab results graded)) labs,
where you work with a Field Programmable Gate Array (FPGA) to develop *small parts* of a full MIPS processor using the Hardware Design Language `verilog`.
They are quite fun, typically take about 2 hours and account for 30% of the entire course's grade.
Thus, be sure to always do the labs, as passing this course is quite easy if you get (close to) the full grade in the labs.
For the exam, make sure to start early, as the exam has some interesting exercise types which you need to learn. The optional homework also has some of these tasks
and they also upload a video explaining how to do many of these tasks.