Worksheet On Programming - 2024
Worksheet On Programming - 2024
2. Which programming concept involves executing statements one after the other?
a) Sequence
b) Selection
c) Iteration
d) Variables
4. Which type of loop repeats a block of code until a condition becomes false?
a) For loop
b) While loop
c) Do-While loop
d) If-Else statement
11. ____________ is used to store data that can change during program execution.
12. The process of executing statements one after the other is known as ____________.
13. In programming, a loop that repeats until a condition becomes false is called a ____________
loop.
14. Parameters are used to pass ____________ into functions.
15. ____________ handling involves manipulating sequences of characters.
24. Write a simple program demonstrating the use of arrays for totalling and counting.
25. Discuss the significance of using iteration for reading from and writing to arrays.
3
Page