Font size
WorksheetsComputer Science Review
Total questions: 76
Worksheet time: 13mins
Decomposing a problem is…
a collection of images or pictures.
breaking a problem into essential elements.
the extra detail that functions need to carry out their tasks.
an admission.
Random means
weird
seeking advice.
a list of pros and cons.
unpredictable or without a pattern.
A function is…
a list of pros and cons.
the building block of a program.
unpredictable or without a pattern.
code that changes objects or tell objects what to do.
An event is…
an admission.
an occurrence.
an arrival.
a sample.
A sprite is…
a sample.
something used in computer programs that can be moved and changed.
a set of instructions a computer can follow.
a tiny dot that makes up the screen of a computer.
A conditional statement is…
breaking a problem into essential elements.
a set of steps to be followed when solving a problem.
upredictable or without a pattern.
code that checks to see if some condition is true.
An object is…
the building block of a program.
an occurrence.
upredictable or without a pattern.
a set of steps to be followed when solving a problem.
An algorithm is…
a set of instructions a computer can follow.
seeking advice.
a set of steps to be followed when solving a problem.
a move made to gain a tactical advantage.
A computer program is…
an episode that is highly emotional.
a set of instructions a computer can follow.
a signal going into an electrical system.
a move made to gain a tactical advantage.
A pixel is…
a collection of images or pictures.
finding the best solution.
a set of steps to be followed when solving a problem.
a tiny dot that makes up the screen of a computer.
A variable is…
a container that holds a value.
a move made to gain a tactical advantage.
a list of dishes available at a restaurant.
a list of pros and cons.
A series of steps for a "single task" is called...
a computer program
a loop
an algorithm
a conditional
An specific action that repeats a number of times (or indefinitely) in a game or application is called...
a conditional
decomposition
a computer program
a loop
The act of "breaking down" a problem or solution into separate parts is called...
a loop
a conditional
decomposition
an app
Which of the following could be a SPRITE? (Check as many as apply.)
a tomato
a sports ball
a hero
an animal
Which best defines SYNTAX in coding?
a sprite
the structure and predictable pattern in coding
decomposition
The definition of a CONDITIONAL could include...(Check as many as apply.)
a "what if?" statement
an endless loop
decomposition
gameplay options for "Yes" & "No"
Machine code is a series of
letters and symbols
words
ones and zeros
Each programming language has its own
connection
rules
words
A program is made up of
letters
games
instructions
Variables are
groups of letters
containers for information
numbers
Who was one of the world's first programmers?
Mark Zuckerberg
Ada Lovelace
Bill Gates
The popular game Minecraft was written in which computer language?
Java
C
Python
What does the picture represent?
Byte
Code
Switche
Bit
A loop that continues to repeat so long as a condition is true.
If, then
While
Until
Always
A command that tells you to do something only up to the point that something becomes true.
If, then
While
Until
Always
A type of statement that a program checks to see if it is true or false. If true, an action is taken. Otherwise, the action is ignored.
Conditional
Ordered
Unlisted
Creative
A block of instruction for the computer that when put together make up algorithms and computer programs.
Order
Rule
Design
Command
A Loop inside of another loop
The Big Loop
Nested Loop
Loopy Loop
Crazy Loop
The action of doing something over and over again.
Insanity
Bug
Loop
Algorithm
The art of creating a program.
Drawing
Programming
Algorithming
Debugging
An algorithm that has been coded into something that can be run by a machine or computer.
Program
Anagram
Instructions
Boring
A list of steps to finish a task or solve a problem.
Plan
Puzzle
Event
Algorithm
Finding and fixing problems in an algorithm or program.
Describing
Debugging
Bugging
Creating
Part of a program that does not work correctly.
Mistake
Bug
Ladybug
Error
A named group of programming instructions that are reusable and reduce the complexity of writing and maintaining programs.
Conditional
Functions
Algorithm
An action that causes something to happen in a program.
Conditional
Event
Algorithm
A value used throughout a program that never changes
Constant
Variable
A value used throughout a program that changes by a programmed amount
Constant
Variable
