Answer:
Explanation: Goals should be broken down according to time because it allows the team to decide what their overall purpose is, and to define the actions that will allow them to achieve their overall purpose.
Answer:
In Python:
numberOfWholeSlices = int(22/7)
print(numberOfWholeSlices )
Explanation:
For each friend to get a whole number of slices, we need to make use of the int function to get the integer result when the number of slices is divided by the number of people.
So, the number of slice is: 22/7
In python, the expression when assigned to numberOfWholeSlices is:
numberOfWholeSlices = int(22/7)
Next, is to print the calculated number of slices
print(numberOfWholeSlices )
C. Send it to the recycle bin and empty the recycle bin
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.