Answer:
<em>The programming language is not stated; However, I'll answer this question using 2 programming languages (Python and C++)</em>
<em></em>
<em>Comments are used for explanatory purpose </em>
Python program starts here
def get_my_age(): #Declare function
age = 21 #Assign value to age
print(age) #Print age
get_my_age() #Call function
#End of Program
C++ Programming Language starts here
#include<iostream>
using namespace std;
int get_my_age() //Declare Function
{
int age = 21; //Assign value to age
cout<<age; //Print age
}
int main()
{
get_my_age(); //Call Function
return 0;
}
Answer:
The correct answer to the following question will be "Roles" and "Web server"
Explanation:
A web server seems to be a device that keeps software from the server as well as the feature or component folders from a website. This is hooked up to the web and facilitates the sharing of stored information with certain network linked computers.
- Application roles apply to the functions the server or software will perform on your network— functions including a web server, a DHCP, file server or a DNS.
- A website built with either the IIS function is responded to as either Web server in technical or common terms.
To be able to add new guide to the slide, press [Ctrl] and then drag an existing guide. Make sure that the guide is visible to your power point first so you can be able to do this. Guides in the power point is consist of 2 lines, the horizontal line and the vertical lines, once this set to appear, it will be visible to all your slides. <span />