Answer:
Run directory services
Explanation:
LDAP (Lightweight Directory Access Protocol) is an open protocol used to access some information, information that is stored in a network, the information is organized hierarchical structure, we could find some data like names, directories, and telephone numbers.
With other options, we can find DHCP to assign IP addresses and to resolve IP addresses to host names, we have the DNS.
The answer is true for this question
Answer:
import java.util.Scanner;
class Main
{
public static void main(String[] args)
{
System.out.println(" Enter the the two numbers:");
Scanner input = new Scanner(System.in);
int a = input.nextInt();
int b = input.nextInt();
int c = sumsquareFunction(a, b);
System.out.println("Sum of Square of two numbers are:" + c);
}
public static int sumsquareFunction(int n1, int n2) {
int c= n1*n1 + n2*n2;
return c;
}
}
Explanation:
Please check the answer.
The example where the alarm of the house set up, delivery updated should be provided, etc should represent the function example of the artificial intelligence.
The following information related to artificial intelligence is:
- It refers to the human intelligence where the machines could be treated as humans and according to this, the actions should be mimic.
- It should be used for any kind of machine where the traits should be associated along with the mind of the human-like for learning & problem-solving purpose.
Therefore we can conclude that The example where the alarm of the house set up, delivery updated should be provided, etc should represent the function example of the artificial intelligence.
Learn more about the machine here: brainly.com/question/2555822