Year 11 coding blast

Year 11 coding blast
1 / 14
volgende
Slide 1: Tekstslide
ComputingUpper Secondary (Key Stage 4)GCSE

In deze les zitten 14 slides, met tekstslides.

time-iconLesduur is: 60 min

Onderdelen in deze les

Year 11 coding blast

Slide 1 - Tekstslide

What are the three sorting algorithms?
What are the three programming constructs?
What are the two searching algorithms?
What is an IDE

Slide 2 - Tekstslide

What are the three sorting algorithms? Bubble, insertion, merge
What are the three programming constructs? sequence, selection and iteration
What are the two searching algorithms? Linear, binary
What is an IDE, software to help develop programs

Slide 3 - Tekstslide

We are going to do 10 coding task escalating in difficult you will have 2 minutes to attempt them yourselves then we will go through them together.
By the end of this lesson you will know basic code structure and be able to write code

Slide 4 - Tekstslide

Task 1 - Print your name and favourite thing.
By the end of this lesson you will know basic code structure and be able to write code

Slide 5 - Tekstslide

Task 2 - Take name and favourite thing as an input and print it
By the end of this lesson you will know basic code structure and be able to write code

Slide 6 - Tekstslide

Task 3 - Perform a calculation.
By the end of this lesson you will know basic code structure and be able to write code

Slide 7 - Tekstslide

Task 4 - Perform 6 different calculations.
By the end of this lesson you will know basic code structure and be able to write code

Slide 8 - Tekstslide

Task 5 - Print the numbers 1-5 using a loop.
By the end of this lesson you will know basic code structure and be able to write code

Slide 9 - Tekstslide

Task 5 - Print the numbers 1-5 using a loop.
By the end of this lesson you will know basic code structure and be able to write code

Slide 10 - Tekstslide

Task 6 - Print a random number
By the end of this lesson you will know basic code structure and be able to write code

Slide 11 - Tekstslide

Task 7 - Take a user input to guess the number and print if correct or not.
By the end of this lesson you will know basic code structure and be able to write code

Slide 12 - Tekstslide

Task 8- Create a list of 3 foods and print them
By the end of this lesson you will know basic code structure and be able to write code

Slide 13 - Tekstslide

Task 9 - Using code add a "banana" to your list
By the end of this lesson you will know basic code structure and be able to write code

Slide 14 - Tekstslide