Class 6-Computing-Unit 4-Programming-The Frog Maze
Class 6-Computing-Unit 4-Programming-The Frog Maze
Ans:
In Scratch, the interface consists of different sections. The main parts include:
Ans:
Ans:
Reuse means using existing code, while repurpose means adapting them for
different uses.
Ans:
• Saves time and effort.
• Encourages creativity and innovation.
• Ensures consistency and reliability.
• Reduces errors and debugging time.
Ans: Coordinates are numerical pairs (x, y) that determine the position of a point on a plane,
where x represents the horizontal position and y represents the vertical position.
Ans: The Pen block is for drawing lines or shapes, while the Sound block plays audio in a
Scratch project.
8. Differentiate between the given set of blocks: Repeat and Repeat until.
Ans: Repeat block iterates a set of actions for a specified number of times;