Exam 19: Data Structures

arrow
  • Select Tags
search iconSearch Question
flashcardsStudy Flashcards
  • Select Tags

A queue can naturally represent a real-life waiting line.

Free
(True/False)
4.8/5
(28)
Correct Answer:
Verified

True

A queue is a __________ data structure.

Free
(Multiple Choice)
5.0/5
(33)
Correct Answer:
Verified

B

A stack is a __________ data structure.

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

D

A doubly linked list can be traversed both forwards and backwards.

(True/False)
4.8/5
(30)

Which statement is false

(Multiple Choice)
4.8/5
(33)

In a circular linked list,each node is connected to every other node.

(True/False)
4.9/5
(35)

An array is a dynamic data structure.

(True/False)
4.8/5
(31)

Which statement is false

(Multiple Choice)
4.8/5
(31)

If no memory is available,new throws an OutOfMemoryException.

(True/False)
4.9/5
(38)

Which statement about trees is false

(Multiple Choice)
4.7/5
(35)

Queue nodes are removed only from the __________ of the queue,and are inserted only at the __________ of the queue.

(Multiple Choice)
4.7/5
(39)

Unboxing can be either implicit or explicit.

(True/False)
4.8/5
(38)

The insert and remove operations for a queue are known as dequeue and enqueue,respectively.

(True/False)
4.8/5
(26)

Which statement is false

(Multiple Choice)
4.7/5
(37)

Which is not a typical application of queues

(Multiple Choice)
4.9/5
(39)

Which statement is false

(Multiple Choice)
4.9/5
(38)

Usually a _________ indicates to a program the end of a data structure.

(Multiple Choice)
4.9/5
(31)

An IsEmpty method you write to test whether a linked list is empty is called a __________ method.

(Multiple Choice)
4.9/5
(38)

Typecasting anything that's not an object into an object is known as _________.

(Multiple Choice)
4.8/5
(33)

Boxing can be either implicit or explicit.

(True/False)
4.7/5
(39)
Showing 1 - 20 of 28
close modal

Filters

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