Purchase Solution

Top Down, Stepwise refinement

Not what you're looking for?

Ask Custom Question

Using top-down, stepwise refinement, create an algorithm for making toast, frying eggs, baking a cake, or ordering pizza. How might algorithms be beneficial in your future profession?

Purchase this Solution

Solution Summary

Top Down, Stepwise refinement is depicted.

Solution Preview

Algorithms are absolutely vital for computer support because the variety of problems a customer can encounter is vast, and therefore the diagnostics must be done in a systematic way by a top-down, stepwise refinement.
A technician starts from identifying a most general area of the problem and then asks more and more specific questions to incrementally localize the problem to maximal possible certainly and only then proposes a remedy.

There are various customs for writing algorithms.
One of the most frequent ones is the pseudo-code and so I use it here, in a 3-level scheme

Pseudo-code:

Level 0 (Top)
Come home from work/studies.

Am I hungry?
No --> Check health
Yes --> See what food is available and decide what I want

End of Level 0

Level 1
See what food is available and ...

Purchase this Solution


Free BrainMass Quizzes
C# variables and classes

This quiz contains questions about C# classes and variables.

Basic Networking Questions

This quiz consists of some basic networking questions.

Word 2010: Table of Contents

Ever wondered where a Table of Contents in a Word document comes from? Maybe you need a refresher on the topic? This quiz will remind you of the keywords and options used when working with a T.O.C. in Word 2010.

C++ Operators

This quiz tests a student's knowledge about C++ operators.

Javscript Basics

Quiz on basics of javascript programming language.