-
Notifications
You must be signed in to change notification settings - Fork 0
/
MarkSheet.txt
59 lines (35 loc) · 1.32 KB
/
MarkSheet.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
CMPUT 229 Laboratory Assignment #5
==================================
Final Mark: /100 MARKS TOTAL
=====
Part 1: _____ /16 Collision-Free, Match-Free
Part 2: _____ /24 Collisions & Matching Strings
Part 3: _____ /30 File Interning
Part 4: _____ /20 Edge Cases - Large Data Sets
Part 5: _____ /10 Style
-------------------------------------------------------------------------
Part 1: Collision-Free, Match-Free
_____ /16
test01 _____ /8 test02 _____ /8
------------------------------------------------------------------------
Part 2: Collisions & Matching Strings
_____ /24
test03 _____ /8 test04 ____ /8 test05 ____ /8
test08 _____
-To receive any marks for this section, test08 must pass.
------------------------------------------------------------------------
Part 3: File Interning
_____ /30
test09 _____ /10 test10 _____ /10 test11 _____ /10
------------------------------------------------------------------------
Part 4: Edge Cases - Large Data Sets
_____ /20
test06 _____ /10 test07 _____ /10
------------------------------------------------------------------------
Part 5: Style
_____ /10
Some common deductions will include: (5 marks per deduction)
No subroutine description
No program header
No explanation for register usage
No block comments