Advertisements
Advertisements
Which of the following is not a network device?
Concept: undefined >> undefined
Meerut school in Meerut is starting up the network between its different wings, There are four buildings named S, J, A and H. The distance between various buildings is as follows:
| A to S | 200m |
| A to J | 150m |
| A to H | 50m |
| S to J | 250m |
| S to H | 350m |
| J to H | 350m |
Numbers of computers in each Building
| S | 130 |
| J | 80 |
| A | 160 |
| H | 50 |
The company wants internet accessibility in all the blocks. The suitable and cost-effective technology for that would be:
Concept: undefined >> undefined
Advertisements
What is the meaning of "HAVING" clause in Mysql?
Concept: undefined >> undefined
Which of the following is not a unit for data transfer rate?
Concept: undefined >> undefined
Which of the following is not a built in aggregate function in SQL?
Concept: undefined >> undefined
One limitation of antivirus programs is that they :
Concept: undefined >> undefined
Which of the following device is connected to both the source and destination computer?
Concept: undefined >> undefined
A ______ is a software program that is designed to copy itself from one computer to another, without human intervention.
Concept: undefined >> undefined
Which one of the following is a type of antivirus program?
Concept: undefined >> undefined
The biggest advantage of selection sort is:
Concept: undefined >> undefined
______ is an algorithm that requires minimum number of swaps.
Concept: undefined >> undefined
How many for loops does selection sort use?
Concept: undefined >> undefined
In which of the following scenarios will you use a selection sort?
Concept: undefined >> undefined
Bubble sort and selection sort are in place sorting algorithm. This means that:
Concept: undefined >> undefined
In a sorting algorithm, the smallest element is selected from the unsorted array and swapped with the leftmost element and not considered for further passes. The process continues for the next element in the unsorted array till the list is sorted. Which algorithm are we referring to?
Concept: undefined >> undefined
Binary search makes use of ______.
Concept: undefined >> undefined
When we say that in binary search with every pass the search area is reduced by half means ______.
Concept: undefined >> undefined
Determine the number of comparisons required in list [-4, 0, 2,7, 8, 17, 19] to search for - 4.
Concept: undefined >> undefined
How many swaps does selection sort perform in worst case?
Concept: undefined >> undefined
A modified binary search is used when one is ______.
Concept: undefined >> undefined
