Answer:
C. sending emails impersonating legitimate companies in an attempt to learn a recipient's personal information
 
        
             
        
        
        
Answer:
formula bar shows the contents of the current cell and allows you to create and view the formulas
 
        
             
        
        
        
Answer:
I will be describing Jude. He is a neighbor. 
Explanation:
A police description refers to the method of describing a person using high-level detailing. An example is given below:
- He is a Five feet-three male caucasian
- With brown eyes and
- an Australian accent
- He has a military haircut
- About 38 years
- Weighs about 95Kg
- and dresses casually
- he walks with a slant to the left
- a dove tattoed at the back of his neck
- and a birthmark on his left ear lobe
Cheers
 
        
             
        
        
        
Answer:
    String word = "George slew the dragon";
    
    int pos = word.indexOf("dr");    
    String drWord = word.substring(pos, pos+4);
    
    System.out.println(drWord);
Explanation:
Assuming dr is always there, we don't have to check the validity of 'pos'. Normally, you would!
 
        
                    
             
        
        
        
Answer:
Page Setup Grouping.
Explanation:
In Microsoft Word, Columns break up the page into, at max, 13 columns, and at minumum, 2. The way you go about doing this is
- Go to the Layout Tab
- Go to the Page setup Grouping
- Click on the Columns Action
- In the Dialog Box, choose either from one of the presents, or custom make your own column settings.
- Click Okay
- Done!