UAS SD2324P

UAS SD2324P

University

20 Qs

quiz-placeholder

Similar activities

Quiz on Tree and Graph Data Structures

Quiz on Tree and Graph Data Structures

University

18 Qs

Searching & Sorting Algorithms

Searching & Sorting Algorithms

10th Grade - University

16 Qs

Data Structures Quiz No 2

Data Structures Quiz No 2

University

20 Qs

Binary Tree Searching - Data Structures

Binary Tree Searching - Data Structures

University

15 Qs

AS Computing: Data Structures

AS Computing: Data Structures

10th Grade - University

15 Qs

Data Structure - Binary Tree

Data Structure - Binary Tree

University

15 Qs

Exploring Non-Linear Data Structures

Exploring Non-Linear Data Structures

University

20 Qs

ICT 1 (H1H2)

ICT 1 (H1H2)

University

25 Qs

UAS SD2324P

UAS SD2324P

Assessment

Quiz

Computers

University

Medium

Created by

Utomo Pujianto

Used 4+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Media Image

Post order traversal :

1a+b*c+d*e+f*g

1abc*+de*f+g*+

++a*bc*+*defg

abc+*+defg*+*

2.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Media Image

ENG: Given a binary search tree, insert 27, 15, 63, 99, 70 and 85 (in this order) into the binary search tree. What is the post-order traversal?


IND: Jika diberikan sebuah binary search tree seperti pada gambar, lalu diminta untuk menambahkan angka berurutan sbb 7, 15, 63, 99, 70 dan 85. Maka hasil post order tree traversalnya adalah ....

5,15,27,34,47,54,63,70,72,75,83,85,88,94,99,101

72,54,34,5,27,15,47,63,70,83,75,88,85,101,94,99

15,27,5,47,34,70,63,54,75,85,99,94,101,88,83,72

15,27,5,47,34,63,54,70,75,85,99,94,101,88,83,72

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

ENG: Given a sequence of number below:

50,60,40,70,45,55,30,80,65,35,25,75,85

When creating a binary search tree, what is the height of the tree?


IND: Jika terdapat urutan data entri seperti di atas, ketika disimpan dalam sebuah binary search tree, berapakah height/ketinggian dari binary search tree tersebut?

3

4

5

6

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Diketahui deret bilangan : 11, 6, 2, 4, 1, 10, 21, 17, 19, 9, 12. Leaf paling kanan dari BST yang dibentuk dari deret di atas adalah

12

19

21

17

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Draw a binary tree where A is the parent of B and C, B is a parent of D and E, E is a parent of F. G and H are children of C, and I and J are children of H.

On what level is J?

Level 1

Level 2

Level 3

Root

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Traversal post-order dari sebuah binary tree dilakukan dalam urutan:

Root, Left, Right

Left, Right, Root

Right, Left, Root

Left, Root, Right

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

ENG: Which of these tree traversal methods is used to output the contents of a binary search tree in ascending order?


IND: Metode tree traversal manakah yang digunakan untuk menghasilkan isi binary search tree dalam pola urut-naik ?

Pre-Order

In-Order

Post-Order

Level-order

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?