New game
Download
Get Academic Plan
Share game
Integrate it into your platform

You can integrate the game into an LMS compatible with LTI 1.1 or LTI 1.3 such as Canvas, Moodle, or Blackboard. This way, the scores will be automatically saved into the platform’s gradebook.
Download
You have exceeded the maximum number of games you can integrate into Google Classroom with your current Plan.

To integrate as many games as you want in Google Classroom, you need an Academic Plan or a Commercial Plan.

You have exceeded the maximum number of games you can integrate into Microsoft Teams with your current Plan.

To integrate as many games as you want in Microsoft Teams, you need an Academic Plan or a Commercial Plan.

Downloading games is an exclusive feature for users with an Academic Plan or a Commercial Plan.

Get your Academic Plan or your Commercial Plan now and start integrating your games into your LMS, website or blog.

If you wish, you can download a demo game here and test its integration:

S3 Algorithms and Pseudocode: Fill the Blanks

Fill in the Blanks

Played 20

About this activity

Learn core terms of algorithm design.

Created by

United Kingdom

Download the paper version to play

Make your own free game from our game creator
Compete against your friends to see who gets the best score in this game

Top Games

%
Anonymous
Anonymous
%
%
%
You have exceeded the maximum number of games you can print with your current Plan.

To print as many games as you want, you need an Academic Plan or a Commercial Plan.

Print your game
S3 Algorithms and Pseudocode: Fill the Blanks
 

Fill in the Blanks

S3 Algorithms and Pseudocode: Fill the BlanksOnline version

Learn core terms of algorithm design.

by Mrs Robbie
1

An is a plan , a step - by - step process for solving a problem . Algorithms are normally written as a or in .

2

Understanding the problem involves asking what are the into the problem and what will be the of the problem . In what do instructions need to be carried out ? What decisions need to be made in the problem ? Are any areas of the problem repeated ? Pseudocode is not a language , it is a way of describing a set of .

3

Common pseudocode notation :
? indicates a user will be inputting something
? indicates that an output will appear on the screen
FOR ? a counting loop ( )
REPEAT ? UNTIL ? a loop ( iteration ) that has a at the end
IF ? THEN ? ELSE ? a decision ( selection ) in which a choice is made
WHILE ? a loop ( iteration that has a condition at the beginning ) any instructions that occur inside a selection or iteration are usually

Are you sure you want to leave the page?

If you leave the page, you will lose your game progress.