Answer:
#include<iostream>
#include<cmath>
#include <ctime>
using namespace std;
int main()
{
time_t t = time(NULL);
tm* timePtr = localtime(&t);
cout << "seconds= " << (timePtr->tm_sec) << endl;
cout << "minutes = " << (timePtr->tm_min) << endl;
cout << "hours = " << (timePtr->tm_hour) << endl;
cout << "day of month = " << (timePtr->tm_mday) << endl;
cout << "month of year = " << (timePtr->tm_mon)+1 << endl;
cout << "year = " << (timePtr->tm_year)+1900 << endl;
cout << "weekday = " << (timePtr->tm_wday )<< endl;
cout << "day of year = " << (timePtr->tm_yday )<< endl;
cout << "daylight savings = " <<(timePtr->tm_isdst )<< endl;
cout << endl;
cout << endl;
cout << "Date " <<(timePtr->tm_mday)<<"/"<< (timePtr->tm_mon)+1 <<"/"<< (timePtr->tm_year)+1900<< endl;
cout << "Time " << (timePtr->tm_hour)<<":"<< (timePtr->tm_min)<<":"<< (timePtr->tm_sec) << endl;
return 0;
}
Explanation:
Answer:
Virtualization is the technology that is used to create virtual representation and version of the different devices like software, many storage devices and server.
It also help in organize the working framework where the structure isolates the asset into at least one execution situations.
The benefits of using the virtualization on the single machine are:
- The virtualization increased the productivity when it used in the cluster environment.
- We can able to access the different resources faster.
- The data center management is simple while using the virtualization in the cluster environment.
The drawback of using virtualization on single machine are:
- The virtual machine is less efficient as compared to the real machines.
- The virtual machine indirectly access the computer hardware system so that is why it is less efficient and also consume more power to run the system.
The system that connects application repositories, systems, and it environments in a way that allows access and exchange of data over a network by multiple devices and locations is called Cloud integration.
<h3>What is the role of a cloud integrator?</h3>
Cloud-based integration is a type of systems integration business that focuses on data, process, service-oriented architecture, and application integration. It is offered as a cloud computing service.
Therefore, An integrator of the cloud offers services to help organizations integrate their software programs. Data conversion, process design, architecture, and application setup fall under this category.
Learn more about Cloud from
brainly.com/question/9759640
#SPJ1
Answer:
True of False?
True
Explanation:
Different sub domains can be directed to different IPs servers but a client server cannot be forced to keep looking at name servers for additional records.
To delegate a subdomain to a zone on another server, one would need to add NS-records for the sub-domain name. This would point to the host names of the DNS servers hosting the sub-domain - in the parent zone.
In the "DNS records" window right-click the parent zone in the left list and select "New NS-record":
Answer:
bounties
Explanation:
The bounties are a free or open-source business model for the funding.It is is a payout or bonus which an offered by the community as a bonus or incentive or reward The bounties is offered when someone task to be done by not normally associated with the member or group.
In the software point of you, the bounties are defined as when the user gives a reward in the existing software when some new features are added into that software.