Relier Pairs Programming PrinciplesVersion en ligne To help understand common terms par Andrew Bleach 1 SETFC 2 PU 3 Selection 4 Sequence 5 Repeat 6 Syntax 7 Logo 8 FD 9 HT 10 RT 11 CS 12 Program 13 Turtle 14 code 15 Iteration 16 language When the code is set up to allow for a choice or multiple choices In logo this command will create a set number of iterations of the code eg Repeat 4 [fd 100 rt 90] will repeat the code in brackets to make a square This command raises the pen in logo so it does not leave a trail This command will turn the turtle in a direction to the right by a set angle eg RT 90 This will set flood colour eg setfc [0,0,0] fill will set the colour to white A simple programming language that uses commands such as FD for forward. This will clear the screen and reset the turtle to the center The structure, commands and layout of a computer language This will hide the turtle so it does not show on your screen The term used to describe the type of programming eg the logo computer ______________ To repeat a set of code within a program You move this around in logo and it leaves a trail of where it has been When one simple command follows another it is said to be in? The set of instructions a computer will follow to achieve a specific task The command to move the turtle forward a set number of units eg FD 100 To write the instructions for the computer to follow