ComputerCompSci
A SelectSmart.com Flowchart by Ragnarox
To print this page, right mouse click, open "Print preview", "Print" or a similar option depending on your browser, then use the controls to size this page appropriately. Go to SelectSmart.com/flowchart/flowchart.php?id=1001077 for the original version of this flowchart. Find and create other free decision making tools at SelectSmart.com. Use our interactive selectors to find the best college, best career, right religion, most appropriate dog breed, best college major and more.  
SelectSmart.com SelectSmart.com®
Make Your Own Flowchart
© SelectSmart.com. All Rights Reserved.
This is a flowchart I made as a visual representation of a program I am making for my Computer Science class. It is being used as part of my documentation to explain the different options available to the user.

                 
Create
User enters relevant information
New object created in database
 
 









Edit
User searches for desired object
User enters relevant information
Object modified, index in database is unchanged
 









Display
User can display one object or all objects in a table
 
 
 









Sort
Sorts objects in alphabetical order
Indices change as appropriate
 
 









Search
User searches for desired object
Returns object OR displays "not found"
 
 









Save
Saves current database
External file created
 
 









Load
User selects external file
Loads database OR displays "invalid file"