KS3 Computing - An Introduction to Selection

KS3 Computing - An Introduction to Selection

7th - 9th Grade

10 Qs

quiz-placeholder

Similar activities

Programming - Selection in an Algorithm

Programming - Selection in an Algorithm

1st - 11th Grade

10 Qs

Python Quiz - 4

Python Quiz - 4

6th - 8th Grade

10 Qs

Violet's quiz

Violet's quiz

7th - 9th Grade

13 Qs

Basic Programming Concepts

Basic Programming Concepts

9th Grade

15 Qs

While Loop Quiz

While Loop Quiz

9th - 12th Grade

12 Qs

Алгоритмические конструкции

Алгоритмические конструкции

7th Grade

10 Qs

Python Recap

Python Recap

9th - 12th Grade

15 Qs

Programming Lesson 3

Programming Lesson 3

6th - 8th Grade

12 Qs

KS3 Computing - An Introduction to Selection

KS3 Computing - An Introduction to Selection

Assessment

Quiz

Computers

7th - 9th Grade

Medium

Created by

Jon Bridgeman

Used 32+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is selection?

A set of steps to follow

A path through a solution

A decision

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Why is selection important?

Selection allows us to include more than one path through a solution

Selection allows us to repeat steps in a solution

Selection allows us to make our solution more efficient

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How many paths can be followed from a decision?

As many as is needed

Two

Three

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How could we represent/describe the process of a computer making a decision in a program?

IF-THEN-ELSE

IF-OTHERWISE

WHEN-DO

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the instructions IF,THEN and ELSE represents a question?

IF

THEN

ELSE

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the instructions IF, THEN and ELSE points to what to do if the answer to the question is FALSE?

IF

THEN

ELSE

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the instructions IF, THEN and ELSE points to what to do if the answer to the question is TRUE?

IF

THEN

ELSE

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?