TA: | Jade Cheng 成玉 (yucheng@hawaii.edu) |
Instructor: | Edo Biagioni (esb@hawaii.edu) |
Course: | Introduction to Computer Science II, ICS 211 |
TA Office: | POST Building Room 303-3 (cubicle 3) |
TA Hours: | Tuesday 10:30-11:30 am |
Thursday 10:30-11:30 am |
Lab Location: | POST Building Room 319 |
Time: | Section 1: Wednesday 3:00-5:30 pm |
Section 2: Friday 3:00-5:30 pm |
Attendance will be taken for each lab session.
Students are welcome to attend either or both sections of the lab.
Your TA will be present in lab to help you with questions you have on the material presented in class and to help you with your assignments.
Do not expect a lecture during lab. Lab time will be used to work on assignments, and your TA will be going around the room helping students that ask for help.
Your TA will answer email if you need help with assignments but will often be able to provide more assistance by going through your code with you in person.
Please do not be afraid to approach your TA. She is a valuable resource and is eager to help you with any questions you may have. If she is busy helping another person during lab time, just raise your hand and be sure to get her attention so she is aware that you need help.
There are no food or drinks allowed in the lab. Your TA will not bother you about this, but the system administrator monitoring the cameras on the wall will. If the system administrator catches you, he will ask you to leave and will delete your lab account.
You should submit homework via email to yucheng@hawaii.edu.
The due date for assignments will be on Sunday by 11:59 pm, but this time is subject to change. Late assignments will receive zero points. If they are submitted, however, the TA will assess them for your benefit.
Please follow the following instructions when submitting assignments. Failure to do so may affect your grade.
/** * Short description of program. * @author Last Name, First Name * @assignment ICS 211 Assignment X * @date Today's Date * @link For applets, include the link to your HTML * page that displays your applet * @bugs Short description of bugs in program */
LastnameFirstnameX.java.
(Note: For example, SuzukiBubba1.java would be submitted for the first assignment if Bubba Suzuki were submitting it.)
The TA's email address: yucheng@hawaii.edu. Do not send your assignment to the instructor.
Your UH UNIX email address. That way, if the TA doesn't get your email for some reason, you have proof that it was sent.
[211] assignment number
For example: [211] assignment 1
Copy and paste the latest version of your program. That way, we have your program even if you forgot to attach it.
Attach your LastnameFirstnameX.java file. Do not submit the LastnameFirstnameX.class file or a zip file.
Be sure to double-check your assignment submission by opening the email that you sent to the TA, downloading the attached program, and compiling and running the program to make sure it works and that it is the program that you intended to submit. You are responsible for sending the correct program. No excuses will be accepted.
You may submit an assignment more than one time. Only the most recent assignment submitted before the deadline will be graded. If you cannot make the deadline, then turn in what you have before the deadline for partial credit.
-35 | Program does not meet specifications or does not address the intended implementation as specified in the assignment. Program is incomplete. |
-35 | The program doesn't compile or crashes (has runtime errors), because of syntax errors, procedural errors, or insufficient error handling. |
-15 | The program runs as intended with numerous logic errors. |
-10 | Not following the ICS Java Coding Standard, unless otherwise specified in the assignment. This includes appropriate use of comments (every 3-5 lines). |
-5 | The program runs as intended with minor logic errors. |
See ICS Java Coding Standard for coding syle and guidelines.