02/08/2021COMP3141 - Sample Examhttps://web.cse.unsw.edu.au/~cs3141/cgi-bin/exa/exam/sample/solutions1/14COMP3141Software System Design and ImplementationSAMPLE EXAMTerm 2, 2021Total Number of Parts: 5.Total Number of Marks: 125.All parts are of equal value.Answer all questions.Excessively verbose answers may lose marksFailure to make the declaration or making a false declaration resultsEnsure you are the person listed on the declaration.All questions must be attempted individually without assistanceY ou must save your exam paper using the button below beforeLate submissions will not be accepted.You may save multiple times before the deadline. Only your P art A2 5m ark sAnswer the following questions in a couple of short sentences.Questio n 1A3 m ark sWhat is the dif ference between a partial function and partial?Refe re n ce s o lu tio nA partial function is a function not dewhere a (n)-argument function isQ uestio n 2A3 m ark sName two methods of measuring program coverage of a test suite, anddif fer .Refe re n ce so lu tio nC O M P3141 - S am ple E xamMartina Zakiz5264835StudentLog o ut02/08/2021COMP3141 - Sample Examhttps://web.cse.unsw.edu.au/~cs3141/cgi-bin/exa/exam/sample/solutions2/14Refe re n ce s o lu tio nFunction coverage measures whether or not a given function is executedwhereas path coverage measures all possible executioncompute than path coverage.Q uestio n