Search Header Logo
S3 SDD - selection statements

S3 SDD - selection statements

Assessment

Presentation

Computers

3rd Grade

Practice Problem

Hard

Created by

G Alexander-Doyle

Used 9+ times

FREE Resource

7 Slides • 6 Questions

1

Selection statements

Python programming

media

2

Decisions

Real life is full of examples of consequences which occur when you make a decision. For example if you fail to complete maths or computing homework you may be given a detention or the school may contact home.

Similarly if you complete homework regularly to a good standard you would likely receive a star or be nominated for pupil of the month in the department.

media

3

Decisions in programming

A program can also make decisions and perform an action based around a condition being true. It can do this by using a selection statement. The words if and else are used to indicate which action should be performed in the event of a condition being true or false.

media

4

Decisions in programming

All programming languages will support the use of slection statements, they are a commonly used construct.

media
media

5

Fill in the Blank

Type answer...

6

Decisions in programming

The following is an example of a simple IF... THEN ELSE... selection statement. it has been written in the SQA's reference language (this is a language which is similar to pseudocode).

media

7

Comparison operators

When coding selection statements in Python the following operators can be used:

​Operator

​Description

​==

Equal to​

​>

Greater than​

​<

Less than​

​>=

Greater than or equal to​

​<=

Less than or equal to​

​!=

Not equal to​

8

Comparison operators

When coding a selection statement, you must include the following:

media

Indentation - To indicate what line of code is run if a condition is met.

Colon - To indicate the beginning of a selection statement or loop.

9

Multiple Choice

Which of the following is used to indicate the beginning of a selection statement?

1

semi-colon

2

indentation

3

hash tag

4

colon

10

Fill in the Blank

Type answer...

11

Fill in the Blank

Type answer...

12

Fill in the Blank

Type answer...

13

Fill in the Blank

Type answer...

Selection statements

Python programming

media

Show answer

Auto Play

Slide 1 / 13

SLIDE