New game
Download
Get Academic Plan
Share game
Unscramble Letters
Unscramble Letters

0478 Section 8: Programming

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:

0478 Section 8: Programming

Unscramble Letters

Played 18

About this activity

Pseudo Code - Rules/Operators/Loops

Created by

Singapore

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
0478 Section 8: Programming
 

Unscramble Letters

0478 Section 8: ProgrammingOnline version

Pseudo Code - Rules/Operators/Loops

by Jonathan Dunsby
1

Data Types.

              
  
  
  
  
  
2

The names given to variables, constants, procedures and functions) are in mixed case.

3

:

4

5

Uses the arrow operator.

6

Fixed-length structures of elements of identical data type, accessible by consecutive index numbers.

7

Used to indicate the array indices.

  
  
8

Returns the quotient of identifier1 divided by identifier2 with the fractional part discarded

9

Returns the remainder of identifier1 divided by identifier2

10

Returns the integer value representing the length of string

11

Returns the string/character with all characters in lower case.

12

Returns the string/character with all characters in upper case.

13

Returns a string of length length starting at position start.

14

Returns the value of the identifier rounded to places number of decimal places. The identifier should be of data type real.

15

Returns a random number between a given range

16

Clauses which are indented by 2 spaces and part of an if statement

     
  
  
17

Continue the indentation of two spaces when using THEN OR ELSE for this type of IF STATEMENT.

18

Statements allow one out of several branches of code to be executed, depending on the value of a variable.

19

Statement that will be executed if none of the preceding cases apply.

20

Case clauses are tested in this

21

The identifier in a loop must be a variable of data type of

22

Boolean operator which gives the results TRUE if both conditions/checks are correct/true.

23

Boolean operator which gives the results TRUE if 1 of 2 conditions/checks are correct/true.

24

Boolean operator which gives the results TRUE if the condition is false

25

Boolean operators must always result in?

     
  
  
Are you sure you want to leave the page?

If you leave, you will lose the game in progress.