Search Header Logo

Python. Двоичный(бинарный) поиск.

Authored by Юрий Романов

Computers

10th Grade

Used 3+ times

Python. Двоичный(бинарный) поиск.
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

9 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the easiest sorting algorithm to program?

Linear

Binary

Bubble

Psuedo

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which type of lists or data sets are binary searching algorithms used for?

Unsorted lists or data sets
Sorted lists or data sets

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Select the best description to explain what a binary search algorithm is.

Put the elements in order, check each item in turn.

Put the elements in order, compare with the middle value, split the list in order and repeat.

Elements do not need to be in order, check each item in turn.

Elements do not need to be in order, compare to the middle value, split the list in order and repeat

4.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

A binary search is to be performed on the list:
3  5  9  10  23
How many comparisons would it take to find number 9?

0-1
2-3
4-5
I can't find the number 9

5.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

A binary search is to be performed on the list:
1  5  10  13  48  68  100  101
How many comparisons would it take to find number 101?

0-1
1-2
3-4
4-5

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Describe an advantage of a binary search algorithm

Data does not need to be in order.
Performs well over large ordered lists.
Can only work on an ordered list.  If unordered must use a linear search.
Slow with large data sets.

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Describe a disadvantage of a binary search algorithm

Data does not need to be in order.
Performs well over large ordered lists.
Can only work on an ordered list.  If unordered must use a linear search.
Slow with large data sets.

Access all questions and much more by creating a free account

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

Already have an account?