The idea of creating a computer program to solve a complex task by breaking it down into a list of
simple instructions is known as _________.
Ans: top-down design
A sequence of instructions that tell the computer what to do is known as a _________?
Ans: computer program
A sketch in a storyboard is a representation of a(n) ___________ in the animation.
Ans: state
Actions to be performed in programs are known as _____________.
Ans: instructions
Creating a computer program is a four-step process. Label the following steps in the correct order,
so that the first step is labeled 1, the second step is labeled 2, and so on.
Ans: 1. Read the scenario
2. Design
3. Implement
4. Test
A boolean value is ____________.
Ans: either true or false
© Get it right 2025 Getaway - Stuvia US All rights reserved
, An item of information that must be supplied in a method call so that Alice can execute a specified
action is formally known as a(n) _____________.
Ans: argument
Before a list can be used in a program, _____________.
Ans: the list must be created by making a list variable
A list is one of the most popular ways to _______________.
Ans: organize information
Select all applicable answers. Iteration through a list is sometimes called __________ a list.
Ans: traversing, walking
What is a billboard in Alice?
Ans: a 2D image added to a virtual world
A list search would most likely involve which control structures?
Ans: for all in order, if
A(n) __________ is a common list operation used in programming. Its purpose is to iterate
through a list of items, one item at a time, and check each one to see if it has exactly what we are
looking for.
Ans: list search
In programming, an organizing structure is referred to as a(n) ___________.
Ans: data structure
To "iterate through a list" means to ______________.
Ans: do the same thing for all the items in a list
Comments are NOT a basic part of writing a computer program, only the code is essential.
Ans: False
© Get it right 2025 Getaway - Stuvia US All rights reserved