Homework Answers

Math 58880 52480
Physics 50710 47629
Chemistry 44357 42759
Programming & Computer Science 34330 30918
Economics 34267 33209
English 12729 11462
Biology 9425 8734
Management 8270 7078
Engineering 8082 6895
History 4259 3853
Psychology 2611 2287
Geography 2457 1903
Sociology 2387 2125
Law 2080 1463
Other 2007 1890
Marketing 1915 1605
Philosophy 1405 1148
Political Science 1107 1010
French 565 528

Questions: 281 843

Answers by our Experts: 258 976

Need a fast expert's response?

Submit order

and get a quick answer at the best price

for any assignment or question with DETAILED EXPLANATIONS!

Search & Filtering

The second approach looks at international communication as propaganda which is an ideological confrontation, advertising and creation of myths and clichés. Based on this definition, analyse the image below and state why it should be considered as propaganda.

3.1. [10 marks] Write a method with the following details: 

  • Name: CalculateGravitationalAttraction 
  • • Parameters: o A double representing the mass of the first body - name it "mass1" 
  • o A double representing the mass of the second body - name it "mass2" 
  • o A double representing the distance between them - name it "distance" 
  • Returns: A double representing the attractive force between the bodies 
  • Displays: Nothing 
  • Task: Calculate and return the force of attraction between them. Formula: o Force = G * (mass1 * mass2) / distance ^ 2 ▪ where G = 6.673e-11 (“G” should be a constant) 
  • ▪ for the power of 2 use Math.Pow() method 

3.2. [10 marks] Using the method below, write the statements to call the above method with the masses of the earth, moon and the distance between them and display the resulting force. 

- Mass of Earth: 5.972E24 

- Mass of Moon: 7.348E22 

- Distance: 384,400,000 meters 

- Answer: 1.99e020N - You should use “E” as a format specifier in your output (like when you use N, F, N2) 



Briefly explain the world systems theory and state how the Covid-19 pandemic proved the theory right.

Vl2: Internalize and practice the structure and formatting of an information memo Suppose that you work at a company titled "Light House'. The IT Team has recently introduced a new software titled ``CARF^ prime making it convenient for the employees to stay updated with company's operations and updates. As a coordinator, compose an information memo to all the staff members of your company sharing the latest development regarding the new software. Think of an ideal date, time and venue for the hands-on training to use this software and share this schedule with all employees. Also, encourage all employees to attend and participate in the training.


Environmental factors influence Global PR. Technological systems are one of those factors. With the nation wide pandemic of Covid -19, Public Relations PR practitioners depended entirely on their technological/online systems to raise awareness about the virus. Discuss the technological systems used in your country to raise awareness about Covid-19, presenting both advantages and disadvantages of those media systems.

11. In the computing field, there are many applications of Probability theories. Hashing and Load Balancing are also included to those. Provide an example for an application of Probability in Hashing and an example for an application of Probability in Load Balancing. Then, evaluate in detail how Probability is used for each application while assessing the importance of using Probability to those applications.


11. The battery life of a certain battery is normally distributed with a mean of 90 days and a standard deviation of 3 days.

For each of the following questions, construct a normal distribution curve and provide the answer.

a)    About what percent of the products last between 87 and 93 days?

b)    About what percent of the products last 84 or less days?

For each of the following questions, use the standard normal table and provide the answer.

c) About what percent of the products last between 89 and 94 days?

d) About what percent of the products last 95 or more days? 



Write a user defined method named getMark that can be used to get a valid mark from the user. Your method must continuously ask the user for a mark, until a valid mark is entered (valid marks are between 0 and 100). If a user enters an invalid mark, display an error message before asking for a valid mark to be entered. The method must return the valid value to the calling program.

Write a user defined method named isPass that can be used to determine whether a mark is a pass mark (greater or equal to 50). The method must take as input a mark, and return a boolean, indicating whether the mark was a pass mark.

Write a program that reads in 5 marks by using the getMark method to ensure that valid marks are processed. You need to calculate the sum and the average of the marks. Your program must also use the isPass method to determine the number of pass marks entered. When the 5 marks have been processed you need to display the sum, average and number of passes (from these marks).


The number of accidents in a production facility has a Poisson distribution with a mean of 2.7 per month. For a given month, what is the probability that there will be more than three (3) accidents?



Write a program that takes marks of 10 students as input. It calculates the class average and displays it on the screen. Interaction with the program might look like this. Use while loop.


LATEST TUTORIALS
New on Blog
APPROVED BY CLIENTS