Fundamentals of Computer Programming (C++) : Course Objectives
Fundamentals of Computer Programming (C++) : Course Objectives
Fundamentals of Computer Programming (C++) : Course Objectives
Course outline
Periods Credit Hours
Theory: Theory:
Practical: Practical:
Total: Total:
Course Objectives:
This course introduces basic and fundamental aspects of computer programming using C++.this
course starts with the programming basics and algorithm design, Later the focus shifts towards
features and structures of programming language. These include program structure, variables,
declaration, support for iteration etc. The course covers also the transformation from basic program
to advance program involving mathematical calculations and processing. The practical lab is
conducted in Borland C++ for better practice.
Course Outlines:
The students will be able to:
Grading:
Quiz:10%
Project:5%
Class behaviour:2%
Assignmnts:3%
Class Assesments:30%
Final:50%
Total=100%
2 CONTROL STATEMENTS
Decision making /selection 1 2
If -else
else-if
switch-case
Iterative statements 1 3
for loop
while loop
do while loop
Branching Statements 1 1
break
continue
go to
3 STRUCTURE & ENUMERATIONS
A Structures 1 3
Declaration
Defining structure variables
Accessing structure members
B Enumerations 1 2
4 ARRAYS 2 6
Definition
Accessing Elements
Initialization
Multidimensional(optional)
5 FUNCTIONS
A Functions 2 8
Declaration
Defining function
Comparison with library functions
Passing arguments
Returning values