代写CMT304 Programming Paradigms代做R编程

Assessment Proforma 2024–25

Key Information

Module Code

CMT304

Module Title

Programming Paradigms

Assessment Title

Logic Programming

Assessment Number

Logic Programming tasks of the portfolio coursework

Assessment Weighting

25% of the portfolio coursework

Assessment Limits

Limits are per task as set in the instructions

The Assessment Calendar can be found under ‘Assessment & Feedback’ in the COMSC–ORG– SCHOOL organisation on Learning Central. This is the single point of truth for (a) the hand out date and time, (b) the hand in date and time, and (c) the feedback return date for all assessments.

The COMSC Assessment Calendar for all assessments is also available on Learning Central:  by going to ‘COMSC-SCHOOL’ organisation -> ‘Assessment & Feedback 2025 - 26’ folder -> ‘COMSC Assessment Calendar 2025 - 26’ page.

1    Learning Outcomes

The learning outcomes for this assessment are

•  Explain the conceptual foundations, evaluate and apply various programming paradigms, such as logic, functional, scripting, filter-based programming, pattern matching and quantum com- puting, to solve practical problems.

•  Discuss  and contrast the issues, features, design and concepts of a range of programming paradigms and languages to be able to select a suitable programming paradigm to solve a problem.

2 Submission Instructions

The coversheet can be found under ‘Assessment & Feedback’ in the COMSC–ORG–SCHOOL or- ganisation on Learning Central.

All files should be submitted via Learning Central. The submission page can be found under ‘As- sessment & Feedback’ in the CMT304 module on Learning Central. Your submission should consist of these files:

Description

Type

Name

Coversheet

Compulsory

One PDF ( . pdf) file

coversheet. pdf

Task 1.1

Compulsory

One ASP ( . lp) source file

problem_encoding. lp

Task 1.2

Compulsory

One PDF (.pdf) file

task1-2. pdf

If you are unable to submit your work due to technical difficulties, please submit your work via e- mail to [email protected] and notify the module leader (and ideally the setter, if different).  If the technical is- sue is with Cardiff University systems, also report it to the University IT Support: email [email protected], tel. +44 (0)29 2251 1111.

Any code will be tested on a Linux system equivalent to COMSC’s Linux lab machines and must run there.

3    Assessment Description

3.1    Logic Programming

Consider the following situation:

Patent requests are submitted to the patent office and are reviewed by members of the technical board (referees). To find a good match between patent requests and referees, every referee declares their expertise for each submitted request that needs to be reviewed:

Expert, Knowledgeable, Familiar or Inexpert

For example, declaring Expert for a given patent request P1, means  “I am an expert on the topic of patent request P1 ”. The goal is to write a program to automate this process.

Using a list of bids that indicate each referee’s level of expertise for each patent request, the task is to assign each submitted patent request to exactly of n referees, subject to the following requirements:

the workloads of the referees are approximately equal, that is, do not differ by more than m;

•  no referee is required to review more than k submissions from the Familiar category;

•  the total number of cases when a submission is assigned to a referee who placed it in the Inexpert category is as small as possible;

•  the total number of cases when a submission is assigned to a referee who placed it in the Expert category is as large as possible.

The parameters n, m and k are arguments set when calling the program.

Task 1.1: Write a logic program in ASP (problem_encoding. lp) which finds all solutions to the problem, given as input n, m and k and a list of bids. Your program will receive as input a set bid/3 of triples ref, req, exp, such that the referee ref has declared to have expertise exp for request req. (The parameters n, m and k are set when calling the program). The output of your program is a set assign/2 of pairs ref and req such that the referee ref has been assigned to review request req.

Make sure you document your code, so the following is clear:

1.  How it should be used.

2.  What the approach to solving the problem is.  In particular, you need to explain what each rule achieves.

Task 1.2: Write a short report on logic programming related to the problem:

1.  Provide, in no more than 300 words, an analysis of the design and functioning of your pro- gram:

(a)  Describe the operation of each rule, explaining both how the body of the rule is evaluated and what output is generated.

(b)  Discuss how your program implements the guess-and-test methodology.

The word limits are an upper limit, not a target length.  Text longer than the word limit will be ignored.

4 Assessment Criteria

Task 1.1 worth 70% of the coursework

High Distinction 80% − 100%

Code is valid without syntax errors and creates a valid output for every valid input. A suitable attempt to solve the problem has been made, that will find all solutions (if there are any) for all problems. The approach is natural and correctly uses the declarative nature of ASP. The attempt has been excellently documented and clearly shows an effort to optimise the program’s performance.

Distinction 70% − 79%

Code is valid without syntax errors and creates a valid output for every valid input. A suitable attempt to solve the problem has been made, that will find all solutions (if there are any) for all problems. The approach is natural and correctly uses the declarative nature of ASP. The attempt has been well documented.

Merit 60% − 69%

Code is valid without syntax errors and creates a valid output for every valid input (or produces a suitable error message for valid cases it cannot process). A suitable attempt to solve the problem has been made, that will find all solutions (if there are any). The attempt has been well documented.

Pass 50% − 59%

Code is valid without syntax errors and creates a valid output for every valid input (or produces a suitable error message for valid cases it cannot process). A suitable attempt to solve the problem has been made, that will often find at least one solution (if there is any). The attempt has been reasonably doc-umented, but no consideration has been given to optimise the program’s performance.

Marginal Fail 40% − 49%

Code is valid without syntax errors and creates a valid output for every valid input (or produces a suitable error message for valid cases it cannot process). A suitable attempt to solve the problem has been made, that will in some cases will find at least one solution (if there is any). The attempt has been reasonably documented, but no consideration has been given to optimise the program’s performance.

Fail 0% − 39%

Code does not run or does not produce valid output for any valid input; little to no relevant documentation.

Task 1.2 worth 30% of the coursework

High Distinction 80% − 100%

The analysis of the design and functioning of the program is clear, showing a good understanding of the Guess-and-Test methodology. It clearly describes how the rules work and the interaction of the two phases of the guess-and-test methodology, making clear reference to the program. It shows an un-derstanding of related performance issues.

Distinction 70% − 79%

The analysis of the design and functioning of the program is clear, showing a good understanding of the Guess-and-Test methodology. It clearly describes how the rules work and the interaction of the two phases of the guess-and-test methodology, making clear reference to the program.

Merit 60% − 69%

The analysis of the design and functioning of the program is well-developed, showing a clear understanding of the Guess-and-Test methodology.

Pass 50% − 59%

A suitable attempt has been made to analyse the design and functioning of the program.

Marginal Fail 40% − 49%

An attempt has been made to analyse the design and functioning of the pro-gram. It correctly discusses some aspects of the Guess-and-Test methodol-ogy.

Fail 0% − 39%

At most an incomplete attempt to analyse the design and functioning of the program has been made.




热门主题

课程名

mktg2509 csci 2600 38170 lng302 csse3010 phas3226 77938 arch1162 engn4536/engn6536 acx5903 comp151101 phl245 cse12 comp9312 stat3016/6016 phas0038 comp2140 6qqmb312 xjco3011 rest0005 ematm0051 5qqmn219 lubs5062m eee8155 cege0100 eap033 artd1109 mat246 etc3430 ecmm462 mis102 inft6800 ddes9903 comp6521 comp9517 comp3331/9331 comp4337 comp6008 comp9414 bu.231.790.81 man00150m csb352h math1041 eengm4100 isys1002 08 6057cem mktg3504 mthm036 mtrx1701 mth3241 eeee3086 cmp-7038b cmp-7000a ints4010 econ2151 infs5710 fins5516 fin3309 fins5510 gsoe9340 math2007 math2036 soee5010 mark3088 infs3605 elec9714 comp2271 ma214 comp2211 infs3604 600426 sit254 acct3091 bbt405 msin0116 com107/com113 mark5826 sit120 comp9021 eco2101 eeen40700 cs253 ece3114 ecmm447 chns3000 math377 itd102 comp9444 comp(2041|9044) econ0060 econ7230 mgt001371 ecs-323 cs6250 mgdi60012 mdia2012 comm221001 comm5000 ma1008 engl642 econ241 com333 math367 mis201 nbs-7041x meek16104 econ2003 comm1190 mbas902 comp-1027 dpst1091 comp7315 eppd1033 m06 ee3025 msci231 bb113/bbs1063 fc709 comp3425 comp9417 econ42915 cb9101 math1102e chme0017 fc307 mkt60104 5522usst litr1-uc6201.200 ee1102 cosc2803 math39512 omp9727 int2067/int5051 bsb151 mgt253 fc021 babs2202 mis2002s phya21 18-213 cege0012 mdia1002 math38032 mech5125 07 cisc102 mgx3110 cs240 11175 fin3020s eco3420 ictten622 comp9727 cpt111 de114102d mgm320h5s bafi1019 math21112 efim20036 mn-3503 fins5568 110.807 bcpm000028 info6030 bma0092 bcpm0054 math20212 ce335 cs365 cenv6141 ftec5580 math2010 ec3450 comm1170 ecmt1010 csci-ua.0480-003 econ12-200 ib3960 ectb60h3f cs247—assignment tk3163 ics3u ib3j80 comp20008 comp9334 eppd1063 acct2343 cct109 isys1055/3412 math350-real math2014 eec180 stat141b econ2101 msinm014/msing014/msing014b fit2004 comp643 bu1002 cm2030
联系我们
EMail: 99515681@qq.com
QQ: 99515681
留学生作业帮-留学生的知心伴侣!
工作时间:08:00-21:00
python代写
微信客服:codinghelp
站长地图