SB - Coding-S2

You might also like

Download as pdf or txt
Download as pdf or txt
You are on page 1of 12

Reasons Why

Coding
What is coding? Coding, sometimes called computer
programming, is how we communicate with computers.
Computer Programming is defined as the process of
creating computer software using programming
languages.
Code tells a computer what actions to take, and
writing code is like creating a set of instructions.
By learning to write code, you can tell computers
what to do or how to behave in a much faster way.
An algorithm is a procedure used
for solving a problem or
performing a computation.
Algorithms act as a precise list of
instructions that conduct specified
actions step by step procedure.
Small Basic is a
programming language
that is designed to make
programming extremely
easy, approachable and
fun for beginners.
DOWNLOADED VERSION

www.smallbasic.com WEB VERSION


Code IntelliSense
IntelliSense is one of intelligent code
completions produced by Microsoft. It
helps programmer to code by showing
candidate keywords from typed keys.

Turtle.show()

OBJECT METHOD
Two types of methods ...

OPERATIONS () PROPERTIES =
Turtle.show() Turtle.speed=
Turtle.hide() Turtle.angle=
Turtle.move() Turtle.X=
Turtle.turn() Turtle.Y=
Click on Run button to run your program. (F5)
1. If you have done your coding,
copy and paste them are in the
classnotebook.
2. Then, save your file as an
original file to get back up data.
3. Finally, upload your daily
activities are in OneDrive,
SmallBasic folder.

You might also like