0% found this document useful (0 votes)
7 views12 pages

SB - Coding-S2

The document discusses coding and computer programming. It defines coding as how we communicate with computers using programming languages. It also discusses algorithms, the Small Basic programming language, code completion features, different types of methods, and instructions for saving and backing up code.

Uploaded by

Jolly Jumbo
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
7 views12 pages

SB - Coding-S2

The document discusses coding and computer programming. It defines coding as how we communicate with computers using programming languages. It also discusses algorithms, the Small Basic programming language, code completion features, different types of methods, and instructions for saving and backing up code.

Uploaded by

Jolly Jumbo
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 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