0% found this document useful (0 votes)
8 views1 page

2 - Requirements For Code and Video

Uploaded by

lch080807
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)
8 views1 page

2 - Requirements For Code and Video

Uploaded by

lch080807
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/ 1

Submission Requirements for Program Code & Video

You are required to use Python, Java, or VB.Net for your application development. If your
application requires the use of other programming languages, please consult with your teacher.

COMPONENT A: PROJECT CODE


Use an IDE to develop the program code for your module (including comments). Include
comments or acknowledgments for any part of the submitted program code that has been written
by someone other than you and/or your collaborative partner(s).
In your program, you must include student-developed program code that contains the following:

□ Instructions for input from one of the following:


◆ the user (including user actions that trigger events)
◆ a device
◆ an online data stream
◆ a file
□Use of at least one list (or other collection type) to represent a collection of data that is stored
and used to manage program complexity and help fulfill the program’s purpose

IMPORTANT: The data abstraction must make the program easier to develop
(alternatives would be more complex) or easier to maintain (future changes to
the size of the list would otherwise require significant modifications to the
program code)
□ At least one subroutine that contributes to the program’s intended purpose, where you have
defined:
◆ the subroutine’s name
◆ the return type (if necessary)
◆ one or more parameters
□ A program that includes sequencing, selection, and iteration that is in the body of the
selected module
□ Calls to your student-developed procedure
□ Output (tactile, audible, visual, or textual) with appropriate messages based on input and
program functionality
COMPONENT B: VIDEO DEMONSTRATION
Submit one video file that demonstrates the running of your program code as described below.
Your video must demonstrate your program running, including:
□ Input to your program
□ Integration with another module developed by a group member
□ Output produced by your program
□ A functional module that meets the requirements of the module.
Your video may NOT contain:
□ Any distinguishing information about yourself
□ Voice narration (though text captions are encouraged)
Your video must be:
□ Either .webm, .mp4, .wmv, .avi, or .mov format
□ No more than 1 minute in length
□ No more than 30MB in file size

You might also like