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

Write a C++ program to calculate time dilation (t) in motion, when the speed of the moving objects (v) is given by the user. The given below is the equation to calculate the time dilation.




v = speed of the moving object, c = 15000 ms-1(speed of light), and t0 = 75 s (time in observers own frame of reference)

  • User may insert the speed of the moving objects (v) above or equal to 100 ms-1 and below 200 ms-1 as the highest speed.
  • Consider the speed of light (c) as a constant value.
  • Then the program should calculate the time dilation (t) for each speed of the moving object until the speed becomes 89 ms-1.
  • Use the necessary header files to do the calculation.

Write a C++ program to calculate the maximum height when the user gives the angle (in degrees). The given below is the equation to calculate the maximum height.




v = 10.568 (initial velocity), g = 9.8 (acceleration due to gravity), θ = angle of the initial velocity from horizontal plane in radians and H = maximum height

Note: Assign the above values for v, g and PI. Consider the g (acceleration due to gravity) is a constant.

  • User may insert an angle below 20° and above 10°.
  • Then the program should calculate the maximum height (H) for each angle only when the angle below 20°.
  • You are required to calculate the θ in radians by using the given formula (PI = 3.14286 which is a constant).  
  • Use the necessary header files to do the calculation


 1.     Distinguish between Management Information System and Executive Information System.

2.     Clearly distinguish between System owners and System users.

 


CS304

1.     Describe the four main elements of a computer system.

2.     Distinguish between two main categories of processor registers; and give examples to illustrate your answer.

 


Create an Investment class that contains fields to hold the initial value of an investment, the current value, the profit (calculated as the difference between current value and initial value),and the percent profit (the profit divided by the initial value). Include a constructor that requires initial and current values and a display function. Create a House class that includes fields for street address and square feet, a constructor that requires values for both fields, and a display function. Create a HouseThatIsAnInvestment class that inherits from Investment and House. It includes a constructor and a display function that calls the display functions of the parents. Write a main()function that declares a HouseThatIsAnInvestment and displays its values.


How Iterative waterfall Model is better than the Classical Waterfall Model. Explain your answer? List any five advantages of the Iterative Waterfall Model?


Why is an SRS document also known as black–box specification? What do you understand by requirement gathering? Explain the different requirements gathering techniques that are used by an analyst.


What do you understand by the term phase containment of errors? Explain with example.


You are given N inputs. Print the given inputs until you encounter a multiple of 5.


Discuss the Life cycle activities of the Prototyping model in detail with a diagram. Explain why

the Spiral life cycle Model is considered to be the Meta model.


LATEST TUTORIALS
APPROVED BY CLIENTS