Answer:
Certain country in the Caribbean Sea recently held an election to choose its president. Every vote cast was electronic, but unfortunately, a recent power surge caused a malfunction in the system just before votes were counted. The only information saved consists of the following facts:
Explanation:
• All the N citizens casted their vote.
• Exactly one candidate received more than N/2 votes.
• We don’t know how many candidates there were.
You are hired to help using your expertise in algorithms.
Answer & Explanation:
//written in java
public class Main {
private static void printOdd(int[] list) {
for (int value : list) {
if (value % 2 == 1) {
System.out.println(value);
}
}
}
public static void main(String[] args) {
printOdd(new int[]{5, 6, 2, 3, 11, 4, 7});
}
}
<span>The finished product is "output." In the electronic computer, data are the raw material or input to the computer.</span>
The purpose of the transmission control protocol is to ensure the integrity of the communication.
The TCP/IP network architecture also refers to the Internet architecture. The Transmission Control Protocol (TCP) is a transport layer protocol, and the Internet Protocol (IP) is a network layer protocol.
<h3>What is Transmission control protocol ?</h3>
Transmission Control Protocol, or TCP, is a communications standard that enables computer hardware and software to exchange messages over a network. It is intended to send packets over the internet and make sure that data and messages are successfully delivered through networks.
- TCP's (Transmission Control Protocol) purpose is to regulate data transport so that it is dependable. Connection management, dependability, flow control, and congestion control are the four fundamental TCP functions. Connection initialization (a three-way handshake) and termination are included in connection management.
Learn more about Transmission control protocol here:
brainly.com/question/14280351
#SPJ4
Answer:
The true statement about the system she is building is;
B. The expert system can make autonomous decisions with no human intervention
Explanation:
A computer program known as an expert system is a system that emulates the human or organizational, decision making, judgement and behavior that has gained the knowledge and experience of an expert by analyzing information categories using if then rules of artificial intelligence technologies and not procedural code
Therefore, an expert system of wartime defense can make decisions on its own without the input of a human administrator