Answer:
Draft
Explanation:
Draft is a specific folder in email that is meant to store partially finished mails and mails which has been created but is not sent . Draft folders helps in reducing rework on the mail if one is interrupted while writing the mail. Another purpose of draft folder was that if anyone accidentally closes the mail writing section then the content of mail is not lost and can be easily be obtained in draft folder. It also helps in tracking unsent and unfinished mail for the user.
Since, message written by Alexa is saved at different points but is not sent then if the mail is to be sent, then one needs to look for that mail in Draft folder.
Without more information for what the programming language is I cannot give a full answer, so I listed a potential method for calculating salary.
To calculate the salary (Java):
public static double getSalary(double salary) {
if (salary < 40000) {
return salary + (salary * 0.05);
}
return 2000 + ((0.02 * salary) + salary);
}
To calculate the salary (VB .Net):
Function getSalary(ByVal salary As Double) As Double
If salary < 40000 Then
salary = salary + (salary * 0.05)
Else
salary = 2000 + ((0.02 * salary) + salary)
End If
Return salary
End Function
Answer:
IaaS providers do not manage the Operating System for the client.
Wheareas PaaS providers usually do not manage the Applications for their clients.
Explanation:
IaaS is short form of infrastructure as a Service. It provides resources like networking, storage and servers. It does not provide the services of software like operating systems.
PaaS is short form of Platform as a Service. It provides platforms like storage and networking except applications.
Answer and explanation :
the three control problems associated with competing process are
- MUTUAL EXCLUSION : We know that some resources are shareable and some are not shareable. which means only one process can access the resource at a time this type of resources are called critical resources this code can be access at only one process at a time. the other process if required to access should not be allowed
- DEADLOCK: this hold the process without complete for example suppose there are two resources R1 and R2 and two process P1 and P2 and P1 use R1 and P2 use R2 but after some time when P1 needs R2 but R2 is not available as it is used by P2 so the all process will be on hold
- STARVATION : when priorities are given to the process as high priorities and low priorities. And high priorities process always competing then low priorities process have to wait for very long time this is called starvation
Answer:
The answer is "Increased flexibility".
Explanation:
In the given question some information is missing that is the option of the question which can be described as follows:
A. Enhance scalability and efficiency
B. Enhance data security
C. Reducing data duplication
D. Increased flexibility
Flexibility is being used as an object for different types of applications. It is an engineering system which is that provides an easy way for all the scheme to respond to insecurity so, that its value is maintained or increased, It is also known as its key component, and certain option was incorrect, which can be described as follows:
- In option A, It is wrong because it is used in business data.
- In option B, It is wrong because it provides security.
- In option C, It removes duplicate data that's why it is wrong.