CSIT 111 Final Exam New Update Actual Test with complete solution
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 _________. - Answer-top-down design A sequence of instructions that tell the computer what to do is known as a _________? - Answercomputer program A sketch in a storyboard is a representation of a(n) ___________ in the animation. - Answer-state Actions to be performed in programs are known as _____________. - Answer-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. - Answer-1. Read the scenario 2. Design 3. Implement 4. Test A boolean value is ____________. - Answer-either true or false 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) _____________. - Answer-argument Before a list can be used in a program, _____________. - Answer-the list must be created by making a list variable A list is one of the most popular ways to _______________. - Answer-organize informationSelect all applicable answers. Iteration through a list is sometimes called __________ a list. - Answertraversing, walking What is a billboard in Alice? - Answer-a 2D image added to a virtual world A list search would most likely involve which control structures? - Answer-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. - Answer-list search In programming, an organizing structure is referred to as a(n) ___________. - Answer-data structure To "iterate through a list" means to ______________. - Answer-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. - Answer-False An instruction is composed of _____________. - Answer-a method name and potentially multiple arguments Conditional execution and repetition in a program are implemented by using programming statements known as control structures. - Answer-True When parameters are used in event-driven programming, it is especially important to run the animation several times, each time with different possible parameter values, to determine that it works as expected. - Answer-True A penguin, tortoise, hare, tree, and beach ball exist in the following Alice world. The penguin's class-level methods perform the expected actions their names suggest. True or false: if the following Alice world is run, and the user clicks on the tree, the penguin will walk towards the tree. - Answer-FalseIt is illegal to program a recursive function. - Answer-False An If statement is absolutely necessary in any method which implements repetition through recursion. - Answer-False How many times does the penguin jump when the below code is run? - Answer-4 Times The keyword ________ signals the presence of looping. - Answer-WHILE A loop can execute only a whole number of times. - Answer-True
Written for
- Institution
- CSIT 111
- Module
- CSIT 111
Document information
- Uploaded on
- May 23, 2024
- Number of pages
- 12
- Written in
- 2023/2024
- Type
- Exam (elaborations)
- Contains
- Questions & answers
Subjects
-
csit 111
Also available in package deal