0% found this document useful (0 votes)
165 views4 pages

It0035 Practical Exam Correct

A new video store needs a program to manage its inventory and customers. The document outlines a program with 4 modules: 1) add new videos, 2) rent videos, 3) display all videos, and 4) finishing touches. It specifies a text file to store initial video data with 5 movies in genres of horror, romance, sci-fi, action, and comedy. The program must store videos in a collection, place each module in a function, and include error handling.

Uploaded by

Eugene Torres
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
165 views4 pages

It0035 Practical Exam Correct

A new video store needs a program to manage its inventory and customers. The document outlines a program with 4 modules: 1) add new videos, 2) rent videos, 3) display all videos, and 4) finishing touches. It specifies a text file to store initial video data with 5 movies in genres of horror, romance, sci-fi, action, and comedy. The program must store videos in a collection, place each module in a function, and include error handling.

Uploaded by

Eugene Torres
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 4

COLLEGE OF COMPUTER STUDIES & MULTIMEDIA ARTS

IT0035
(INTEGRATIVE PROGRAMMING)

PRACTICAL EXAM
Surname first, alphabetically arranged…
Group Name: Name Role/Contribution

Group Members:
Section:

Professor:

Date:

IT0035-Integrative Programming Page 1 of 4


COLLEGE OF COMPUTER STUDIES & MULTIMEDIA ARTS
PROGRAM DESCRIPTION
A new video store in your neighborhood is about to open. However, it does not have a program to keep track
of its videos and customers. The store managers want someone to write a program for their system so that
the video store can operate.

The program will have the following modules:

Operations Assigned
Member
[1] Insert a new video Lead Programmer (20 minutes)
[2] Rent a video; that is, check out a video Programmer1 (20 minutes)
[3] Display all videos in the store Programmer2 (20 minutes)
[4] Finishing Touches All (20 minutes)

The program will require 1 text file with specifications below:

Text File Requirements


VIDEO Text File [1] Will store the information about the Videos
[2] Should contain 5 movies by default.
[3] Genre: Horror, Romance, Sci-Fi, Action
and Comedy
**Must be authentic and true.**

INSTRUCTIONS:
 The program will have the following options/menus:
o [1] New Video
o [2] Rent a Video
o [3] Display all Videos
o [4] Exit Program

 Follow the suggested screen dialogs


below for each of the option above:

IT0035-Integrative Programming Page 2 of 4


COLLEGE OF COMPUTER STUDIES & MULTIMEDIA ARTS

IT0035-Integrative Programming Page 3 of 4


COLLEGE OF COMPUTER STUDIES & MULTIMEDIA ARTS

REQUIREMENTS:

 You must store your videos in a COLLECTION once you retrieved them from the text file.
Retrieving will only be done once, i.e. at the start of the program. They must also be stored in a
COLLECTION during processing. Saving back to the text file will be done when the user chooses
[4] Exit Program.
 Each module must be placed in separate functions (def).
 Include error trapping thru try and except.

IT0035-Integrative Programming Page 4 of 4

You might also like

pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy