Purchase Solution

Situation or problem that would use a decision structure and a loop

Not what you're looking for?

Ask Custom Question

Please describe a situation or problem that could lead to a decision structure and a loop.

Purchase this Solution

Solution Summary

This job describes a situation or problem that would use a decision structure and a loop.

Solution Preview

A Decision Structure is the code that makes a program do different things

Computers are sometimes called, "Thinking Machines" and the main thing that has to happen when a computer is "thinking" is decision making or problem solving. As thus decision making with a computer is when 'decision structure and looping' comes into play.

Problem Solving

· In the most general terms, problem solving involves finding a sequence of steps that allow one to move from a given starting point to the goal.
· In order to take a step one must know what options, or operations, are available.
· There are a number of well defined operations for procedural programming.

Control Structures

· How are instructions arranged so that a computer ...

Purchase this Solution


Free BrainMass Quizzes
Javscript Basics

Quiz on basics of javascript programming language.

Basic Networking Questions

This quiz consists of some basic networking questions.

Inserting and deleting in a linked list

This quiz tests your understanding of how to insert and delete elements in a linked list. Understanding of the use of linked lists, and the related performance aspects, is an important fundamental skill of computer science data structures.

Basic UNIX commands

Use this quiz to check your knowledge of a few common UNIX commands. The quiz covers some of the most essential UNIX commands and their basic usage. If you can pass this quiz then you are clearly on your way to becoming an effective UNIX command line user.

Basic Computer Terms

We use many basic terms like bit, pixel in our usual conversations about computers. Are we aware of what these mean? This little quiz is an attempt towards discovering that.