Testing ensures that all hardware and software components work together
        
             
        
        
        
Okay what do you need to know
 
        
             
        
        
        
One advantage of Binary Search Algorithm: 
Compared to Linear search it is much faster because linear search starts its searching right from the first value but binary searches for something by splitting the array in two again and again and again. 
One disadvantage of Binary Search Algorithm:
Have to be sorted, unlike linear search that doesn't have to be. 
        
             
        
        
        
Answer:
Type right under my comment
Explanation:
Look in comments