Home / Worksheets / Grade 7 / Science / Introduction to Programming

Introduction to Programming

This worksheet introduces fundamental concepts of computer programming for 7th-grade science students, covering algorithms, variables, loops, and conditional statements.

Grade 7 Science Computer ScienceProgramming
Use This Worksheet

Includes

Multiple ChoiceFill in the BlanksTrue / FalseShort Answer

Topics

ISTE.CS.2.bCSTA.K-12.2-AP-13CSTA.K-12.2-AP-16programmingcomputer sciencealgorithmscodinggrade 7
6 sections · Free to use · Printable
← More Science worksheets for Grade 7

Introduction to Programming

Name:

Date:

Score:

Read each question carefully and answer to the best of your ability. This worksheet covers basic programming concepts.

1. What is a set of step-by-step instructions that tells a computer how to perform a task?

a

A variable

b

An algorithm

c

A loop

d

A conditional

2. Which of the following is used to store data in a computer program?

a

A function

b

A variable

c

A loop

d

A comment

3. A   is a sequence of instructions that is repeated until a certain condition is met.

4. An 'if-then-else' statement is an example of a   statement.

5. All computer programs are written in the same programming language.

T

True

F

False

6. Debugging is the process of finding and fixing errors in a computer program.

T

True

F

False

7. Describe in your own words what an algorithm is and give a simple real-life example.

8. Explain the difference between a 'for' loop and a 'while' loop in programming.