Tree-group2

Tree-group2

1st Grade

6 Qs

Similar activities

ISP and Addressing

ISP and Addressing

1st - 5th Grade

10 Qs

QUIZ TOPOLOGI JARINGAN

QUIZ TOPOLOGI JARINGAN

1st Grade

10 Qs

K8s-01

K8s-01

1st - 5th Grade

10 Qs

Search Algos

Search Algos

1st Grade

10 Qs

Jogos Digitais

Jogos Digitais

1st - 5th Grade

5 Qs

Routing Protocols – Requirements Quiz

Routing Protocols – Requirements Quiz

1st Grade

10 Qs

Pre-Production

Pre-Production

1st Grade

5 Qs

Typing Practice - Words

Typing Practice - Words

KG - 2nd Grade

10 Qs

Tree-group2

Tree-group2

Assessment

Quiz

Created by

11B8_10_Nguyễn Cường

Computers

1st Grade

2 plays

Hard

6 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the degree (order) of a node in a tree?

The number of its parent nodes

The number of its non-empty child nodes

The number of edges in the path

The level of the node in the tree

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In a tree, what is a path?

A cycle that appears in the graph.

 A set of edges linking the nodes.

The total children a node contains.

 A structure not linked in the tree.

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following represents an ordered tree?

A tree that does not have a root.

A tree where children follow an order.

 A tree that lacks any hierarchy.

 A tree that contains some cycles.


4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the definition length of a path in a tree?


The number of arcs in the path

 The number of nodes in the path

 The depth of the tree

The number of children of a node


5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

 In the tree examples, what is an empty tree?

 A tree with one node

 A tree with no nodes

A tree with only leaf nodes

A tree with one root and multiple children

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How are the children arranged in an ordered tree?

In a circle

Randomly

Top to bottom

Left to right