SelectSmart.comSelectSmart.com
Before you decide
Over 20,000 selectors
Ragnarox's flowchart create and edit page

▷ ▶ CompSci SelectSmart.com free Computer flowcharts and decision trees.
ComputerCompSci
By Ragnarox
Category: Computer. Viewed 185 times. Created December 2013.     Disclaimer.   
    Make your own flowchart More flowcharts
                
RATE THIS
FLOWCHART






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"