Comp 110
Introduction to Programming

 

Assignments

 

Homework 0  Assigned: Thursday, June 21, Due: Friday, June 22

All other assignments are posted on the blackboard system.

 

Submitting Assignments on Blackboard

 

1. Log in to the COMP 14 Blackboard page (blackboard.unc.edu)
2. Click the Assignments button
3. Find the current assignment and select View/Complete
4. A new page will open. In the Comments section, include a short list of questions you had and/or problems you encountered while doing the assignment. Also, provide an estimate of the amount of time you spent working on this assignment (including design, coding, and debugging). Do not leave the Comments section blank.
5. In the File To Attach section, click Browse... Your web browser will open a window in which you locate and select the file to attach. Use the Look in area's drop down menu at the top of the window to navigate to where the file is stored (for COMP 14 assignments, the file may be somewhere under the comp14 folder on the H: drive, for example).
    Note: If you are using Netscape, by default, only HTML files will be displayed in the Choose File window. To see other types of files, click on the arrow to the right of the box labeled Files of type, and choose the All Files option.
7. Once you find the file you want to attach, click once on its name. Then click Open in the lower right corner.
8. Click Add Another File so that the file you just chose will appear in the Currently Attached Files list.
9. Please do not add multiple copies of the same file.
10. When you've finished adding all of the files that are needed for the assignment, click Submit at the bottom of the page.

Important: If you click Save instead of Submit, your assignment will not be turned in.
11. After you've clicked Submit, an assignment receipt page will display. Click OK. If you want, you can further verify that your assignment was submitted successfully by clicking the assignment's View/Complete link. An Assignment Already Completed page will open. Click OK to view the Assignment Information and your submitted work.
Important: If you submit your assignment and later realize you have made a mistake, Blackboard will not allow you to re-submit the assignment. You must contact the instructor to be able to re-submit the program (in person or via phone is suggested). They will delete your first submission, and Blackboard will allow you to re-submit. You have not turned in your assignment until you re-submit. You are only allowed to re-submit once per assignment. You are not allowed to re-submit after the due date. 

 

The Assignment Headers with Pledge

 

Your signed pledge must be turned in or your assignment will not be graded.

 

For the writing assignments, always turn in your assignments with the following header.

            Homework Insert assignment number
            Name: Insert your name 
            Due Date: Insert due date 
            Class: COMP 110-001 Instructor: Jingdan Zhang
            Pledge: I have neither given nor received unauthorized aid on this homework assignment. (signature)
 

For the programming assignments,  always put the following header in the beginning of your code.

/******************************************************************
 * Program Insert assignment number: Insert assignment name
 *
 * Programmer: Insert your name
 *
 * Due Date: Insert due date

 *
 * Class: COMP 110-001        Instructor: Jingdan Zhang
 *
 * Pledge: I have neither given nor received unauthorized aid
 * on this program.     (signature)
 *
 * Description: Insert a brief paragraph describing the program.
 *
 * Input: Insert a brief description of user inputs, or "None" if
 *  there is no user input
 *
 * Output: Insert a brief description of the program output.
 *
 ******************************************************************/