Better Informatics

Calculus and its Applications drps, piazza, webassign

Cognitive Science piazza | drps, info ,papers April/May exam

Priority reading list

All of the readings are examinable, but if you want to prioritise, here is the recommended order:

  • Chapters 1, 2, 3, 4 and 7 of Pinker’s “Words and Rules”, minus places where there’s no relevance to lecture content
  • Chapter 4 of Harley’s “Psychology of Language”
  • Any academic paper covering something you’re not sure you fully understand. For example, if you’re not 100% clear on perceptrons, have a look at the Gurney reading

INF1A - Functional Programming piazza, tutorials | drps, info ,papers

INF1A - Logic tutorials | drps, info ,papers

Introduction to Linear Algebra drps

the maths exams are open book, so take in past paper solutions (with an index) as they reuse questions a lot. they might not necessarily be the same, but they’ll likely be close enough to give you a hand

Object Oriented Programming piazza, labs | drps, info ,papers

the key to passing is practicing


About the exam

  • The exam is 2 hours. It used to be 3 hours in previous years. They will not pressure you for time, don’t worry.

  • There is a mock exam in week 11.

  • All code must compile for ANY credit at all. If you miss a single semicolon, you get 0 marks. Trip-check if it compiles and is the right file before submitting!

  • Your code must also pass the very basic tests (JUnit tests, these will be provided in the exam for you to check) to get any credit at all.

Proofs and Problem Solving

  • Printable notes with all of the course material
  • Twelvefold way for combinatorics problems.
  • The course will follow the book A Concise Introduction to Pure Mathematics, by Martin Liebeck, 4th Ed. 015, CRC Press, £25.99
  • To pass the course you must achieve an average of more than 40% AND at least 40% in the examination.
  • Cheatsheet with all the notations, definitions, theorems, propositions, and examples from the textbook (condensed into 38 pages) grouped by sections: pdf, source
Send feedback