Fundamentals of Algorithm Development is written specifically to guide students to design their programs correctly with clear visual examples. It explains how to design the algorithms using flowcharts and pseudocodes. This book goes deeper into providing sufficient examples to aid a student’s understanding prior to writing a program. It is suitable to be adopted as the main reference book for students in any computing related program at diploma or degree level.
Chapter 1: Overview of a Computer System Chapter 2: Problem solving using Computer Chapter 3: Algorithm Design Chapter 4: Basic Elements of Algorithm Chapter 5: Selection Control Structure Chapter 6: Repetition/Loop/Iteration Control Structure Chapter 7: Modules Chapter 8: Array
Fundamentals of Algorithm Development is written specifically to guide students to design their programs correctly with clear visual examples. It explains how to design the algorithms using flowcharts and pseudocodes. This book goes deeper into providing sufficient examples to aid a student’s understanding prior to writing a program. It is suitable to be adopted as the main reference book for students in any computing related program at diploma or degree level.
Offers concise examples that highlight the flow of the algorithm design.
Guides the students to always design the algorithms before writing any computer program.
Provide ample exercises that focus on creating flowcharts and pseudocodes to aid the student's understanding.