Answer: See explanation
Explanation:
a. The Law of Demand states that when the price of a good rises, then the Quantity Demanded will (fall)
b. The Law of Demand states that when the price of a good falls, then the Quantity Demanded will (rise).
According to the law of demand, when there's an increase in the price of a product, there'll be a reduction in the quantity of the good that will be demanded by the consumers and vice versa.
Answer: A Semantic Differential Scale question.
A rating scale question is a type of a closed-end question in which the person who takes the survey assess the question on a given scale.
A rating scale may be a Likert scale or a Semantic differential scale.
In a Likert scale the choices usually range between strongly agree and strongly disagree.
In a semantic differential scale, however, each end of the scale has opposing sentences. In the question above, the five-point scale ranges from “hilarious” to “not funny”. Since this scale has opposing sentences at each end, this question is a semantic differential scale question.
Answer:
E
Explanation:
The difference between the income of a government, in this case by taxes, and the expenses in this case outlays for any reasons such a public expenses is a deficit in a case like this one that is negative or surplus in the case of positive.
Answer:
Here, The Manager class is a child class of Employee class. There is an “Is-A” relationship between the manager and employee classes. Here Manager class extends from Employee class. That means Manager “is an” Employee.
It means Manager class objects will have the fields of the Employee class but it cannot access them on its own as my Name, my Title and my Age are declared private. It has to use super keyword and super class methods and constructors to access those fields. But, Manager class can access mySalary on its own because it is declared protected. As a sub class object can call super class methods ( which are public and protected ), the sub class objects can access those field indirectly by using super class constructors and methods. It means the Manager class cannot directly control the Employee class fields without using Employee class constructors and methods.
Answer:
the yield that must offer for the investor in order to prefer them is 4.2%
Explanation:
The computation is shown below:
The after tax yield is
= Corporate bond yield × (1 - tax rate)
= 6% × (1 - 0.30)
= 6% × 0.70
= 4.2%
hence, the yield that must offer for the investor in order to prefer them is 4.2%
The same is relevant