The document summarizes the input data, processes, and output data needed to track a home CD/DVD collection. The input data includes the album name, artist name, and year released. The processes are storing this input data and updating the total number of CDs in inventory. The output includes the stored album name, artist name, year released stored as text, integer, and integer data types respectively. The total number of CDs is also stored as an integer output.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
85 views1 page
It210 Week 1 Day 5
The document summarizes the input data, processes, and output data needed to track a home CD/DVD collection. The input data includes the album name, artist name, and year released. The processes are storing this input data and updating the total number of CDs in inventory. The output includes the stored album name, artist name, year released stored as text, integer, and integer data types respectively. The total number of CDs is also stored as an integer output.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
You are on page 1/ 1
Appendix C IT/210 Version 5
Associate Program Material
Appendix C Input Data and Output Process In the second column, list at least three processes (capabilities) necessary to keep track of your home CD or DVD collection. In the first column, identify the input data required for each process. In the last column, identify a logical name for each output data item and the type of output data: real number, integer, or text. Input AlbumName ArtistName YearReleased AlbumName ArtistName YearReleased Inventory Processes 1.Get User Input Output Album Name (Text) Artist (Text) Year Released (Integer) Album Name stored (text) Artist Name stored (text) Date released stored (integer) Total number of CDs (Integer)
2. Store AlbumName 3. Store ArtistName 4. Store YearReleased 5. Update Total Number of CDs in Inventory