Struktur Data-Sorting

Struktur Data-Sorting

University

13 Qs

quiz-placeholder

Similar activities

Tes Awal Modul 5

Tes Awal Modul 5

University

10 Qs

Kuiss 1 TIK V PB 1

Kuiss 1 TIK V PB 1

University

10 Qs

DCN5511: Chapter 5 - 7

DCN5511: Chapter 5 - 7

University

15 Qs

Basic Excel

Basic Excel

University

15 Qs

Process modeling

Process modeling

University

10 Qs

Interaksi manusia dan komputer

Interaksi manusia dan komputer

University

10 Qs

Quiz Komponen Komputer

Quiz Komponen Komputer

1st Grade - University

10 Qs

Dasar Pengenalan Pola 1

Dasar Pengenalan Pola 1

University

15 Qs

Struktur Data-Sorting

Struktur Data-Sorting

Assessment

Quiz

Computers

University

Practice Problem

Hard

Created by

Mulia Sulistiyono

Used 99+ times

FREE Resource

AI

Enhance your content in a minute

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

13 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Dibawah ini adalah Algoritma Sorting Kecuali:

Bubble Sort

Quick Sort

Insertion Sort

Selection Sort

Hashing Sort

2.

MULTIPLE SELECT QUESTION

20 sec • 1 pt

Teknik pengurutan data yang membandingkan setiap elemen data dengan seluruh elemen di dekatnya dan melakukan penukaran jika memenuhi kriteria tertentu disebut

Selection Sort

Insertion Sort

Bubble Sort

3.

MULTIPLE SELECT QUESTION

20 sec • 1 pt

Metode pengurutan yang menyeleksi satu per satu data yang ada dan membandingkan satu data dengan satu data yang lain dalam array 1 dimensi.

Insertion Sort

Selection Sort

Bubble Sort

4.

MULTIPLE SELECT QUESTION

20 sec • 1 pt

Metode pengurutan data dengan cara menyisipkan data yang belum urut ke dalam bagian data yang telah terurut secara relatif, penyisipan dilakukan ke bagian sisi kiri.

Insertion Sort

Selection Sort

Bubble Sort

5.

MULTIPLE SELECT QUESTION

30 sec • 1 pt

1 for i←1 to length[A]

2 do for j←length[A] downto i+1

3 do if A[j] < A[j-1]

4 then exchange A[j] ↔ A[j-1]


Penjelasan Pseudocode diatas digunakan untuk metode?

Insertion Sort

Bubble Sort

Selection Sort

6.

MULTIPLE SELECT QUESTION

30 sec • 1 pt

1. For i = 1 to n {

2. Key = A[i]

3. j = i – 1

5. //if j>=0 dan elemen indeks j>key

6. While (j >= 0) and (A[j] > key) {

7. A[j+1] = A[j]

8. j = j -1

9. A[j+1] = key


Penjelasan Pseudocode diatas digunakan untuk metode?

Insertion Sort

Selection Sort

Bubble Sort

7.

MULTIPLE SELECT QUESTION

30 sec • 1 pt

1 for i← 1 to length[A]-1

2 min = i;

3 do for j ← i+1 to length[A]

4 do if A[j] < A[min]

5 min = j;

6 exchange A[min] ↔ A[i]


Penjelasan Pseudocode diatas digunakan untuk metode?

Insertion Sort

Selection Sort

Bubble Sort

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?