Wat is LessonUp
Zoeken
Kanalen
Inloggen
Registreren
‹
Terug naar zoeken
Year 10c programming fund 1
Year 10c programming fund 1
Key objective - you will be able to create different types of variables and apply different operations to those variables.
Learning objectives
- Use and identify different data types
- Use and identify constants and variables
- Use assignment statements & arithmetic operators
- Use the constructs Sequence, Selection & Iteration
1 / 15
volgende
Slide 1:
Tekstslide
Computing
Upper Secondary (Key Stage 4)
GCSE
In deze les zitten
15 slides
, met
interactieve quizzen
en
tekstslides
.
Lesduur is:
120 min
Start les
Bewaar
Deel
Printen
Onderdelen in deze les
Year 10c programming fund 1
Key objective - you will be able to create different types of variables and apply different operations to those variables.
Learning objectives
- Use and identify different data types
- Use and identify constants and variables
- Use assignment statements & arithmetic operators
- Use the constructs Sequence, Selection & Iteration
Slide 1 - Tekstslide
What is a data type?
Slide 2 - Woordweb
Complete the table
3.14535
"Geoff"
G
314535
True
String
Real/Float
Char
Boolean
Integer
Slide 3 - Sleepvraag
Complete the
Data Types Topic Test
on Classroom
Slide 4 - Tekstslide
What is a variable? and what is a constant?
name = str(input("Enter your name?")
DOB = int(input("What is your Date of birth?")
pi = 3.142
radius = float(input("What is the radius?")
print("The circumference is: " 2 * pi * radius)
Slide 5 - Tekstslide
Add 4 to 5
Print the result
A
Variable
B
Constant
Slide 6 - Quizvraag
Ask the user to type in a whole number
Add 5 to that number
Print the result
A
variable
B
constant
Slide 7 - Quizvraag
If 4 is less than 5
Add 5 to 4
Print the result
Otherwise
Print "no"
A
variable
B
constant
Slide 8 - Quizvraag
Ask the user to type in a whole number
If the number typed in is less than 5
Add 5 to the number typed in
Print the result Otherwise
Print "no"
A
variable
B
constant
Slide 9 - Quizvraag
Slide 10 - Tekstslide
Slide 11 - Tekstslide
Slide 12 - Tekstslide
Read section 5 Cambridge GO (Operators)
- Interactive Activity 10a, 10b, 10c, 10d1, 10d2, 10e
- Complete the Operators Topic Test on Google
Classroom you should use Visual Studio Code for the calculations
Slide 13 - Tekstslide
Sequence - The order processes are carried out
Selection - a condition to decide the path through the program and which set of instructions to execute next
Iteration -where a group of instructions are repeated.
Slide 14 - Tekstslide
Generate a random number and store it as a variable ask the user to input a number.
Tell the user if the number is higher or lower than the random number.
Keep guessing until the player guesses the number.
Slide 15 - Tekstslide
Meer lessen zoals deze
Lesson 4
Mei 2023
- Les met
17 slides
Python lesson 3
September 2024
- Les met
20 slides
Computing
Lower Secondary (Key Stage 3)
Year 9 Python recap
Maart 2024
- Les met
21 slides
Computing
Lower Secondary (Key Stage 3)
Year 9 Python recap
7 dagen geleden
- Les met
21 slides
Computing
Lower Secondary (Key Stage 3)
Cover Year 9 Python Lesson 2 180923
September 2023
- Les met
19 slides
Computing
Lower Secondary (Key Stage 3)
Algorithms
Maart 2024
- Les met
34 slides
Python lesson 2
September 2024
- Les met
23 slides
Computing
Lower Secondary (Key Stage 3)
Python lesson 1
September 2023
- Les met
20 slides
Computing
Lower Secondary (Key Stage 3)