UAS SD2324P

UAS SD2324P

University

20 Qs

quiz-placeholder

Similar activities

Review Quiz (Chapter 3&4)

Review Quiz (Chapter 3&4)

University

20 Qs

Quiz Pemrograman Java dengan netbeans

Quiz Pemrograman Java dengan netbeans

10th Grade - University

16 Qs

Fiber Optic

Fiber Optic

University

18 Qs

Data Structures Activity - 1

Data Structures Activity - 1

University

15 Qs

QUIZ 2

QUIZ 2

University

20 Qs

DSA5541 Quiz 1 TRI 2210

DSA5541 Quiz 1 TRI 2210

University

20 Qs

Information and Communication Technology Security - Pre-Test

Information and Communication Technology Security - Pre-Test

University

20 Qs

Fun with Computer Architecture

Fun with Computer Architecture

University

15 Qs

UAS SD2324P

UAS SD2324P

Assessment

Quiz

Computers

University

Medium

Created by

Utomo Pujianto

Used 4+ times

FREE Resource

AI

Enhance your content

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

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

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?