AuroraCollegeSDD2020 / 12SDD_Course_Information_v2

GNU General Public License v3.0
0 stars 0 forks source link

9.4.1-Option-1-Programming-Paradigms#logic-paradigm #37

Open ProfStick opened 4 years ago

ProfStick commented 4 years ago

https://github.com/AuroraCollegeSDD/12SDD_Course_Information_v2/wiki/9.4.1-Option-1-Programming-Paradigms#logic-paradigm

Students learn about:

• concepts – variables – rules – facts – heuristics – goals – inference engine – backward/forward chaining • language syntax – variables – rules – facts • appropriate use, such as: – pattern matching – AI – expert systems

Students learn to:

• recognise representative fragments of code written using the logic paradigm (see Course Specifications document) • recognise the use of the logic paradigm concepts in code • interpret a fragment of code written using the logic paradigm, and identify and correct logic errors • modify fragments of code written using the logic paradigm to incorporate changed requirements • code and test appropriate solutions in a language using the logic paradigm • assess the appropriateness of a software solution written using the logic paradigm against a solution written using an imperative approach

HunterDJ03 commented 4 years ago

@tynanmatthews A lot of good Work in here. Great explanation of appropriate uses and

Otherwise well down. Keep up the good work.