Group 3

Group 3

University

5 Qs

quiz-placeholder

Similar activities

Mixed Review wk 1 WIN

Mixed Review wk 1 WIN

6th Grade - University

9 Qs

Area as Product and Sum

Area as Product and Sum

4th Grade - University

8 Qs

Geometry Sort

Geometry Sort

3rd Grade - University

10 Qs

Mahout

Mahout

University

8 Qs

Linear Regreesion

Linear Regreesion

University

5 Qs

Dividing Decimals with Whole Numbers

Dividing Decimals with Whole Numbers

6th Grade - University

10 Qs

Programing Testing

Programing Testing

University

10 Qs

Group 3

Group 3

Assessment

Quiz

Mathematics

University

Hard

Created by

Jenlly Huỳnh

Used 1+ times

FREE Resource

5 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

10 mins • 1 pt

Which algorithm divides the list into two parts: sorted and unsorted ?

Bubble Sort

Selection Sort

Insertion Sort

  • Quick Sort

2.

MULTIPLE CHOICE QUESTION

10 mins • 1 pt

In the Binary Search algorithm, which element is checked first ?

The first element

The last element

The middle element

The smallest element

3.

MULTIPLE CHOICE QUESTION

10 mins • 1 pt

In the Selection Sort algorithm, which element is selected for swapping?

The largest element

The smallest element

The middle element

The last element

4.

MULTIPLE CHOICE QUESTION

10 mins • 1 pt

Which of the following algorithms requires the list to be sorted before execution ?

Sequential Search

Binary Search

Bubble Sort

Selection Sort

5.

MULTIPLE CHOICE QUESTION

10 mins • 1 pt

Which algorithm can stop early if no swaps occur in a pass ?

Bubble Sort

Selection Sort

Insertion Sort

Quick Sort