Search Header Logo
ICT Gr8 week 10

ICT Gr8 week 10

Assessment

Presentation

Computers

5th Grade

Easy

Created by

Fatima SAS

Used 3+ times

FREE Resource

5 Slides • 6 Questions

1

Draw

Complete the maze

2

media

​Grade 8 ICT -TechnoPython : Session 3

decision making and

mutliple if statement​

Learning outcomes:

  1. ​Identify the use of if statement in coding.

  2. Execute programs using if and if elif blocks​

3

Search on google about the need and the use of conditional statement.

R

  1. ​Learning outcomes: ​Identify the use

    of if statement in coding.

  2. Execute programs using if and if elif

    blocks​

T​echnoPython : Session 3 decision making and mutliple if statement​

4

  1. ​Learning outcomes: ​Identify the use

    of if statement in coding.

  2. Execute programs using if and if elif

    blocks​

T​echnoPython : Session 3 decision making and mutliple if statement​

media

5

Multiple Choice

Question image

What will be the output of the following code?

1

Let's go to the coding club

2

Error

3

We go to the coding club only on Friday

6

Multiple Choice

Question image

What will be the output of the following code?

1

Error

2

Let's go to the beach

3

We go the coding club only on Friday

7

Fill in the Blank

Question image

Apply the syntax of if else statement to complete the following code:

grade=int(input("Enter the grade in Math"))

_____(grade>60):

print("Great, you did it!")

_____:

print("Next time prepare well for the exam!")

8

Multiple Choice

In python, which block we use to represent a condition?

1

If else

2

If then

3

if and otherwise

9

media

​Multiple conditions if elif

10

Draw

If we want to make a program that can print the name of the day according to the day number for ex: day 1 is Monday, think about it...

11

Complete the maze

Show answer

Auto Play

Slide 1 / 11

DRAW