Grade 6 Chapter 5 Answers
Grade 6 Chapter 5 Answers
Descriptive Answers
a. What is programming?
Programming is the process of designing, writing, testing, and maintaining the instructions
(code) that a computer follows to perform tasks. It involves creating a sequence of steps or
commands to solve problems or develop software applications using programming languages
like Python, Java, or C++.
Algorithm Program
A set of written code that implements an
A step-by-step procedure to solve a problem.
algorithm.
Does not require a specific programming
Written in a specific programming language.
language.
Algorithms are not dependent on operating Programs are dependent on operating system
system or the hardware or the hardware.
d. Define costume.
In programming, particularly in visual coding like Scratch, a "costume" refers to the visual
appearance or image of a sprite (character or object). Costumes can be changed to create
animations or depict different states of the sprite during a program's execution.