You are on page 1of 1

BAHRIA COLLEGE KARSAZ

MIDDLE SECTION
COMPUTER SCIENCE
WORKSHEET 1 (Solution)

Class: VI CHAPTER: Algorithmic Thinking


NAME: ____________________ SECTION: ___________

1) Select the simple and complex problems from the list given below and then write in the
respective column:

Setting an Alarm Clock City Transportation

Education Improvement Baking Cookies

Watering Plants Sending an Email

Reducing Plastic Pollution in Oceans Pollution Control

Controlling Global Warming Making a Cup of Tea

Simple Problems Complex Problems


Setting an Alarm Clock City Transportation

Baking Cookies Education Improvement

Watering Plants Reducing Plastic Pollution in Oceans

Sending an Email Pollution Control

Making a Cup of Tea Controlling Global Warming

2) - Fill in the blanks by selecting the right word from the Word Bank.

Logical operators Conditional statements Loops Computational thinking

Algorithm flowchart ---- ----

i. Computational thinking is a problem-solving approach that involves breaking down


complex problems into simpler steps that a computer can execute.

ii. A flowchart is a visual representation of an algorithm, using symbols and arrows to


show the sequence of steps.

iii. _Conditional statements are used in programming to make decisions. They allow you to
execute different code blocks based on whether a specified condition is true or false.

iv. _Logical operators _ are used to combine multiple conditions in programming.

v. __Loops_are used in programming to repeat a block of code until a certain condition is


met. They help automate repetitive tasks and processes.

vi. A/An algorithm_ is a set of step-by-step instructions that specify how to solve a
particular problem.

You might also like