Four ways to prevent downloading of spyware, adware, and viruses are:
Antivirus tools
Knowing whether sites are safe or not
Not falling for scams or phishing attempts
Not granting remote access to non-trusted people.
Answer:
a. Use a password manager to create unique strong passwords.
c. Use bio metric security that uses characteristics of your face, hands, or eyes.
d. Use two factor authentication where the user enters the password and a code sent his or her cell phone.
Explanation:
Language: JavaScript
Answer:
let num = [10,20,30];
average(num);
function average(num) {
let sum = 0;
for(let i in num) {
sum += num[i];
}
return console.log(sum/num.length);
}
Answer:
I believe it is Management Information Systems.
Explanation:
Since it would be the one to manage the output of the other systems.