Purchase Solution

Pseudocode for a Simple Task such as Turkey Sandwich.

Not what you're looking for?

Ask Custom Question

Create a pseudocode algorithm you would write for a simple task like making a turkey sandwich, as well as three simple control structures that could be used to create this algorithm. What do you think is the most difficult part of creating the algorithm? What can you do to make this process easier?

Purchase this Solution

Solution Summary

How to write a Pseudocode algorithm for a simple task such as making turkey sandwich.

Solution Preview

Turkey Sandwich [1]
INGREDIENTS:

* 8 slices sandwich bread, toasted
* 3/4 pounds sliced turkey
* 2 cans (10.5 oz each) condensed cream of mushroom soup
* 1/2 cup water
* 1/2 cup shredded mild cheddar cheese

PREPARATION:
Cut 4 toast slices into halves diagonally. For each sandwich, place 1 whole toast slice with 2 halves on each side, on baking dish or ...

Purchase this Solution


Free BrainMass Quizzes
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.

Java loops

This quiz checks your knowledge of for and while loops in Java. For and while loops are essential building blocks for all Java programs. Having a solid understanding of these constructs is critical for success in programming Java.

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.

C# variables and classes

This quiz contains questions about C# classes and variables.

C++ Operators

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