Answer:
1. You can invoke or call a method from another program or method: TRUE
2. When methods must share data, you can pass the data into and return the data out of methods: TRUE
3. A method could be called using any numeric value as an argument, whether it is a variable, a named constant, or a literal constant: TRUE
Explanation:
 
        
             
        
        
        
Answer:
import java.util.Scanner;
public class TestClock {
    public static void main(String[] args) {
  Scanner in = new Scanner (System.in);
        System.out.print("Enter favorite color:");
  String word1 = in.next();
        System.out.print("Enter pet's name:");
  String word2 = in.next();
        System.out.print("Enter a number:");
  int num = in.nextInt();
        System.out.println("you entered: "+word1+" "+word2+" "+num);
    }
}
Explanation:
Using Java Programming language
- Import the Scanner class
- create an object of the scanner class
- Prompt user to enter the values for the variables (word1, word2, num)
- Use String concatenation in System.out.println to display the output as required by the question.
 
        
             
        
        
        
The type of agent software can she install on her systems to identify properly categorized or tagged information before it leaves the company is a strong antivirus software.
<h3>What are some ways to handle against email phishing attacks?</h3>
People are known to have system and they are said to have different kinds of attacks from outside sources. The ways to protect yourself from Phishing are:
- Be on guard towards the  handing of sensitive information. 
- Never click on alarming messages. 
- Do not open any form of attachments that is suspicious or strange.
Learn more about  phishing attacks from
brainly.com/question/2537406
 
        
             
        
        
        
Answer:
C is the answer!
Explanation:
A hard drive contains your operating system which can include your settings and preferences that you included in your device. But it mostly is a storage device so we know it WOULD NOT BE (B.
WOULD NOT BE D beacause powering it back on wouldnt do anything but bring you back to the start.
WOULD NOT BE A beacuse when taking out the battery then putting it back in would just be like turning it off then back on beacuse that just hold the power to a device.
IT WOULD BE C, C IS THE ANSWER beacuse a CMOS batttery contains the main system settings and  also contains information so i think C would be the best answer for this choice.
Hope this helps! 
xx <3