Exam 8: Lists and Arrays in Alice

arrow
  • Select Tags
search iconSearch Question
  • Select Tags

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:
Verified

D

The node at the top of the binary tree is called the ____.

Free
(Multiple Choice)
4.9/5
(41)
Correct Answer:
Verified

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:
Verified

A

Every array is linear.

(True/False)
4.9/5
(39)

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)

A(n) ____ is a set of data items with a beginning and end.

(Multiple Choice)
4.9/5
(40)

Data exits a queue in the same order in which it entered the queue.

(True/False)
4.8/5
(40)

A list is a set of variables that hold objects.

(True/False)
4.7/5
(38)

____ are often used to set up queues.

(Multiple Choice)
4.8/5
(42)

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)

An array is a set of objects.

(True/False)
4.8/5
(40)
Showing 1 - 20 of 50
close modal

Filters

  • Essay(0)
  • Multiple Choice(0)
  • Short Answer(0)
  • True False(0)
  • Matching(0)