Answer:
Option(b) i.e "utility virus" is the correct answer to the given question
Explanation:
The utility virus sometimes affected the operating system .It created the new files in the computer that makes the computer system slow .The utility virus making the spreading of malware in the computer system
The main objective of utility virus damaging the software program that impacts a pc or infects also it negatively by changing the way the machine operates without the user knowledge or the permission.
- File conversion is used for converting the file extension it does not impact on computer damaging that's why this option is incorrect .
- Hotspot is used to giving the access of internet it does not impact on computer damaging that's why this option is incorrect .
- File compression utility and ZIP is used to reducing the file size it does not impact on computer damaging that's why this option is incorrect.
Therefore utility virus is the correct answer .
The INPUT code of the given programme in Java would be as given below:
In this first we are taking input of two integers j and k from the user and then performing the required operations over it
import java.util.
Scanner; public class LabProgram {
public static void main(String[ ] args) {
Scanner scnr = new Scanner(System.in);
int i,j;
i = scnr.nextInt();
j = scnr.nextInt();
if(i<=j) {
int k = i;
while (k <= j) {
System.out.print(k + " ");
k = k + 5;
}
System.out.println();
}
else{
System.out.println("Second integer can't be less than first.");
}
}
}
Learn more about Java Programming here:
brainly.com/question/18554491
#SPJ10
Answer: Spread spectrum
Explanation:
In spread spectrum the data to be transmitted is spread over a wider bandwidth rather than fixed bandwidth.
Answer:
B
Explanation:
A complex and unpredictable password would prove very hard to guess or deduce for any attacker.