Answer:
Security is the chief concern of cloud computing
Explanation:
The phrase cloud computing refers to a type of Internet-based computing, in which different services including storage, servers, and applications are delivered to the devices and computers of an organizations through the Internet.
The main concerns of cloud computing include;
Cost
Security
Speed
Redundancy
Among these, Security is the chief concern of cloud computing
Let us first understand what a cloud computing is? So what is cloud? A cloud is up in the sky? Who has access on it? Everyone in the world can see. Do you know which cloud is giving you rain?
No. The same is the concept of cloud computing. Any subscriber can save data. The user does not know where the data is stored and retrieved. After understand this you can easily understand the concern of cloud computing.
1. Cyber attacks
2. Security breaches
3. Intrusion of Government
4. Legal liabilities
5. High risk to store data
Here security is the chief concern of cloud computing.
Answer:
#include<stdio.h> //header file
int main() //main function
{
float num; // variable declaration
printf("Enter a number to test:\n"); // getting variable for test
scanf("%f", &num);
if (num>45.6) //Testing weather greater or smaller
printf("\n %f is greater than 45.6", num); // Result if greater
else
printf("\n %f is not greater than 45.6", num); // Result if smaller or equal
return 0;
}
Explanation:
Answer:
JavaScript allows users to interact with web pages.
Explanation: