Wat is LessonUp
Zoeken
Kanalen
Inloggen
Registreren
‹
Terug naar zoeken
Python lesson 3
Q1: What information can be stored inside a variable?
What symbol is used to create a comment?
Extension:
Click here
https://forms.office.com/e/syQ6rKXY82
1 / 14
volgende
Slide 1:
Open vraag
Computing
Lower Secondary (Key Stage 3)
In deze les zitten
14 slides
, met
interactieve quizzen
en
tekstslides
.
Lesduur is:
50 min
Start les
Bewaar
Deel
Printen
Onderdelen in deze les
Q1: What information can be stored inside a variable?
What symbol is used to create a comment?
Extension:
Click here
https://forms.office.com/e/syQ6rKXY82
Slide 1 - Open vraag
Python lesson 3
Slide 2 - Tekstslide
Lesson 3: Python programming
Conquer:
Use selection (if statements) to control the flow of program execution between branches.
Aspire:
Create a quiz with scoring system and or statements.
Slide 3 - Tekstslide
Python skills refresh (ISL)
We always need to develop and work on our programming skills
Click Here
Follow the instructions to complete the tasks
timer
4:00
Slide 4 - Tekstslide
What is the process of checking a program for errors?
A
Error checking
B
De-bugging
C
Error finding
D
Mistake finding
Slide 5 - Quizvraag
Selection
When your programs check conditions and select the path of action that they will follow accordingly.
Slide 6 - Tekstslide
Selection in Python: Greeting
print("What’s your name?")
user = input()
print("Hello", user)
We are going to extend this program to recognise one particular name and treat it differently.
Slide 7 - Tekstslide
Slide 8 - Tekstslide
If statements ISL task
We are now going to have a go at creating our own conditional statement.
The first one has been done for you, read the comments for help.
Click here
timer
4:00
Slide 9 - Tekstslide
Testing our skills (ISL )
Now that we have created an example of a quiz question, we are going to create a 10 question multiple choice quiz.
The topic of the quiz can be your choice: EG capital cities.
Click here
timer
10:00
Slide 10 - Tekstslide
Code that only runs when a condition is met is known as coding in...
A
Sequence
B
Selection
C
Iteration
D
Recursion
Slide 11 - Quizvraag
What type of information can be stored in a variable?
A
Videos only
B
Sounds only
C
Pictures only
D
Numbers, text, and other types of data
Slide 12 - Quizvraag
What is a variable?
A
It allows you to enter information.
B
An error in your program.
C
A comment explaining your code.
D
A container that holds information.
Slide 13 - Quizvraag
CORRECT
CAUSE AN ERROR
print = ("Hello")
Print("Yes!")
print("this one)
name = imput("what is your name")
name = input("what is your name")
print("this text")
fav colour = "Green"
age = 10
print("Hello", name)
print("Bye",name")
Slide 14 - Sleepvraag
Meer lessen zoals deze
Python lesson 3
Maart 2024
- Les met
14 slides
Computing
Lower Secondary (Key Stage 3)
Python Lesson 5 - Recall
September 2023
- Les met
27 slides
Computing
Lower Secondary (Key Stage 3)
Python Development Lesson 1 - JM Lesson Obs
Mei 2023
- Les met
35 slides
LessonUp
Lower Secondary (Key Stage 3)
Y8 Python
Juli 2022
- Les met
30 slides
Computing
Lower Secondary (Key Stage 3)
Y8 Python - Low Ability - If Elif JM
Juni 2023
- Les met
40 slides
Computing
Lower Secondary (Key Stage 3)
Python lesson 3
September 2024
- Les met
20 slides
Computing
Lower Secondary (Key Stage 3)
Y8 Python
Juni 2022
- Les met
38 slides
Computing
Lower Secondary (Key Stage 3)
Python lesson 4
September 2023
- Les met
18 slides
Computing
Lower Secondary (Key Stage 3)