Vous êtes sur la page 1sur 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

Vous aimerez peut-être aussi