Assignment Part 2 – Marking Sheet

CSE2ALG / CSE5ALG Semester 1, 2020
Assignment Part 2 – Marking Sheet
Student Name: _______________________________ Marking Date: ____________
Student No.: _______________________________ Total Mark: ___/100 or 125
The tutor is supposed to use the commands shown in bold below for marking.
If the student has any doubt the mark, he or she needs to contact the tutor for review before the lab class
ends. If a dispute occurs, the tutor is to forward the case to the subject coordinator, who is to review the
mark and make a decision.
The tutor WILL NOT accept any request of mark review after the lab class ends. The subject coordinator
WILL NOT accept any request of mark review directly from a student.
Any use of the classes in the Java Collections Framework (except for ArrayList and LinkedList) will result in a
ZERO (0) mark for Task 1.

Task 1: WordMatch.java
Mark Max
1 The file contains a reasonable program. 10
2 The program is in good coding style and with adequate comments. 10
3 javac WordMatch.java
No error occurs when the program compiles.
10
4 java WordMatchTester in1.txt out1.txt in2.txt out2.txt
No error occurs when the program runs.
10
5 If the program runs, two text files named out1.txt and out2.txt are
generated.
5
6 In out1.txt, words are saved in the requested format, i.e.
<word> <frequency> [<neighbour_1>, <neighbour_2>, …]
5
7 Words and neighbours are ascendingly sorted. Each exception
results in deduction of 0.5 mark, until 0 mark for this criterion.
5
8 Frequencies of word are calculated correctly. Each exception results
in deduction of 0.5 mark, until 0 mark for this criterion.
5
9 Neighbours are selected correctly. Each exception results in
deduction of 0.5 mark, until 0 mark for this criterion.
5
10 In out2.txt, words matching the pattern in in2.txt are shown in the
requested format, i.e. <word> <frequency>, while being
ascendingly sorted and with correct frequencies. Each exception
results in deduction of 0.5 mark, until 0 mark for this criterion.
5
11 The program accomplishes the task and terminates efficiently.
Suppose the time usage is denoted by

The post Assignment Part 2 – Marking Sheet appeared first on My Assignment Online.

WeCreativez WhatsApp Support
Our customer support team is here to answer your questions. Ask us anything!
👋 Hi, how can I help?
Scroll to Top