Write the structured English process for this video rental problem.
Consider the following DFD segment and narrative:
Manager
2.4 Update movie data
movie data
movies
new movie
New-movie = title + year + media + category + price.level
Category = [action | drama | comedy | family]
The items data store is an inventory file that contains the details about movies owned by the video store. The manager inputs the details about each movie (title, year of original release, media: DVD or VHS). In addition, the manager determines a category and price.
Movies often arrive in batches, so the manager would like to enter the information about all the movies that arrive together without exiting.