Answer:
1. (1) Travel guide, (2) Study notes for students , (3) Some creative ideas that I want to share with others
2. (1) he or she would have some work related to the website I have created, (2) he or she would be interested in knowing about something which would be available in my created website
3. I want to learn how to add photos in the html pages
Answer:
public class Point
{
public int x;
public int y;
Point(int x,int y)
{
this.x=x;
this.y=y;
}
public static void main(String[] args)
{
Point p1=new Point(-2,3);
Point p2=new Point(3,-4);
System.out.println("distance:"+distance(p1,p2));
}
private static double distance(Point p1,Point p2)
{
return Math.sqrt(Math.pow(p2.x-p1.x, 2)+Math.pow(p2.y-p1.y, 2));
}
}
Explanation:
The java program defines the Point class and the public method 'distance' to return the total distance between the two quadrants passed to it as arguments (they are both instances of the Point class).
Answer:
The answer to this question is given below in the explanation section.
Explanation:
The correct answer to this question is B.
The formulas in the spreadsheet are used to do the automatic calculation when data is changed in the spreadsheet.
For example, if you add numbers in a column and then get average. you can use sum() and average() formula to calculate the sum and average of numbers in a column. If you will change any number in the column, the calculation for sum and average automatically done. So, the answer to this question is B. i.e.
so that calculations are automatically redone when data is changed.
While the other options are not correct because:
- To ensure data is entered correctly is done by validation not by using formula.
- To ensure data is properly formated is done in the formatting section.
- The error can be easily identified using validation features in excel.
A and B are out because Charlie knows his problem is he is not going to finish in time. D is out because he hasn't talked to his manager yet. so only choice left is C. decide if he should talk to his manager about the problem he now knows
Answer:
“Think of it this way: When we’re done, your connection will be faster than it ever was before.”
Correct label:
positive reappraisal
“Okay, let’s put the connection speed issue aside for later and work on changing your password for our company website.”
Correct label:
distraction
“At least your router isn’t talking back at you! I can’t get my digital assistant to shut up.”
Correct label:
humor
Explanation: