Data Structure- Searching & Sorting

Data Structure- Searching & Sorting

University

75 Qs

quiz-placeholder

Similar activities

DAA KCS 503 Tutorial Quiz

DAA KCS 503 Tutorial Quiz

University

77 Qs

Soal UAS Ganjil Algoritma & Pemrograman

Soal UAS Ganjil Algoritma & Pemrograman

University

80 Qs

Mock Test-3

Mock Test-3

University

75 Qs

Computer Science 1 2nd Sem. Final Exam Review

Computer Science 1 2nd Sem. Final Exam Review

KG - University

80 Qs

Google Certified Educator (Level 1)

Google Certified Educator (Level 1)

KG - University

73 Qs

Quiz-1-Sec-e

Quiz-1-Sec-e

University

80 Qs

Mock test 2

Mock test 2

University

75 Qs

MIDTERM EXAM 1-2

MIDTERM EXAM 1-2

University

70 Qs

Data Structure- Searching & Sorting

Data Structure- Searching & Sorting

Assessment

Quiz

Computers

University

Medium

Created by

Shabina Sayyad

Used 39+ times

FREE Resource

75 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which data structure stores key/value pairs?

Sets

Stacks

Lists

Dictionaries

2.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What does a searching algorithm do?
Search through a set of data
Save a set of data
Help to organise data

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What would be needed if searching algorithms didn't exist?
The data would need to be saved
Each item of data would need to be looked at one by one, until the searched for data was found
A new set of data to look at would be needed

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which of these is a type of searching algorithm?
Linear search
Word search
Search engine

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What does a linear search do?
Looks at the first item of data, then each one in turn, until it finds the data item requested
Organises the data into alphabetical order
Splits the data until the requested data is found

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What is an advantage of a linear search?
It is very quick
It only works with ordered lists
It is a simple algorithm

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which of the following is NOT an advantage of a serial search?
It can be used on any set of data regardless of type
It is the quickest search to use
It is a simple algorithm, so it is easy to write a computer program to carry it out

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?