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 tablespoons of peanut butter
and so on
Functional abstraction can be applied in computation by following the sequence of steps:
Identify the problem, defining the input and output.
Design an algorithm to solve it ~ an algorithm is a sequence of statements that transform an input into a correct output.
Implement the algorithm by writing it in a highlevel program.
Runexecute the program on a computer to initiate the computation that gives the output.
Use the following symbols to design your flowchart:tableSymbolName,FunctionArrows,tableAn oval represents a startor end pointInputOutputtableA line is a connector thatshows relationships betweenthe representative shapes
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
