Introduction To Programming - CS201 Power Point Slides Lecture 01
Introduction To Programming - CS201 Power Point Slides Lecture 01
Lecture No. 1
Mr. Shakir Hussain
Talpur
Program
“A precise
sequence of
steps to
solve a
particular
problem”
Alan Perlis – Yale University:
STUPID
Humans are even
more…….
Think Reuse
Area of the Ring
Inner Circle
Outer Circle
Area of Outer Circle ____ Area of Inner Circle = Area of the Ring
Think Reuse
Think User Interface
Comments liberally
What is the probability that she gets
exactly three letter right i.e. three
Letters into their correct envelopes.
Logical Error
Lewis Carol: “Through the Looking Glass”
Group discussion 5%
Midterm 35 %
Final 45 %
Books
Deitel & Deitel :– C++ How to Program
Kernighan and Ritchie:-
The C Programming Language
Course Objectives
Objectives of this course are three fold
1. To appreciate the need for a
programming language
2. To introduce the concept and usability
of the structured programming
methodology
3. To develop proficiency in making useful
software using the C language
Course Contents
To achieve our first two objectives we
will be discussing
Basic Programming constructs and
building blocks
Structured programming