Answer:
<em>The </em><em>answer </em><em>is </em><em>(</em><em>A)</em>
Explanation:
Double-click both the worksheet tabs one at a time and then enter the new names. 
 
        
             
        
        
        
Answer:
public class Triangle
{
 public static void main( String[] args )
 {
 show( 5 );
 }
 public static void show( int n )
 {
 int i,j,k;
 for (i = 0; i < n - 1; i++ )
 {
 for (j = 0; j < i; j++ )
 {
 System.out.print( " " );
 }
 for (k = n - i; k > 0; k-- )
 {
 System.out.print( "* " );
 }
 System.out.println();
 }
 for (i = 0; i < n; i++ )
 {
 for (j = n - i; j > 1; j-- )
 {
 System.out.print( " " );
 }
 for (k = 0; k < i + 1; k++ )
 {
 System.out.print( "* " );
 }
 System.out.println();
 }
 
        
             
        
        
        
Answer:
B) opt-out identify
Explanation:
To opt-out means refusing to or avoiding to accept unsolicited refers to  products or service information. In this caseyou are refusing to accept Bing as your default search provider
 
        
             
        
        
        
Answer:
Direct Selection Tool
Explanation:
The Direct Selection tool is a tool that allows the selection of a single object or a single path such that an object already grouped with other objects can be directly and moved to a desired location 
The Direct Selection tool can be used to select a container's content including graphics which are imported and specific points or paths of a figure or text to allow for drawing, text editing or to edit paths.