To draw a car in MSW Logo you need to type in commands to control the turtle and draw the image. Common command to control directions of the turtle, and thus draw the car, are fd Ã? forward, lt Ã? left, and rt Ã? right. By including a number with these commands you are telling the turtle the length of the line you would like it to draw.
n
you type pu your mum and your dad
MSW logo is a simple programing language. It gives an idea for programing as it very simple
reapea 5 [fd 100 rt 90 5/360]
repeat 360[fd1 lt 1]
`can i play? jhvjkoo
repcount
In MSW LOGO, you can set the screen color using the SETSCREENCOLOR command followed by the desired color value. For example, to set the screen color to blue, you would use SETSCREENCOLOR 1. Colors are generally represented by numbers, where each number corresponds to a specific color in the MSW LOGO palette.
In MSW Logo, the cell that typically displays the pupils' score is the "Output" cell or "Info" area of the interface. This section provides feedback on the commands executed and can include the scores or results of specific tasks. Depending on the version of MSW Logo being used, this might also be displayed in a dedicated score window or panel.
Repeat 360 [fd 1 lt 1]
To draw a triangle in MSW Logo, you can use the REPEAT command along with the FORWARD and RIGHT commands. For example, you can type: REPEAT 3 [FORWARD 100 RIGHT 120]. This code will create an equilateral triangle with each side measuring 100 units. Adjust the FORWARD value for different sizes.
No, the Mona Lisa was not created using MSW LOGO. The Mona Lisa is a famous painting by Leonardo da Vinci, completed in the early 16th century using oil on canvas. MSW LOGO is a programming language and environment designed for educational purposes, particularly for teaching concepts of computer programming and graphics. Thus, the two are unrelated in terms of their creation and purpose.