Answer:
#include <iostream>
using namespace std;
void CoordTransform(int *ptr1, int *ptr2);
int main()
{
int xVal;
int yVal;
cout<<"please enter two valid integers";
cin>>xVal;
cin>>yVal;
CoordTransform(&xVal , &yVal);
int xValNew=xVal;
int yValNew=yVal;
cout<<xValNew<<yValNew;
return 0;
}
void CoordTransform(int *ptr1, int *ptr2)
{
int a = *ptr1;
*ptr1=(*ptr1+1)*2;
*ptr2=(*ptr2+1)*2;
}
Explanation:
It will return new values in previously defined variables
coding language: c++
0.61 (rounded up)
Explanation:
You add both 700 and 450 which will give you 1150g
You then divide 1150 by 100 which gives you 11.5
Then divide 7 by 11.5 which will give you 0.61 as cost of every 100 grams
Answer:
Answer explained below
Explanation:
Following are the arguments that can be used to persuade our colleagues in Des Moines to switch there network to IPv6 or to enable dual use of IPv6 and IPv4 :
- IPv6 provides an increased capacity of address space as resources are efficiently allocated to provide coverage to additional web addresses.
- IPv6 provides efficient routing by conveniently aggregating the prefixes that have been assigned to IP networks.
- IPv6 conserves bandwidth by enabling large data packets. it uses less bandwidth than IPv4 for the same data.
- IPv6 is more secure than IPv4 due to multiple security layers built in the firewall. It also provides authentication layers and integrity of data.
- IPv6 supports multicast rather than broadcast.
- IPv6 has more efficient packet processing and error detection through checksum as compared to IPv4.
- Address and network configuration is fully simplified and automatic in IPv6 but the same is not true for IPv4.
- IPv4 supports 32 bit IP address whereas IPv6 supports 128 bit. Therefore more number of IP addresses availability makes IPv6 future oriented.
Answer:
There are additional security risks associated with using cloud computing over local data storage.
Explanation:
Cloud computing: The term "cloud computing" is described as a process through which an individual tends to access and store various programs and data over the internet rather than his or her computers' "hard drive". However, the term "cloud" here refers to a specific metaphor associated with the internet.
Types:
1. Software-as-a-service or SaaS.
2. Platform-as-a-service or PaaS.
3. Infrastructure-as-a-service or IaaS.
In the question above, the very first option is correct as all other options mentioned over here are incorrect because they aren't related to cloud computing.
Answer:E. Employees will achieve close cooperation with others.
Explanation: Employees will close cooperation with others as a result of the expansion of the company to the Bangor Republic where the group is the primary unit of social organisation, When a company expands to new locations it boosts employment morale and corporation as they find it as a form of expansion and overall good of the employees and their employer, most of expand as a result of favourable economic climates.