Lecture 1:
Review of previous content
,Topics covered in this lecture
▪ Steps followed in solving a programming problem
▪ From C to Java
– Variables
– Operators
– Control Structures
– Arrays
, Steps in solving a problem
1.
Problem
Identification
▪ What is the problem to be solved?
▪ How will you judge whether or not you have solved the
problem?
, Steps in solving a problem
1.
2.
Problem
Analysis
Identification
▪ Identifying sources of data
▪ Identifying formulae, conditions, rules etc
Review of previous content
,Topics covered in this lecture
▪ Steps followed in solving a programming problem
▪ From C to Java
– Variables
– Operators
– Control Structures
– Arrays
, Steps in solving a problem
1.
Problem
Identification
▪ What is the problem to be solved?
▪ How will you judge whether or not you have solved the
problem?
, Steps in solving a problem
1.
2.
Problem
Analysis
Identification
▪ Identifying sources of data
▪ Identifying formulae, conditions, rules etc