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)
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.
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.