We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1
LAHORE GRAMMAR SCHOOL
39 – MAIN GULBERG | MIDDLE SCHOOL
Grade 8 ICT Worksheet
1) Fill in the following blanks:
i. has a recognizable and solvable source and consequence. ii. _______________ has multiple reasons and data, some of these reasons are easy to identify, while others are hidden or hard to identify. iii. is a set of instructions used to solve a problem. iv. _______________ is a method to represent an algorithm. v. are values in a program that remain fixed during runtime. vi. are like containers that can hold different values throughout the program. vii. keeps repeating indefinitely as long as a predefined condition is true. viii. is another type of loop that allows a set of instructions to execute for a fixed number of times. ix. _______________ is a block of instructions used to perform a single task. x. is when one programming construct is included within another construct.
2) What is nesting? Write down three types of nesting.