SDA UTS

SDA UTS

Professional Development

15 Qs

quiz-placeholder

Similar activities

DS CLASS QUIZ

DS CLASS QUIZ

Professional Development

10 Qs

DS_Linked_List

DS_Linked_List

Professional Development

10 Qs

Java Quiz

Java Quiz

Professional Development

20 Qs

Soal HTML, CSS, dan JavaScript Basic

Soal HTML, CSS, dan JavaScript Basic

Professional Development

20 Qs

Informatika

Informatika

Professional Development

10 Qs

Bertelsmann AI Track Quiz Initiative #3

Bertelsmann AI Track Quiz Initiative #3

University - Professional Development

20 Qs

Data Structures and Algorithms Quiz No.1

Data Structures and Algorithms Quiz No.1

1st Grade - Professional Development

15 Qs

[FE] Ice Breaking - Navigating the World of Variables, Spread, a

[FE] Ice Breaking - Navigating the World of Variables, Spread, a

Professional Development

10 Qs

SDA UTS

SDA UTS

Assessment

Quiz

Computers

Professional Development

Medium

Created by

Rossy Nurhasanah

Used 1+ times

FREE Resource

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Struktur data yang menggunakan prinsip LIFO

Array

Stack

Antrian

Linked List

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Pada doubly linked list, sebuah node terdiri dari .... bagian

satu

dua

tiga

empat

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Struktur data untuk diimplementasi pada operasi Undo adalah :

Stack

Queue

Array

Tree

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Manfaat menggunakan Linked List dibanding Array

Linked list memiliki fixed size

Alokasi memori pada Linked list bersifat dinamis

Linked List memungkinkan direct acces pada setiap elemennya.

Linked list membutuhkan memory yang lebih sedikit

5.

FILL IN THE BLANK QUESTION

1 min • 1 pt

..... digunakan untuk menyimpan elemen-elemen yang memiliki tipe data yang sama secara berurutan di memory.

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Efisiensi algoritma ditentukan berdasarkan ...

Time dan capacity complexity

Speed dan space complexity

Time dan space complexity

Speed dan capacity complexity

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

User perform following operations on stack of size 5 then

push(1);

pop();

push(2);

push(3);

pop();

push(2);

pop();

pop();

push(4);

pop();

pop();

push(5);

Underflow condition

Overflow condition

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?