Exam 8: Lists and Arrays in Alice

arrow
  • Select Tags
search iconSearch Question
  • Select Tags

Which of the following commands inserts an item in a specific position in the world.bunnies list?

(Multiple Choice)
4.8/5
(39)

A(n) ____ is used to show us an array in an Alice world, rather than just creating it in the memory of the computer.

(Multiple Choice)
4.8/5
(32)

A queue is a very good data structure to use for a set of objects that needs to be searched quickly.

(True/False)
4.9/5
(33)

The nodes at the bottom of each branch of a binary tree are called the ____.

(Multiple Choice)
4.8/5
(42)

Computer programmers decide which data structures to use based on the nature of the data.

(True/False)
4.7/5
(40)

Which of the following commands removes an item from the end of the world.bunnies list?

(Multiple Choice)
4.8/5
(45)

Alice also has two instructions to manipulate lists - For all in order and For all together.

(True/False)
4.8/5
(40)

Which of the following commands removes an item from the beginning of the world.bunnies list?

(Multiple Choice)
5.0/5
(43)

A bubble sort is the most efficient way to sort an array.

(True/False)
5.0/5
(37)

The elements array[index] and array[index +1] are adjacent elements in an array.

(True/False)
4.8/5
(32)
Showing 41 - 50 of 50
close modal

Filters

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