Penilaian Tengah Semester

Penilaian Tengah Semester

10th Grade

6 Qs

quiz-placeholder

Similar activities

Merge Sort

Merge Sort

10th Grade

7 Qs

Sorting Algorithms

Sorting Algorithms

9th - 12th Grade

10 Qs

Sort

Sort

9th - 12th Grade

10 Qs

Sorting Algorithms

Sorting Algorithms

9th - 12th Grade

9 Qs

Quiz Informatika

Quiz Informatika

10th Grade

10 Qs

Key Words

Key Words

10th Grade

10 Qs

Bubble Sort

Bubble Sort

10th Grade

8 Qs

Pretest Tumpukan dan Antrian

Pretest Tumpukan dan Antrian

9th - 12th Grade

10 Qs

Penilaian Tengah Semester

Penilaian Tengah Semester

Assessment

Quiz

Computers

10th Grade

Hard

Created by

Zufar Ismail

FREE Resource

6 questions

Show all answers

1.

FILL IN THE BLANK QUESTION

1 min • 1 pt

memecah masalah menjadi beberapa bagian komponen

2.

FILL IN THE BLANK QUESTION

1 min • 1 pt

merupakan proses membersihkan dari informasi-informasi tidak penting sehingga dalam melakukan penyelesaian masalah dan pencsrian solusi akan terfokus pada bagian yang penting dan relevan

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Media Image
Which type of sort algorithm is this?
Bubble
Merge
Insertion

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does a sorting algorithm do?
Finds an item of data in a set of data
Saves a set of data
Puts a list of items into order

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does a binary search do?
Looks at the first item of data, then each one in turn, until it finds the data item requested
Converts all the data into binary
Takes the data and splits it in half repeatedly until it finds the data item requested

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Speed of sort depends on how unordered the list is.
Bubble sort
Insertion sort
Bubble sort and insertion sort