wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

6th grade Code.org Quiz

Total questions: 10

Worksheet time: 5mins

Name
Class
Date
1.

Define Algorithm

a)
A cooking recipe
b)
A type of computer
c)
A musical instrument
d)
A step-by-step procedure or formula for solving a problem or accomplishing some end.
2.

Define Bug

a)
A bug is a type of insect that causes harm to plants or animals.
b)
A bug is a feature in a software program that enhances its functionality.
c)
A bug is a small device used for eavesdropping or surveillance.
d)
A bug is a coding error in a computer program that causes it to produce unexpected results or behave in unintended ways.
3.

Define Debugging

a)
Debugging is the process of ignoring errors in a computer program.
b)
Debugging is the process of enhancing errors in a computer program.
c)
Debugging is the process of identifying and fixing errors or bugs in a computer program.
d)
Debugging is the process of creating errors in a computer program.
4.

Define Sequencing

a)
Sequencing is the process of mixing ingredients in a recipe
b)
Sequencing is the process of putting items in a specific order based on a predetermined set of rules or criteria.
c)
Sequencing is the process of solving mathematical equations
d)
Sequencing is the process of organizing files in a computer
5.

What is a list of steps that you can follow to finish a task?

a)

Code

b)

Program

c)

Algorithm

6.

Define Program

a)
A program is a collection of data stored in a computer
b)
A program is a type of computer hardware
c)
A program is a physical device used for computing tasks
d)
A program is a set of instructions that tells a computer what to do.
7.

Look at the program below. What will happen when you click "Run"?

a)

   The bird will get to the pig.

b)

The bird will not reach the pig.

c)

 I don't know.

8.

Define Conditionals

a)
Conditionals are statements in programming that perform different actions based on whether a certain condition is true or false.
b)
Conditionals are loops in programming that repeat a certain action based on a condition
c)
Conditionals are variables in programming that store boolean values
d)
Conditionals are functions in programming that perform mathematical operations
9.

Is this solution correct?

a)

Yes

b)

No

10.

How many many times will the "move forward" command execute in this code?

a)

12

b)

8

c)

3

d)

4