Exam 12: Binary Trees

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

A binary tree stores data in right brances and left branches.

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

True

A node at a higher level is called parent.

Free
(True/False)
4.7/5
(39)
Correct Answer:
Verified

True

A binary tree:

Free
(Multiple Choice)
4.7/5
(36)
Correct Answer:
Verified

D

To process data using inorder processing:

(Multiple Choice)
4.8/5
(38)

There are three ways to process binary trees: Preorder,Inorder,and Postorder.

(True/False)
4.7/5
(40)

The bottom position of the tree is called a root

(True/False)
4.8/5
(41)

Given the following data,what would the root value be if the tree were transversed as NLR, (Remember the data should be in alphabetical order. ) Dave Julie Martha Adam Frank Peter Norman

(Multiple Choice)
4.8/5
(20)

A binary tree is the same as a linked list.

(True/False)
4.9/5
(34)

There are teo branches from every node.

(True/False)
4.7/5
(33)

The top of a binary tree is a branch.

(True/False)
4.7/5
(37)

Stacks are used to process a binary tree.

(True/False)
4.8/5
(44)

A node on a binary tree may be a leaf.

(True/False)
4.8/5
(37)

To process data using postorder processing:

(Multiple Choice)
4.8/5
(35)

To process data using preorder processing:

(Multiple Choice)
4.8/5
(39)

Inorder processing is abbreviated as:

(Multiple Choice)
4.8/5
(35)

Hashing is another method of storing and processing data.

(True/False)
4.9/5
(46)

Preorder processing is abbreviated as:

(Multiple Choice)
4.8/5
(35)
close modal

Filters

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