
Chapter 16 Exam Review

Quiz
•
Information Technology (IT)
•
8th Grade
•
Easy
Ashley Brown
Used 26+ times
FREE Resource
20 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What does a "Big O" function tell you?
The approximate efficiency of an algorithm, given the size of the input data set
The exact run-time of an algorithm, given a specific input data set
The number of MB of RAM a specific input data set will consume
The number of correct answers an algorithm will produce for an input data set
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Given the following information, what can we conclude about algorithm 1 and algorithm 2? Algorithm 1: O(5) = 10 Algorithm 2: O(5) = 100
Algorithm 1 will always complete in 10 seconds and Algorithm 2 will always complete in 100 seconds
Algorithm 2 should be more efficient when processing 5 input elements
Algorithm 1 should be more efficient when processing 5 input elements
Algorithm 1, given 10 input elements, will run in the same time as Algorithm 2, given 100 input elements
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
If I do a linear search(O(n)) of a list of 100 items, how many possible times will the search have to execute?
7
50
25
100
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
If I do a binary search (O(log2n) ) of a list of 100 items, how many possible times will the search have to execute?
7
50
100
23
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
How can an algorithm's efficiency be measured?
Memory
CPU
Time
All of these are true
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Given these algorithmic efficiencies, which of these run in an unreasonable amount of time?
O(n)
O(2n)
O(n2)
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Given the following efficiency reports for the first five results, which algorithms run in an unreasonable amount of time, given an input of "n" elements?
1 & 2
2 & 3
1 & 3
1, 2, & 3
Create a free account and access millions of resources
Similar Resources on Wayground
20 questions
Soal Ulangan Internet 8.7

Quiz
•
8th Grade - University
16 questions
MEMORY

Quiz
•
8th Grade
15 questions
Table,Image formatting

Quiz
•
5th Grade - University
22 questions
MS Excel

Quiz
•
4th Grade - University
15 questions
Engineering/STEAM

Quiz
•
8th Grade
15 questions
The Journey of Flight Evolution

Quiz
•
8th Grade
19 questions
Grade 8 ICT Unit 1 Practice

Quiz
•
8th Grade
15 questions
Recap Handout 3 & 4

Quiz
•
6th Grade - University
Popular Resources on Wayground
20 questions
Brand Labels

Quiz
•
5th - 12th Grade
10 questions
Ice Breaker Trivia: Food from Around the World

Quiz
•
3rd - 12th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
20 questions
ELA Advisory Review

Quiz
•
7th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
22 questions
Adding Integers

Quiz
•
6th Grade
10 questions
Multiplication and Division Unknowns

Quiz
•
3rd Grade
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
Discover more resources for Information Technology (IT)
20 questions
Brand Labels

Quiz
•
5th - 12th Grade
10 questions
Ice Breaker Trivia: Food from Around the World

Quiz
•
3rd - 12th Grade
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
20 questions
Figurative Language Review

Quiz
•
8th Grade
4 questions
End-of-month reflection

Quiz
•
6th - 8th Grade
20 questions
Distribute and Combine Like Terms

Quiz
•
7th - 9th Grade
20 questions
Physical and Chemical Changes

Quiz
•
8th Grade
22 questions
Newton's Laws of Motion

Lesson
•
8th Grade