It/210 Media Collection Processes

Submitted by: Submitted by

Views: 199

Words: 262

Pages: 2

Category: Science and Technology

Date Submitted: 04/18/2014 11:56 AM

Report This Essay

Associate Program Material

Week 1 - Appendix C

Input Data and Output Process

In the Processes column, list at least three processes (capabilities) necessary to keep track of your home CD or DVD collection on your computer. You will be the user of the program; you need to define the processes you would like to see in the program. Think about what can do you do with iTunes.

In the Input column, identify a logical name (variable) for the input data required for each process the type of output data: real number, integer, or text.

In the Output column, identify a logical (variable) name for each output data item and the type of output data: real number, integer, or text.

You can have more than one input/output variable for each process. Make sure you define the logical name and data type for each variable. In this assignment you do not need to define the range for each input/output variable.

Make sure you review the example provided in Appendix B in the Course Materials Forum.

|Input |Processes |Output |

|Name: Movie |1. Get the user input for the movie title |Name: Movie |

|Type: Text | |Type: Text |

|Range: | |Range: |

|Name: Artist, Album |2. Get the user input for the music artist |Name: Artist, Album |

|Type: Text |and album |Type: Text |

|Range: | |Range: |

|Name: MusicGenre |3....