Blog

  • Maths basics

    Expressions vs equations Expressions don’t contain an equals, whereas equations do have an equals sign. Rearranging inequalities When rearranging inequality equations, care must be taken regarding whether the sign stays the same or reverses. Adding or…

    Read more

  • CS50 Week 1

    We can use the C language as our programming language, or source code. This is human understandable. The computer can only understand 1s and 0s, or machine code. We need a thing that will take our…

    Read more

  • CS50 Week 0

    Covered in the first lecture of the Harvard’s computer science course are the very basics of computer science. What it is, and the fundamentals of how it achieves this; bits, bytes, binary, how to represent letters,…

    Read more