Search Header Logo

Struktur Data

Authored by Aris Sugiharto

Computers

University

Used 32+ times

Struktur Data
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

25 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Sebuah tipe data abstrak, di mana operasi pemasukan data dan pengambilan data dilakukan melalui satu pintu dinamakan ...

Pohon

List

Linked List

Stack

Queue

2.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Sebuah tipe data yang menunjuk ke alamat data lain dan bersifat dinamis adalah ...

array

record

pointer

string

integer

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Untuk mengalokasikan sebuah pointer digunakan perintah ...

dispose

new

nil

flush

pop

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Operasi untuk mengambil data pada sebuah stack adalah...

push

enque

pop

deque

list

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Operasi yang digunakan untuk memasukkan sebuah data pada Queue adalah ...

push

deque

pop

enque

list

6.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Media Image

Type simpul=^data

data=record

isi : integer;

next : simpul;

end;

Jika diberikan perintah X:=Y, maka X^.isi + 4 adalah ...

5

2

6

1

-1

7.

MULTIPLE CHOICE QUESTION

3 mins • 1 pt

Media Image

Type simpul=^data

data=record

isi : integer;

next : simpul;

end;

Jika diberikan perintah X^.next:=Y, Y^.next:=Z dan Z^.next:=X; Nilai X^.next^.isi * Y^.next^.next^.isi adalah ...

18

-6

6

-18

12

Access all questions and much more by creating a free account

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Microsoft

Continue with Microsoft

or continue with

Facebook

Facebook

Apple

Apple

Others

Others

Already have an account?