New Service!
Better Informatics has launched BetterInformatics File Collection to replace the shared Drive:
files.betterinformatics.com
Please use it for your studies and contribute!
We are also actively looking for people to help maintain BetterInformatics services. Chat with us on Discord or email!
Exams | official list
General handbook Edit on GitHub
don’t stress yourself out too much, first year doesn’t count towards your degree
- LaundryView
- Common Outside Course Options for Informatics Students
- Year 1 Google Drive
- mailing list archives - ug1-students
- if you have a learning disability go to the disability service! make sure you go there long before the exams, it only takes few hours and can help you quite a bit.
- Programming Club
- InfBase: a drop in helpdesk for you to get additional tutoring and support with your courses. See the schedule here - there’s no need to sign up, just drop in
Calculus and Algebra Fundamentals for Informatics drps Edit on GitHub
Until 2024, a similar course called “Calculus and its Applications” ran. That course was mandatory for all Informatics students and ran in Sem 2.
CAFI on the other hand runs in Semester 1 and is only mandatory for those without an advanced maths background in high school. Beware when using checking old exams or other people’s notes!
- Fox’s notes (src)
- Cheat sheet PDFs of the definitions and theorems to save you time in the exam (no need to search through the textbook)
- SympyGamma - a tool similar to WolframAlpha, but also offering explanation for derivations.
- Answers for Essential calculus
- Riemann sums online calculator
- Lots of formulae
- Amazing mindmap
- Tests of Convergence: cheat sheet, flow chart
- Not All Things CAP - better cap cheat sheet
INF1A - Functional Programming | drps, info None exam Edit on GitHub
- Tip by a tutor for the final exam: the exam is open book, so taking in a copy of the previous year’s exam paper and solutions may be beneficial
- Past papers
- Exam allocations
- Tree traversal algorithms (view in desktop mode!)
- Learn You A Haskell (official online book, downloadable for exam)
- Basic/library function list, Handy basic function cheat sheet
- Troubleshooting for Haskell (including Haskell-mode on Emacs)
- Functional Programming blog/tutorials by Kyle Cotton
- Articles on Recursion and List Comprehension by Eric Janto
INF1A - Logic | drps, info None exam Edit on GitHub
- Solution to the original 4d on the take home exam
- The venn diagram generator (based on the official version)
- Definitions (also available on Quizlet)
- CNF cheat sheet
- Propositional formula to CNF converter
- boolexman (boolean expression manipulator)
- Visualizing satisfiability, validity & entailment
- Soundness and Completeness
- Finite State Machines
- Regular Expressions