Mr Molson's Computer Science Site

Welcome to my site where you will find resources to help you learn how to program

Welcome

Welcome to my website. Here you will find resources to help you learn more about Computer Science.

Computer Science is not just about learning to code, it is primarily learning about how to solve problems, everything a Computer Scientist does, whether it is hardware or software, is aimed at solving a problem. A great example of that is the Internet, a network that was developed to help share computing power. It has now become the world's biggest network, all because a Computer Scientist wanted to solve a problem

Inside the box

In this unit we learn about what is inside a computer system and how it works.

Creating games using JavaScript

In this unit we learn how to create games using JavaScript and HTML5

Introduction to coding in Java

In this unit we learn the basics of programming in Java. We learn about variables, selection, iteration, built-in and custom-made functions and arrays

Learning Object Oriented Programming using Java

In this unit we learn about Object Oriented Programming using Java. We learn about objects, classes and how to create them.