![]() |
.. (לתיקייה המכילה) | |
Submission | |
Each assignment is submitted both manually, a printout of your work + documentation, and electronically. The manual submission goes to the course's box on Taub's 1st floor, and electornic one is through a link in the site. Submission should be done no later than the specified deadline. Note that deadlines contain an exact hour. Each day delay carries a penalty of 5 points. A day late is anything between 0.001 seconds and 24 hours after the deadline. Note: you must keep the confirmation number of your automatic submission in order to prove the fact of submission in case of any problem that could arise. |
Late Submissions | |
If you miss for any reason the original deadline for an assignment submit as follows: - Electronic submission as usual through the site. (Do not send mails to the course's staff. These do not count) - Dry submission to the box of the TA in charge of the exercise. These boxes can be found on Taub's fifth floor right as you go out of the elevator. |
Code Conventions | |
The code conventions that appear in Course Material, Code Conventions, must be followed in the MATAM assignments (except for Cshell). Adherence to the code conventions will be checked in the manual check. |
Copying - Read Carefully | |
Copying will be handled severly in this course. We employ several techniques in search of copying. You do not want to copy in this course, the punishment will be harsh and not actually writing code now will put you behind in all future courses in the faculty. |
Is it true that there is a lot of work in this course? | |
Yes, there is quite a lot :) |
So you will probably postpone some of the homeworks, right? | |
No. There are not postponements in Matam. You can look in previous semesters if you think we're kidding. |
Where can we work ? | |
You can work in the Windows Farms (rooms 018,022) or in the Linux/Windows Farm (room 016). The students from the faculties other than CS can work in the room 014 (Windows stations). You can get the passwords for your Windows/Linux accounts from the advisors. From any computer you work on, you can connect to the t2 computer, see Course Material -> Helpers -> Working with t2 ( = stud.technion.ac.il) : http://webcourse.cs.technion.ac.il/234122/Spring2009/en/ho_Helpers.html |
How do we get out homework back? | |
All the printouts with the grader remarks can be found in exercises return room (near the "mazkirut"). To receive detailed results of the automatic checker submit your E-mail address under the assignments sections and all the relevant files will be sent to you once they're available. |
Reserve Duty | |
Reserve duty during the period of an assignment entitles you to a day postponement on each day of reserve duty. There is no need to come in advance and ask for postponement ; you can just submit late without asking anyone. Make sure to follow the late submission directions and attach the approval of the reserve duty. (You may bring it later on if you still don't have it) |
Why have I received -55 as "Manual check grade" ?? | |
This means that your dry work was not checked for some reason. It might be because you submitted it late, put it in the wrong cell, in the wrong TA box or that you been caught copying. In any case, besides the latter, contact the TA in charge of the course. |
Can I appeal on the automatic checker's results? | |
No, you cannot. The automatic checker, and the examples it checks, are written in a way which assures that if you followed our instructions, you will have no reason to appeal. Pay attention to our examples, how EXACTLY to run them, and make sure you test your program with them before you submit it. Beware from common pitfalls such as first testing your program, and only then document it - many times people are sure their code is working, and then when they put remarks they make errors like not closing ./* .. this will cause all tests to crash, and you lose many points. |