Presentation is loading. Please wait.

Presentation is loading. Please wait.

D1 stuff The tail wags the dog. M1A1 A1 A1 We mark your best effort.

Similar presentations


Presentation on theme: "D1 stuff The tail wags the dog. M1A1 A1 A1 We mark your best effort."— Presentation transcript:

1 D1 stuff The tail wags the dog. M1A1 A1 A1 We mark your best effort

2 Minimum Spanning Trees 1.If you do Prims and it asks for Kruskals even though you get the same answer it is 0 marks. Remember Prims (P) for points, Kruskals has an A in it for arcs. 2.You must write out the order you select the arcs (even in Prims from a matrix). The examiners report suggests you do this as you go through the algorithm, rather than at the end. 3.In Prims, they always give you the point to start at. 4.In Kruskals they don’t need to necessarily see the word ‘reject’ as long as your arcs are in the correct order. Prims doesn’t have any rejections so if you accidently write the word ‘reject’ anywhere in a Prims you lose all marks.

3 Critical Path Analysis 1.If you have to draw an activity network from a precedence table all arcs must have arrows, in the right directions. Additional dummies lose the final accuracy mark. If it tells you the network has two dummies but you draw a network with no dummies you lose all say (five) marks. You need to draw at least one dummy. 2.Qu is ‘explain why each of the dummies is necessary’ Answer is ‘ A and B must be able to be described uniquely in terms of the events at each end’ ‘I depends on D only but J depends on D and G’ (use ‘events’ instead of ‘activities’ is 0 marks) 3.All boxes must be completed. Miss a number out and lose say 4 marks. We check your top numbers are generally increasing left to right (and vice versa for bottom)

4 more CPA 4.Check carefully if they want a Gannt (cascade) chart or a scheduling diagram. If it is scheduling and there are four workers, if you draw more rows it’s 0 marks. If it is a Gantt chart then you can have as many rows as you like. For both graphs there are four marks and the first two marks come from drawing in the critical path. With both graphs we count to check you have the correct number of activities drawn. Missing out an activity loses two marks. 5.If they ask you whether it is possible to complete the project with 3 workers on time (say on a Gantt chart) check carefully if the question says to explain or to calculate. If it wants an explanation then you need 3 things ‘at time 9.5 days activities D, C, F and G are needed so 4 workers needed, it is not possible’ If it says calculate then do a lower bound eg 108/35 = 3.08 so 4 workers needed. If in doubt, do both.

5 Route Inspection Problem 1.The first method mark is for three distinct pairings of the correct four odd nodes. Get this wrong and you lose all say (five) marks. 2.State clearly which individual arcs you repeat. ‘Repeat DA, AE, FJ, FK, is accepted whereas ‘repeat DE, FK’ is not. Don’t just point to the table with an arrow. 3.If they ask for you to state the route count the number of edges (say 14), add on the repeated edges (say 3) then add 1 more to give 18. We count 18 letters in your route, then we check you have the repeats (underlining AB and BA) helps, then we check all letters are included. 4.Often at the end of a RIP. Qu is ‘the boy starts at K and finishes at a different vertex, traversing each path at least once. Determine where he finishes giving a reason for your answer’ (you’ll have checked the lengths of all arcs not including K and determined the shortest) so your answer is ‘Repeat DF (24) as it is the shortest that does not include K. Start at K, finish at E ‘ (they check 4 things)

6 Matchings 1.If they ask you to show the matching on a diagram (say there are four matchings) don’t just highlight them with a thicker line on the bipartite graph. The examiner won’t search for them on your diagram. Redraw a sketch with only four matchings on it. Any extra lines is 0 marks. 2.Qu is ‘explain why a complete matching is not possible’ Ans is ‘N and P can only be allocated to V’ (V can only be allocated to N and P………or………’only N and P can be allocated to V’) is 0 marks. The positioning of the word ‘only’ is important. 3.You must have an indication you have changed the status. The safest way is to change the symbols. We accept ‘cs’ (but it is easy to miss it) or write ‘change of status’. Best to rewrite symbols. P – V = F – T = A – C = J – D P = V – F = T – A = C – J = D 4.You must write the final matching out at the end (or clearly draw it on a diagram at the end). We won’t search for lines shaded thicker on a working bipartite graph. It helps us if you start on the left hand side. A = C, F = T, J = D, P = V, R = G

7 Sorts and Bin Packing and Binary Search 1.If you do a bubble sort instead of a quick sort it’s 0 marks. 2.Use lines. Common to miss a number out or misread a number. Check by counting at the end. 3.A bubble sort needs a final statement saying you have stopped. Best to repeat the line or say ‘stop’ or ‘sorted’ 4.A quick sort needs a final statement too. Once you have no sublists greater then 1 remaining it’s best to rewrite the line (or say ‘complete etc). We won’t look for your final line in your workings. Make it clear at the end. 5.In Quick sort, the pivot is the middle right. If you go wrong you can still get full marks if you choose middle left. Choosing the first or last number to pivot on is 0 marks. The first M1 is for a pivot with smaller numbers to the left and larger to the right (if ascending). Have a rogue number in there and lose all marks. 6.In Quick sort, if there are 2 sublists, do not do one pivot per line. You’ll lose all your marks except 1. 7.If you sort in ascending order and the qu says descending, keep going BUT you must reverse the list at the very end (full marks)

8 more sorts 8.If your bin pack follows your sort check you have the same amount of numbers. You need the first four items placed correctly and at least six items to score the first M1. Get this wrong and lose 4 easy marks 9.Qu is ‘determine whether your answer shows the min amount of bins. Justify your answer’ They don’t want a ‘yes, I drew 4 bins’ they want a calculation. Eg Ans is ‘6.8/2 = 3.4 so yes, 4 bins is enough’ 10.In binary state what the pivot is and the reduced list each time. You always need a final statement, eg ‘Jenny is found’.

9 Dijkstras 1.The start box doesn’t need zero in working values 2.The first method mark is for a smaller number replacing a larger number at least once in the main boxes. Miss that and lose all marks. 3.All boxes must be labelled. Miss a number out loses the whole mark to that box. 4.Safest to never write in larger values. If you do, they have to be in the right order. If any numbers are in the wrong order you lose the mark for that box. If you need more room list outside the box in a line. 5.If they ask you to ‘justify your answer’ they expect a full backread (not an essay) so: T-H 87-76 = 11 H-F 76-41 = 35 F-E 41-30 = 11 etc

10 Linear programming 1.If they ask for the constraints, don’t forget the non negatitvity constraints (x,y≥0) 2.If they ask you to indicate clearly the feasible region with R, that’s all we accept. Shading the region, outlining or pointing to it is not enough. Put R on. 3.If they give you a choice about finding the optimal point it is safer to use the objective line method. Make sure your line is not too small. You don’t need to draw it hitting an optimal point. 4.The correct line drawn is often worth two points. If you choose the point testing you need all four points correct and all four values calculated correctly to get the same 2 points. If in doubt, do both. 5.If you draw your objective line wrong you will lose a mark only if you muddle up the plotting of the x and y axes. Any old line lose you all the marks. So plot carefully. 6.You need to identify the optimal point by solving simultaneous equations. If you have chosen the points method you need to have calculated three points correctly (objective line is quicker and safer).


Download ppt "D1 stuff The tail wags the dog. M1A1 A1 A1 We mark your best effort."

Similar presentations


Ads by Google