Dibawah ini adalah Algoritma Sorting Kecuali:
Struktur Data-Sorting

Quiz
•
Computers
•
University
•
Hard
Mulia Sulistiyono
Used 93+ times
FREE Resource
13 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
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 Quizizz
10 questions
CSS TECH TRIVIA - MEDIUM LEVEL

Quiz
•
University
15 questions
Searching and Sorting

Quiz
•
University - Professi...
9 questions
Merge sort | Starter Quiz | Oak National Academy

Quiz
•
9th Grade - University
10 questions
Kuis StrukDat

Quiz
•
University
15 questions
Algoritmos de ordenamiento

Quiz
•
University
10 questions
DS Quiz1

Quiz
•
University
16 questions
Unit 2 Problem solving A level computer science

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

Quiz
•
University
Popular Resources on Quizizz
15 questions
Multiplication Facts

Quiz
•
4th Grade
20 questions
Math Review - Grade 6

Quiz
•
6th Grade
20 questions
math review

Quiz
•
4th Grade
5 questions
capitalization in sentences

Quiz
•
5th - 8th Grade
10 questions
Juneteenth History and Significance

Interactive video
•
5th - 8th Grade
15 questions
Adding and Subtracting Fractions

Quiz
•
5th Grade
10 questions
R2H Day One Internship Expectation Review Guidelines

Quiz
•
Professional Development
12 questions
Dividing Fractions

Quiz
•
6th Grade