Small basic lesson 2

Student Voice
Student Voice Questions Explained

Click the link to complete the survey:
1 / 20
volgende
Slide 1: Tekstslide
ComputingLower Secondary (Key Stage 3)

In deze les zitten 20 slides, met interactieve quizzen en tekstslides.

time-iconLesduur is: 50 min

Onderdelen in deze les

Student Voice
Student Voice Questions Explained

Click the link to complete the survey:

Slide 1 - Tekstslide

Deze slide heeft geen instructies

Do now - What is wrong
with the following code?

Slide 2 - Open vraag

Do now activity should take 3 mins for students to answer after accessing lessonup. 

Extension task allows students to develop their typing skills which will be useful when we move to text based languages. 
Do Now answer

Slide 3 - Tekstslide

Deze slide heeft geen instructies

Lesson objectives 

Conquer: Understand the concept of variables
 
Aspire Higher: To apply variable knowledge to create a chat bot





 
 
Aspire: Create a set of loops to make a program more efficient.

Slide 4 - Tekstslide

Deze slide heeft geen instructies

Slide 5 - Tekstslide

Deze slide heeft geen instructies

Write this code into small basic and run it.
TextWindow.WriteLine("What is your Name?")
What does it do?

Slide 6 - Open vraag

Deze slide heeft geen instructies


Slide 7 - Open vraag

Deze slide heeft geen instructies

Slide 8 - Woordweb

Any information that the game keeps track of and updates as part of the game,
Timer goes down
Goals go up and are compared at the end
Names and player positions change.

Slide 9 - Tekstslide

Deze slide heeft geen instructies

What 2 things do we have to give a variable?

What name should we give to a variable?

Slide 10 - Open vraag

Deze slide heeft geen instructies

Slide 11 - Tekstslide

Deze slide heeft geen instructies

Type this code, instead of my name use your name instead!

name = "Mr Peake"
TextWindow.WriteLine(name)

  • We have created a variable and stored our name! This is then printed onto the screen!

Slide 12 - Tekstslide

Deze slide heeft geen instructies

What happens when you use this code?

Slide 13 - Open vraag

Deze slide heeft geen instructies

Inputs



The variable Age stores whatever the user (you) enters!
This is then written onto the screen.

Slide 14 - Tekstslide

Deze slide heeft geen instructies

Practice the new code (ISL)


Use this code to create several questions and responses!
  • Ask your age!
  • Ask your Fav food
  • Ask your Fav Show/film
  • Ask your Fav subject at school

Slide 15 - Tekstslide

Deze slide heeft geen instructies

What is the purpose of this line of code?

Textwindow.writeline
A
Writes text to screen
B
Saves information
C
Changes the colour of the pen
D
Prints of information

Slide 16 - Quizvraag

Deze slide heeft geen instructies

What is the purpose of this line of code?

textwindow.read
A
Writes text to screen
B
Saves information
C
Allows the user to enter information
D
Makes the background see through.

Slide 17 - Quizvraag

Deze slide heeft geen instructies

What is the best variable name to store a users favorite drink.
A
Drink = Coke
B
Food = Coke
C
Variable = Coke`
D
Data = Coke

Slide 18 - Quizvraag

Deze slide heeft geen instructies

What is a sprite?
A
A set of pixels controlled by the user.
B
A non player character
C
An image.
D
The code to move a character.

Slide 19 - Quizvraag

Deze slide heeft geen instructies

What is the purpose of this line of code?

GraphicsWindow.BackgroundColor = "red"
A
Makes the turtle draw.
B
Changes the colour of the pen.
C
Changes the colour of background
D
Changes the width of the pen.

Slide 20 - Quizvraag

Deze slide heeft geen instructies