Question: Design a flowchart using the algorithm of how to make a PB & J sandwich. Making a PB & J Sandwich ( best ? )

Design a flowchart using the algorithm of how to make a PB & J sandwich.
Making a PB & J Sandwich (best?)
if bag is closed
open bag
if loaf is already sliced
remove two slices from open end
otherwise (it isn't sliced)
remove bread from bag
cut two slices of bread from loaf
put slices on table separately
open the jar of peanut butter
if jar is sealed
unseal jar
pick up knife
put knife in peanut butter
scoop out 2 tablespoons of peanut butter
...and so on.
Functional abstraction can be applied in computation by following the sequence of steps:
1. Identify the problem, defining the input and output.
2. Design an algorithm to solve it ~ an algorithm is a sequence of statements that transform an input into a correct output.
3. Implement the algorithm by writing it in a high-level program.
4. Run/execute the program on a computer to initiate the computation that gives the output.
Use the following symbols to design your flowchart:\table[[Symbol,Name,Function],[,Arrows,\table[[An oval represents a start],[or end point]]],[,Input/Output,\table[[A line is a connector that],[shows relationships between],[the representative shapes]]]]
Design a flowchart using the algorithm of how to

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!