Answer:
Data transformation is the process of changing the format, structure, or values of data.
Explanation:
Answer:
c. recovery time objective
Explanation:
- Recovery time objective (RTO) is the maximum acceptable duration permitted between an unfortunate loss or failure and the restoration of normal operations and services.
- According to the RTO, the systems, applications or operations must be restored within a targeted time period after a disaster, to avoid unacceptable outcomes of the disruption.
-
So a business process must be recovered within this period of time.
-
It measures how much a failure affects the normal operations, applications and systems and RTO is measures in time units like seconds minutes hours or days.
- In simple words RTO refers to the time you need to restore system, applications and data.
- For instance a 2-hour RTO refers to restore and get operations or services back to running within 2 hours of the service failure or outrage.
Answer:
c. decDiscount = GetDiscount(decSales, decRate)
Explanation:
Option a. is incorrect because it is using Call word which is not a valid way to invoke a function.
Similarly option b. is also incorrect because it uses Call word to invoke function GetDiscount() which is not a valid way to call a function and also it is passing it the contents of three variables decSales, decRate and decDiscount and as mentioned in the question only two parameters are to be passed to GetDiscount() function.
Option c. is correct as it invokes the function GetDiscount() and passes it the contents of two variables decSales and decRate and assigns this to a variable decDiscount. For example if the GetDiscount() method has to calculate the discount using decSales and decRate then the resultant value of this computation is assigned to decDiscount. So whatever this function returns or computers is assigned to and stored in decDiscount variable. So this is a valid way to invoke a method.
4, 5 , 6 , and plus key
456+