Finally 1

Quiz
•
Chemistry
•
12th Grade
•
Easy
Clifford Buckles
Used 4+ times
FREE Resource
10 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
A large number of genetic codes are stored as binary values in a list. Which one of the following conditions must be true in order for a researcher to obtain the correct result when using a binary search algorithm to determine if a given genetic code is in the list?
The genetic codes must be converted from binary to decimal numbers.
The list must be sorted based on the genetic code values.
The number of genetic code values in the list must be a power of 2.
The number of genetic code values in the list must be even.
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
The procedure BinarySearch (numList, target) correctly implements a binary search algorithm on the list of numbers numList. The procedure returns an index where target occurs in numList, or -1 if target does not occur in numList. Which of the following conditions must be met in order for the procedure to work as intended?
Responses
The length of numList must be even.
The list numList must not contain any duplicate values.
The values in numList must be in sorted order.
The value of target must not be equal to -1.
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
A programmer is deciding between using a linear or binary search to find a target value in a sorted list. Which of the following is true?
Responses
In all cases, a binary search of a sorted list requires fewer comparisons than a linear search.
Generally, the advantage of using a binary search over a linear search increases as the size of the list increases.
A linear search will generally run faster than a binary search because a linear search requires fewer lines of code to implement.
Using a linear search is preferable to using a binary search if there is a chance that the target may not be found in the list.
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
The list listOne is a sorted list of numbers that contains 700 elements. The list listTwo is a sorted list of numbers that contains 900 elements. Let x represent the maximum number of list elements that will need to be examined when performing a binary search for a value in listOne, and let y represent the maximum number of list elements that will need to be examined when performing a binary search for a value in listTwo. Which of the following statements about x and y is true?
The value of x is approximately equal to the value of y.
The value of x is approximately 10 less than the value of y.
The value of x is approximately 13 less than the value of y.
The value of x is approximately 200 less than the value of y.
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
A sorted list of numbers contains 500 elements. Which of the following is closest to the maximum number of list elements that will be examined when performing a binary search for a value in the list?
10
50
250
500
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Consider the following program, which is intended to display the number of times a number target appears in a list.
Which of the following best describes the behavior of the program?
The program correctly displays the number of times target appears in the list.
The program does not work as intended when target does not appear in the list.
The program does not work as intended when target appears in the list more than once.
The program does not work as intended when target appears as the last element of the list.
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
For which of the following lists can a binary search be used to search for an item in the list?
["blue", "green", "jade", "mauve", "pink"]
[5, 5, 5, 5, 6, 7, 8, 8, 8]
[10, 5, 3, 2, -4, -8, -9, -12]
I only
III only
I and III only
I, II, and III
Create a free account and access millions of resources
Similar Resources on Wayground
10 questions
Unit 4 #6

Quiz
•
12th Grade
15 questions
Chemical Bonds

Quiz
•
9th - 12th Grade
15 questions
Test 4 P1

Quiz
•
12th Grade
9 questions
Unit 2 Molecular and Ionic Compound Structure & Properties

Quiz
•
11th - 12th Grade
15 questions
Chemistry, Scientific Method Quiz

Quiz
•
7th - 12th Grade
15 questions
Arrays

Quiz
•
4th Grade - University
14 questions
Naming Acids

Quiz
•
9th - 12th Grade
15 questions
Naming Binary Covalent Compounds

Quiz
•
10th - 12th Grade
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 Chemistry
20 questions
Electron Configuration

Quiz
•
10th - 12th Grade
20 questions
Electron Configuration & Orbital Notation

Quiz
•
9th - 12th Grade
18 questions
Energy Levels, Sublevels, and Orbitals

Quiz
•
10th - 12th Grade
20 questions
Electronic Configuration

Quiz
•
12th Grade
59 questions
Unit #5 Periodic Trends Practice Test

Quiz
•
10th - 12th Grade
18 questions
Ions

Quiz
•
9th - 12th Grade
30 questions
ERHS Chem Chapter 2 - The Atom

Quiz
•
9th - 12th Grade
16 questions
Atomic structure and the periodic table

Quiz
•
10th - 12th Grade