Answer: 1 what do u think to help u
Answer: AD RMS(Active Directory Rights Management Services)
Explanation: Active Directory Rights Management Services (AD RMS) is the tool for security that provides the protection of data .The security of data is maintained by the policies and regulation of data accessing that are implemented on data .
The working of the AD RMS is based on the RMS applications which encrypts the document and generates the regulation and stamp to collect them in an individual files.This helps in protecting the information that being created and consumed.
Answer:
Click the Insert Table button on the Standard Toolbar. Drag over the grid that appears to select the number of rows and columns you want. To use automatic formatting, choose Table AutoFormat from the Table menu. Select several Formats from the menu on the left to see how the table will look.
Answer & Explanation #1
To answer your first query. You can write a function that takes two arguments and returns their sum like this:
#Python program to add two numbers using a function
def add_num(a,b): #function for addition
sum=a+b
return sum #return value
num1=25 #variable declaration
num2=55
print("The sum is",add_num(num1,num2)) #call the function
Answer & Explanation #2
As for your error, I believe it is an indent error in your first return statement. All you must do is indent the return statement.
Answer:
The service model employed for the data storage capability of only CST is:
SaaS (Software as a Service).
Explanation:
The three cloud computing categories are Infrastructure as a Service (IaaS), Software as a Service (SaaS), and Platform as a Service (PaaS). The three cloud computing services provide different virtual computing resources. In the case of CST, it utilizes only the data storage software of a provider, who provides the data storage infrastructure, including cloud-based servers, while CST uses its own "laptop and desktop computers and other networking hardware and software to access the Internet efficiently."