Public int setLimit(parameter) {
if (parameter > 10) {
return 10;
} else {
return parameter;
}
}
Answer:
Explain Operating System working: OS works as an intermediate between the user and computer. It helps the user to communicate with the computer without knowing how to speak the computer's language. The kernel is the central component of a computer operating systems.
Explanation:
Answer:
worm
Explanation:
Computer worm -
It is a malware program which is illegally or secretly added to the system of the host computer , and then further multiplies and spread to other computer , is known as a computer worm.
Worm can very cause a huge harm to the network of the computer.
Hence, from the given scenario of the question, the correct term for the given information is computer worm .