Foss: KTurtle - English

Outline: Introduction to KTurtle About KTurtle Installing KTurtle Exploring Angles Repeat Loops Drawing Basic Mathematical Structures Setting Canvas and Pen Properties

Basic

Foss: KTurtle - English

Outline: Grammar of TurtleScript Commands Comments Numbers Variables Strings Mathematical Operators Comparison Operators if-else Conditions

Basic

Foss: KTurtle - English

Outline: * "learn" command * Example of "learn" command * "random" command * Explaination about "random" command * Example of "random" command * example of "learn" and "random" together * Explanation of ..

Intermediate

Foss: KTurtle - English

Outline: * Write a program in KTurtle * Use of variables to store input * Use of print command * Comment a line * Explanation of Turtle * Controlling program exection * Use of "sqrt" function * Perform ..

Intermediate

Foss: KTurtle - English

Outline: * Explain control execution * Explain a loop * Condition of "while loop" * Structure of "while loop" * Initialize a variable * To give message in a program * Explain about "for" loop * Structur..

Intermediate

Foss: KTurtle - English

Outline: * Explain Question Glue words * Use of Question Glue words * Glue word "and" * Nested if-else block * Use of keywords like "messgae", "reset", "fontsize" * Use of "ask" command * Explain conditi..

Intermediate

Foss: KTurtle - English

Outline: * Definition of an error * Definition of syntax error * Examples of types of syntax errors * Detection and correction of errors * Explanation of runtime errors * Example of runtime errors * Defi..

Intermediate