Worksheets7th Grade End of the Quarter Assessment (Code.org))
Total questions: 15
Worksheet time: 1hrs 15mins
Any programming language that lets users create programs by manipulating "blocks" or graphical programing elements, rather than writing code using text.
Block-Based programming language
Java
Python
C#
How many bits make up a byte?
8
2
4
16
Putting commands in correct order is called. . .
Sequencing
Command
Events
Debugging
An instruction for the computer is called. . .
Command
Sequencing
Events
Debugging
To break a problem down into smaller pieces is called. . .
Decompose
Sequencing
Loops
Debugging
A precise sequence of instructions for processes that can be executed by a computer is called. . .
Algorithm
Decompose
Loops
Debugging
If there is a mistake or problem in the computer program, there is a _____.
debug
bug
persist
frustrate
the action of doing something over and over again
for loop
while loop
bug
loop
A Theme that is repeated many times.
Programming
Code
Pattern
Loop
To remove details from the solution so that it can work for many problems.
Decompose
Abstraction
Patterns
Algorithm
A method of problem-solving that helps computer scientists prepare problems for digital solutions
Computational Thinking
Loop
Abstraction
Decompose
A piece of code that can be called over and over
Function
Parameter
Algorithm
For Loop
A loop within a loop, an inner loop within the body of an outer one.
Nested Loop
Loop
While loop
For Loop
