Grade 7 Fundamentals-Of-Programming.
Grade 7 Fundamentals-Of-Programming.
Programming
Here is where your presentation begins
Start!
In this lesson, you should be able to:
Show understanding of what programming is;
Identify the different classifications of programming languages;
Open and explore the Small Basic program;
Use the TextWindow object; and
Recognize the differences between Write and WriteLine
Create programs using Small Basic
A programmer is a person
who writes, develops, and
debugs the computer
program.
Prog
ram
ming
Lan
guag
e
High-Level Language
Machine Language Assembly Language
01 Interpreter 02 Compiler
Translates the entire
Translates high-level
program into machine
instructions into machine
code before running the
code, line by line as the
program
program is running.