Dein Suchergebnis zum Thema: elsen

Meintest du essen?

KS3 Computing | More branches

https://www.raspberrypi.org/curriculum/key-stage-3/introduction-to-python-programming/more-branches

This lesson progresses to multi-branch selection, then introduces while, the general-purpose iterative structure available in Python. Learners will explore problems that will allow them to deepen their comprehension of when and how selection should be used. For example, they will build programs that check the weather conditions where they are living and display appropriate responses. They will also be introduced to iteration, making sure that they understand the mechanics of how it works, before they go on to build their own iterative programs in the next lesson.
Learning objectives Use multi-branch selection (if, elif, else statements) to control

    Kategorien:
  • International
Seite melden

GCSE Computer Science | KS4 | Selection

https://www.raspberrypi.org/curriculum/key-stage-4/programming-part-2-selection/selection

This lesson moves learners on to the next big programming construct, selection. They are introduced to it initially through a flowchart which demonstrates how a condition can be used to control the flow of execution in a program. They are then introduced to definitions for logical expressions and conditions. A short activity is used to allow learners to grasp how logical expressions evaluate. They then complete a PRIMM activity where they investigate and modify a Chatterbot. Finally, peer instruction is used to assess their learning.
control the flow of execution Walk through code that includes selection (if, elif, else

    Kategorien:
  • International
Seite melden

Learn at home #3: building resilience and problem solving skills – Raspberry Pi Foundation

https://www.raspberrypi.org/blog/learn-at-home-resilience-problem-solving-debugging/

With changes to school and work around the world, many parents and carers still aren’t sure what to expect over the next few weeks. While some children have returned to school, we know that many young people and families are still learning and working at home. We’re providing lots of free extra resources for young…
I referred to the debugging technique of talking through the code with someone else

    Kategorien:
  • International
Seite melden