When someone may be giving away something for free.
Answer:
c. specific information requirements of an individual or department
Explanation:
Shadow systems is described as a system in which its major function is to get or produce specific information requirements of an individual or department.
It doesn't focus on all the organization or all the people, it simply focuses on an individual or an organization. This concentration on a specific person results to more efficiency and effectiveness.
Thia can be applied In all the different sections or department in order to yield optimal performance.
Answer:
C. The site can be moved from one server to another with minimal disruption.
Explanation:
The perfect reason is the option C.The site can be moved from one server to another with minimal disruption. with relative links you don't need to change the host name for the local page because the browser assumes the address that is in the browser and creates a path relative to it as specified by the file.
answer:
(i) #include <iostream>
using namespace std;
int main() {
int n1,n2,max;
cin>>n1>>n2;
if(n1>n2)//finding maximum between n1 and n2 in the program directly.
max=n1;
else
max=n2;
cout<<max;
return 0;
}
(ii)
#include <iostream>
using namespace std;
int maximum(int n1 ,int n2)
{
if(n1>n2)//finding maximum between n1 and n2 using function.
return n1;
else
return n2;
}
int main() {
int n1,n2,max;
cin>>n1>>n2;
max=maximum(n1,n2);
cout<<max;
return 0;
}
(iii)
#include <iostream>
using namespace std;
inline int maximum(int n1 ,int n2)
{
return (n1>n2)? n1:n2;
}
int main() {
int n1,n2,max;
cin>>n1>>n2;
max=maximum(n1,n2);//Finding maximum using inline function.
cout<<max;
return 0;
}
Output:-
54 78
78
all three codes give the same output.
Explanation:
In part (i) I have done the operation in the main function directly.
In part(ii) I have used function to calculate the maximum.
In part(iii) I have used inline function to calculate maximum.
Answer:
five nth cut gthrjhyyvhthtcycyhtbycuvhcyhcxhuffffvgxxv,-: