Skip to content

Commit 2c74346

Browse files
committedNov 25, 2024
[ pages ] wrods
1 parent 101a0c3 commit 2c74346

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed
 

‎pages/index.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
1-
This page links to the interactive notes and exercises for Logic part of [CS208 Logic & Algorithms](https://classes.myplace.strath.ac.uk/course/view.php?id=15121), part of the Undergraduate Computer Science degree at the [University of Strathclyde](https://www.strath.ac.uk/science/computerinformationsciences/).
1+
This page links to the interactive notes and exercises for Logic part of [CS208 Logic & Algorithms](https://classes.myplace.strath.ac.uk/course/view.php?id=15121), part of the Undergraduate BSc (Hons) /MEng Computer Science and BSc (Hons) Software Engineering degrees at the [University of Strathclyde](https://www.strath.ac.uk/science/computerinformationsciences/).
22

3-
Please send any comments and queries to [Robert Atkey](mailto:robert.atkey@strath.ac.uk) ([Web page](https://bentnib.org)). The source code for these pages in available [on Github](https://github.com/msp-strath/cs208-logic).
3+
Please send any comments, queries, or corrections to [Robert Atkey](mailto:robert.atkey@strath.ac.uk) ([Web page](https://bentnib.org)). The source code for these pages in available [on Github](https://github.com/msp-strath/cs208-logic).
44

55
## Introduction
66

7-
In the first semester of the CS208, we will study Symbolic Logic. Symbolic Logic is a fundamental set of the techniques for describing data and processes. It is useful in computing for describing, building, and checking systems, and for solving complicated problems involving many interacting constraints. We will look at how to define logic (syntax and semantics), algorithms for computing with logic, and systems for deriving proofs in formal logic. We will also keep in mind the practical uses of logic in Computer Science.
7+
In the first semester of CS208, we will study Symbolic Logic. Symbolic Logic is a fundamental set of techniques for describing situations, reasoning, data, and processes. It is useful in computing for describing, building, and checking systems, and for solving complicated problems involving many interacting constraints. We will look at how to define logic (syntax and semantics), algorithms for computing with logic, and systems for deriving proofs in formal logic. We will also keep in mind the practical uses of logic in Computer Science.
88

99
This course follows on from CS103 and CS106 in first year.
1010

11-
Please see the [MyPlace page](https://classes.myplace.strath.ac.uk/course/view.php?id=15121) for information on Lectures, Tutorials, and Assessment.
11+
Please see the [MyPlace page](https://classes.myplace.strath.ac.uk/course/view.php?id=15121) (Strathclyde students only) for information on Lectures, Tutorials, and Assessment.
1212

1313
### Learning Outcomes
1414

@@ -26,7 +26,7 @@ Part 0 of this course is a (re)introduction to the basic concepts of Proposition
2626

2727
1. [Syntax](prop-logic-syntax.html): what are the valid sequences of symbols that we can write down? Which ones are logical formulas?
2828

29-
2. [Semantics](prop-logic-semantics.html): what do those symbols mean? What do formulas made form the symbols mean?
29+
2. [Semantics](prop-logic-semantics.html): what do those symbols mean? What do formulas made from the symbols mean?
3030

3131
3. [Truth Tables, Satisfiability, and Validity](truth-tables.html): An effective way to compute the meaning of a logical formula, and two kinds of statements we can make about a formula.
3232

0 commit comments

Comments
 (0)
Please sign in to comment.