Page | 1
CSIT 111 Final Exam Questions with
Detailed Verified Answers
Question: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
Question: A sequence of instructions that tell the computer what to do is
known as a _________?
Ans: computer program
Question: A sketch in a storyboard is a representation of a(n) ___________ in
the animation.
Ans: state
Question: Actions to be performed in programs are known as _____________.
Ans: instructions
Question: 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.
, Page | 2
Ans: 1. Read the scenario
2. Design
3. Implement
4. Test
Question: A boolean value is ____________.
Ans: either true or false
Question: 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
Question: Before a list can be used in a program, _____________.
Ans: the list must be created by making a list variable
Question: A list is one of the most popular ways to _______________.
, Page | 3
Ans: organize information
Question: Select all applicable answers. Iteration through a list is sometimes
called __________ a list.
Ans: traversing, walking
Question: What is a billboard in Alice?
Ans: a 2D image added to a virtual world
Question: A list search would most likely involve which control structures?
Ans: for all in order, if
Question: 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
Question: In programming, an organizing structure is referred to as a(n)
___________.
Ans: data structure
Question: To "iterate through a list" means to ______________.
CSIT 111 Final Exam Questions with
Detailed Verified Answers
Question: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
Question: A sequence of instructions that tell the computer what to do is
known as a _________?
Ans: computer program
Question: A sketch in a storyboard is a representation of a(n) ___________ in
the animation.
Ans: state
Question: Actions to be performed in programs are known as _____________.
Ans: instructions
Question: 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.
, Page | 2
Ans: 1. Read the scenario
2. Design
3. Implement
4. Test
Question: A boolean value is ____________.
Ans: either true or false
Question: 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
Question: Before a list can be used in a program, _____________.
Ans: the list must be created by making a list variable
Question: A list is one of the most popular ways to _______________.
, Page | 3
Ans: organize information
Question: Select all applicable answers. Iteration through a list is sometimes
called __________ a list.
Ans: traversing, walking
Question: What is a billboard in Alice?
Ans: a 2D image added to a virtual world
Question: A list search would most likely involve which control structures?
Ans: for all in order, if
Question: 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
Question: In programming, an organizing structure is referred to as a(n)
___________.
Ans: data structure
Question: To "iterate through a list" means to ______________.