Year 11 coding blast

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

This lesson contains 14 slides, with text slides.

time-iconLesson duration is: 60 min

Items in this lesson

Year 11 coding blast

Slide 1 - Slide

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

Slide 2 - Slide

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 - Slide

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 - Slide

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 - Slide

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 - Slide

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 - Slide

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 - Slide

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 - Slide

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 - Slide

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 - Slide

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 - Slide

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 - Slide

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 - Slide