Problem Solving with C++ (10th Edition)
Problem Solving with C++ (10th Edition)
10th Edition
ISBN: 9780134448282
Author: Walter Savitch, Kenrick Mock
Publisher: PEARSON
Question
Book Icon
Chapter 1.2, Problem 15STE
Program Plan Intro

Program design:

  • Program design denotes a process that is creative, it denotes outline of plan for following.
  • The program design process could be divided into two phases that includes:
    • Problem-solving phase:
      • It results in an algorithm that is conveyed in English.
      • It is used for resolving problem.
    • Implementation phase:
      • The algorithm is been translated into some programming language.
      • It produces final program from algorithm.
  • The first step denotes that task to be performed should be certain and precise.
  • The second step denotes the implementation of algorithm using programming language.
  • The final result will be a computer program to solve a particular problem.
  • Hence, the phases in program design are problem-solving and implementation phase.

Blurred answer
Students have asked these similar questions
What is the term that is used to describe the part of the process of problem solving that requires the use of judgment or common sense?
How can you tell whether a software project is doomed to failure? The need for an explanation defies logic.
How would one go about generating new concepts? In case you don't allow constructive criticism during group brainstorming sessions, please explain why.

Chapter 1 Solutions

Problem Solving with C++ (10th Edition)