Struktur Data-Sorting

Quiz
•
Computers
•
University
•
Hard
Mulia Sulistiyono
Used 97+ times
FREE Resource
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
Similar Resources on Wayground
11 questions
Logika Dan Algoritma P9

Quiz
•
University
10 questions
Proyek Struktur Data dan Algoritma Kelas C - Kuis I

Quiz
•
University
8 questions
TEAM 2

Quiz
•
University
15 questions
TO/INF/GP-1

Quiz
•
9th Grade - University
9 questions
Merge sort | Starter Quiz | Oak National Academy

Quiz
•
9th Grade - University
11 questions
DSA Diaries 2.0

Quiz
•
University
10 questions
Database Fundamentals

Quiz
•
KG - University
10 questions
DS UNIT-2 TEST-1

Quiz
•
University
Popular Resources on Wayground
10 questions
Video Games

Quiz
•
6th - 12th Grade
20 questions
Brand Labels

Quiz
•
5th - 12th Grade
15 questions
Core 4 of Customer Service - Student Edition

Quiz
•
6th - 8th Grade
15 questions
What is Bullying?- Bullying Lesson Series 6-12

Lesson
•
11th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
22 questions
Adding Integers

Quiz
•
6th Grade
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
Discover more resources for Computers
20 questions
Definite and Indefinite Articles in Spanish (Avancemos)

Quiz
•
8th Grade - University
7 questions
Force and Motion

Interactive video
•
4th Grade - University
36 questions
Unit 5 Key Terms

Quiz
•
11th Grade - University
7 questions
Figurative Language: Idioms, Similes, and Metaphors

Interactive video
•
4th Grade - University
15 questions
Properties of Equality

Quiz
•
8th Grade - University
38 questions
WH - Unit 3 Exam Review*

Quiz
•
10th Grade - University
21 questions
Advise vs. Advice

Quiz
•
6th Grade - University
12 questions
Reading a ruler!

Quiz
•
9th Grade - University