Week 3 — Syllabi & Assignments

WEEK 3

C programming:

Basic Programming Concepts (4 Lectures)
Variables, Constants

Math Operations

Data Types

If..Else
Case

Sub routines

Libraries

Object Oriented Programming – Mention C++

Assignments:

Download and install Dev C++

Open and save files with Dev-C

Create a program that does the basic math operations on variables.

Use a basic input.

Control output with an if/else statement

Make a case statement printout various messages based upon input

Make an object

Import a library and access it’s functions

Read 8 chapters in Ghost in the Wires.

Logical Comparisons (1 Lecture)

Loops
For
While

Assignment:

Write a program for each loop type that loads & prints out an array.

Read 2 more chapters in Ghost in the Wires