Advertisements
Advertisements
How many comparisons of Linear search will be required to search for key = 17 in the list [8,-4,7,17,0,12,56]?
Concept: undefined >> undefined
If the key to be searched is the last element in the list, then linear search algorithm will make how many comparisons?
Concept: undefined >> undefined
Advertisements
In which of the following scenarios would you prefer to use a Linear search algorithm?
Concept: undefined >> undefined
Which is the most preferred technique used for finding a value in a list?
Concept: undefined >> undefined
An average case occurs in linear search algorithm when ______.
Concept: undefined >> undefined
In the given list 1, 2, 3, 5, 6, 4. Given that number 13 is to be searched. In which call will it be known that 13 do not exist. Search is conducted using Linear search.
Concept: undefined >> undefined
The biggest disadvantage of a Linear search is that ______.
Concept: undefined >> undefined
Code Red is a type of ______.
Concept: undefined >> undefined
Linear search is time consuming if applied on big lists.
Concept: undefined >> undefined
Linear search works on the principle of divide and rule.
Concept: undefined >> undefined
First message was communicated by networking between ______.
Concept: undefined >> undefined
Identify Single Row function of MySQL among the following.
Concept: undefined >> undefined
What will be returned by the given query? Select round(23456.1234, -2) = ______.
Concept: undefined >> undefined
What will be returned by the given query? select mid("Computer", 2, 4) = ______.
Concept: undefined >> undefined
What will be returned by the given query? select day of year('2015-02-10') = ______.
Concept: undefined >> undefined
A ______ is a small malicious program that runs hidden on the infected system.
Concept: undefined >> undefined
What will be returned by the given query? select substr("Computer", 4) = ______.
Concept: undefined >> undefined
Which of the following would most likely NOT be a symptom of a virus?
Concept: undefined >> undefined
What will be returned by the given query? select power(3, 2) = ______.
Concept: undefined >> undefined
