diff --git a/overviews/week10.md b/overviews/week10.md index f16d60e1e2725acbd23565b8a634c97fa0d646b2..72bc36eff5b206463eefbe4d5a910043ff518e77 100644 --- a/overviews/week10.md +++ b/overviews/week10.md @@ -7,10 +7,10 @@ This week we will be starting to get into problem solving more directly and work This weeks **second lecture** will look at requirements elicitation. ## This week you are working on... -### 👉 [THIS WEEKS TASK](https://gitlab.uwe.ac.uk/ctap/ctap-resources/-/blob/main/practicals/week9/tasks.md?ref_type=heads) 👈 +### 👉 [THIS WEEKS TASK](https://gitlab.uwe.ac.uk/ctap/ctap-resources/-/blob/main/practicals/week10/tasks.md?ref_type=heads) 👈 -- Applying boolean logic to simulated real world problems through simple python programs -- Identifying informal logical fallacies in examples derived from the assessment scenarios +- Applying decomposition to problems and representing this with tree diagrams +- Exploring and defining the requirements of problems and evaluating these requirements ## Have already completed ... @@ -23,17 +23,21 @@ Follow the [setup guide and ensuring you have done everything on the checklist]( ... you should have completed: - Reading Chapter 3 of Karl Beechers book 'Computational thinking: a beginner's guide to problem-solving and programming' -- Tasks 1, 2 and 3 provided in `ctap-resources/practicals/week9/tasks.md` +- Tasks 1, 2, 3 and 4 provided in `ctap-resources/practicals/week10/tasks.md` ## Resources - [Chapter 3 of Computational thinking: a beginner's guide to problem-solving and programming](https://blackboard.uwe.ac.uk/webapps/blackboard/content/listContentEditable.jsp?content_id=_9740235_1&course_id=_358486_1&mode=reset) -- [practicals/week10/tasks.md]() +- [practicals/week10/tasks.md](https://gitlab.uwe.ac.uk/ctap/ctap-resources/-/blob/main/practicals/week10/tasks.md?ref_type=heads) - [Slides](https://go.uwe.ac.uk/ctapSlides) - [Markdown Guide](https://gitlab.uwe.ac.uk/ctap/ctap-resources/-/blob/main/guides/markdown.md?ref_type=heads) ### External resources -- + +- [Learn Python .org's interactive python tutorials](https://www.learnpython.org/) +- W3 schools [tutorial and reference](https://www.w3schools.com/python/) +- Raspberry Pi Foundation [tutorials](https://projects.raspberrypi.org/en/pathways/python-intro?gclid=Cj0KCQjwpompBhDZARIsAFD_Fp8FpuLGfd6v863VziU4rGdV-ZHkcnu-bhjB0KuGS1fyYLBHiXpazGcaAnGuEALw_wcB) ## Videos -- \ No newline at end of file +- [Python in 100 seconds](https://www.youtube.com/watch?v=x7X9w_GIm1s) +- Learn [python in 1 hour](https://www.youtube.com/watch?v=kqtD5dpn9C8) \ No newline at end of file