Malloc

Course Content

UNIT 1

What is Programming?

Let’s start at the beginning. What does “programming” even mean?

What is Programming?

UNIT 1

What is Programming?

Let’s start at the beginning. What does “programming” even mean?

UNIT 2

What is a Programming Language?

What do people mean when they say a “Programming language”?

What is a Programming Language?

UNIT 2

What is a Programming Language?

What do people mean when they say a “Programming language”?

UNIT 3

Getting the Tools

An artist needs their brush. A surgeon, a scalpel. Let’s get ours.

Getting the Tools

UNIT 3

Getting the Tools

An artist needs their brush. A surgeon, a scalpel. Let’s get ours.

UNIT 4

Using the Terminal

The terminal is a no frills way to get stuff done. We need to learn the basics to get started.

Using the Terminal

UNIT 4

Using the Terminal

The terminal is a no frills way to get stuff done. We need to learn the basics to get started.

UNIT 5

Writing your First Program

Enough talk, let’s start building.

Writing your First Program

UNIT 5

Writing your First Program

Enough talk, let’s start building.

UNIT 6

What are Variables?

Data is key. Let’s explore how our programs can use data.

What are Variables?

UNIT 6

What are Variables?

Data is key. Let’s explore how our programs can use data.

UNIT 7

Errors, Warnings and Comments

We all make mistakes - but some are easier than others to solve.

Errors, Warnings and Comments

UNIT 7

Errors, Warnings and Comments

We all make mistakes - but some are easier than others to solve.

UNIT 8

Operations with Variables

Computers can compute. Lets make them do it

Operations with Variables

UNIT 8

Operations with Variables

Computers can compute. Lets make them do it

UNIT 9

Taking User Input

Reading data from the user

Taking User Input

UNIT 9

Taking User Input

Reading data from the user

UNIT 10

If Statements

Choices Choices Choices

If Statements

UNIT 10

If Statements

Choices Choices Choices

UNIT 11

Fundamental Types

int, char, float, double

Fundamental Types

UNIT 11

Fundamental Types

int, char, float, double