Exam 8: Lists and Arrays in Alice
Exam 9: Making Animated Movies With Alice50 Questions
Exam 8: Lists and Arrays in Alice50 Questions
Exam 7: Recursive Algorithms50 Questions
Exam 6: Text and Sound46 Questions
Exam 5: Boolean Logic in Programming50 Questions
Exam 4: Algorithms50 Questions
Exam 3: Events50 Questions
Exam 2: Methods50 Questions
Exam 10: Video Game Programming50 Questions
Exam 1: An Introduction to Alice and Object-Oriented Programming50 Questions
Select questions type
Which of the following commands removes an item from a specific position in the world.bunnies list?
Free
(Multiple Choice)
4.8/5
(33)
Correct Answer:
D
The node at the top of the binary tree is called the ____.
Free
(Multiple Choice)
4.9/5
(41)
Correct Answer:
D
A ____ is simply a way of measuring something, such as the length, width, and height of three-dimensional objects.
Free
(Multiple Choice)
4.9/5
(28)
Correct Answer:
A
Which of the following commands inserts an item at the end of the world.bunnies list?
(Multiple Choice)
4.8/5
(40)
A(n) ____ holds an item of data, along with a left pointer and a right pointer.
(Multiple Choice)
4.8/5
(34)
Data exits a queue in the same order in which it entered the queue.
(True/False)
4.8/5
(40)
On average, you will need to look at 500 items to find a single object in a queue with 1,000 items.
(True/False)
4.9/5
(43)
Which of the following commands inserts an item at the beginning of the world.bunnies list?
(Multiple Choice)
4.7/5
(40)
The efficiency of the binary tree comes from the fact that each time you look at a node, you either find the item you want, or move down one level in the tree. This cuts the remaining data to be searched in half.
(True/False)
4.8/5
(43)
A set of names, addresses, and phone numbers stored as a table is an example of a(n) ____.
(Multiple Choice)
4.9/5
(41)
A queue would be a good data structure to use for keeping track of documents waiting to be printed on a networked printer.
(True/False)
4.7/5
(27)
For all in order and For all together operate on a set of instructions.
(True/False)
4.9/5
(32)
Which of the following commands removes all items from the world.bunnies list?
(Multiple Choice)
4.9/5
(36)
For all together will perform an operation on each item in a list one at a time, beginning with the first item in the list and going through the list in order.
(True/False)
5.0/5
(41)
A(n) ____ is often used to store objects that are to be processed sequentially.
(Multiple Choice)
4.8/5
(38)
Showing 1 - 20 of 50
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)