Identify the search algorithm.

Search Algorithms and Computational Thinking

Quiz
•
Computers
•
10th Grade
•
Hard

Mr B Ebrahim
FREE Resource
15 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Random search
Binary search
Denary search
Next Item search
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of the following is not a sorting algorithm?
Bubble
Insertion
Binary
Merge
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which sorting algorithm is described by: split a list into individual lists, then combine these, two lists at a time?
Merge
Bubble
Insertion
None of the above
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which sorting algorithm is described by: take each item in turn, compare it to the items in the sorted list and place it in the ordered position in the sorted list?
Merge
Bubble
Insertion
None of the above
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
The following list is to be sorted using a bubble sort: 12, 6, 8, 1, 3. What will the list look like after the first iteration through the list?
6, 8, 1, 3, 12
6, 12, 1, 8, 3
1, 3, 6, 8, 12
6, 8, 1, 12, 3
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
How many arrows should come out of a decision symbol in a flowchart?
0
1
2
3
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
The following algorithm should take as input one number, and output the 12 times table for that number. Identify the correct algorithm.
number = input("Enter a number") for x = 1 to 12 print(number * x) next x
number = input("Enter a number") for x = 0 to 12 print(number * x) next x
number = input("Enter a number") for x = 1 to 12 print(number X x) next x
number = input("Enter a number") for x = 1 to 12 print(number * number) next x
Create a free account and access millions of resources
Similar Resources on Quizizz
10 questions
AP CSP Review

Quiz
•
9th - 12th Grade
20 questions
CS Python Fundamentals Unit 3 Review

Quiz
•
9th - 12th Grade
10 questions
KS4 Programming Techniques (1)

Quiz
•
8th - 10th Grade
10 questions
9 класс Информатика Одномерный массив данных

Quiz
•
9th - 10th Grade
10 questions
Representing and understanding algorithms

Quiz
•
10th - 11th Grade
11 questions
J277 Programming - Data Types

Quiz
•
9th - 11th Grade
14 questions
Computing Revision JCG

Quiz
•
KG - University
10 questions
C# Programming Basics Quiz

Quiz
•
10th Grade
Popular Resources on Quizizz
15 questions
Character Analysis

Quiz
•
4th Grade
17 questions
Chapter 12 - Doing the Right Thing

Quiz
•
9th - 12th Grade
10 questions
American Flag

Quiz
•
1st - 2nd Grade
20 questions
Reading Comprehension

Quiz
•
5th Grade
30 questions
Linear Inequalities

Quiz
•
9th - 12th Grade
20 questions
Types of Credit

Quiz
•
9th - 12th Grade
18 questions
Full S.T.E.A.M. Ahead Summer Academy Pre-Test 24-25

Quiz
•
5th Grade
14 questions
Misplaced and Dangling Modifiers

Quiz
•
6th - 8th Grade
Discover more resources for Computers
17 questions
Chapter 12 - Doing the Right Thing

Quiz
•
9th - 12th Grade
20 questions
Types of Credit

Quiz
•
9th - 12th Grade
30 questions
Linear Inequalities

Quiz
•
9th - 12th Grade
20 questions
Taxes

Quiz
•
9th - 12th Grade
17 questions
Parts of Speech

Quiz
•
7th - 12th Grade
20 questions
Chapter 3 - Making a Good Impression

Quiz
•
9th - 12th Grade
20 questions
Inequalities Graphing

Quiz
•
9th - 12th Grade
10 questions
Identifying equations

Quiz
•
KG - University