Class 7 WS-1 CH-2
Class 7 WS-1 CH-2
Class 7 WS-1 CH-2
CBSE Worksheet:
Chapter- Sequencing with Block Coding
1. Define sequencing in the context of block coding.
6. True or False:
The 'Repeat' block in block coding allows you to specify how many times a set of
instructions should run.
8. Short Answer:
Explain sequencing in your own words.
9. ScenarioBased Question:
You want to create a program that draws a square. List the sequence of steps
you would use in block coding to achieve this.
Column A Column B
11. Identify the Concept: Given the following scenario, identify whether it's an
example of sequence, selection, or iteration:
"If the user clicks the start button, play the game; otherwise, display the instructions."
14. ProblemSolving:
You wrote a program to move a character forward by 10 steps, but it doesn't
move. What steps would you take to debug this issue?
15. Activity: Using a block coding platform of your choice (e.g., Scratch), create a
program that draws a rectangle.
17. How did you ensure the sides of the rectangle are of different lengths?
18. Fun Activity: Design a simple game where a character chases and catches an
apple.
22. Explanation: Differentiate between a 'For' loop and a 'While' loop with examples.
23. Practical Task: Write a sequence using loops and conditionals to simulate a
traffic light system.
24. Question: How does combining loops with conditionals enhance the efficiency of
your code?
30. What conditionals did you apply to ensure each friend gets only one sweet?
31. True or False: In block coding, sequences must always start with an event block.
Which block would you use to check if two values are equal?
a) 'If' block
b) 'Repeat' block
c) '=' Operator block
d) 'Wait' block