CSC128 - Fundamentals of Computer Problem Solving
COURSE OUTCOME
After completing this course, the student should able to:
• identify the steps in problem solving
• design appropriate algorithm to solve simple problems
• write a simple computer program using structured approach
• write programs using modular approach
COURSE DESCRIPTION
This course is an introduction to problem solving using computers. It emphasizes various aspects of problem solving, mainly consisting of the problem domain, phases of problem solving and basic techniques in designing a solution.
The approach to problem solving is via structured programming. At this stage, the emphasis will be on computer problem solving rather than syntactical aspects of the chosen programming language.