Your answer is -
B. Folder Is the best place to save it
The paper clip.
Hope this helped.
Can i have brainliest?
Answer:
see explaination
Explanation:
import java.io.*;
import java.util.Scanner;
public class Winners {
public static void main(String args[]) throws IOException {
Scanner sc = new Scanner(new File("WorldSeriesWinners.txt"));
String commands[] = new String[100000];
int c = 0;
while (sc.hasNextLine()) {
String input = sc.nextLine();
System.out.println(input);
if (input.isEmpty())
continue;
commands[c++] = input;
}
sc.close();
Scanner keyboard = new Scanner(System.in);
System.out.println("Enter the name of a team: ");
String name = keyboard.nextLine();
int count = 0;
for (int i = 0; i < c; i++) {
if (commands[i] != null) {
if (commands[i].equals(name)) {
++count;
}
}
}
if(count!=0)
System.out.println(name + " has won the World Series in the time period from 1903 through 2018 " +count + " number of times" );
else
System.out.println("Team with name "+name+ " does not exists");
}
}
The possible effect of malicious code cyber awareness 2022 is that It can
- damage or compromise digital files.
- Erase hard drive and give room for hackers access to PC.
<h3>What are malicious code?</h3>
They are codes that are dangerous to operation of our computer system and includes;
- viruses, trojan
- horses, worms
- macros
Learn more about effect of malicious code at:
brainly.com/question/17209742
Answer:
Explanation:
Regularly in a company the senior management establish the policy and standards about the network and the employees, we can find different kind of these standards, for example:
Policies
- Regulatory
- Advisory
- Informative
Security policies
- Organizational
- Issue-specific
- System-specific
Standards
- Actions or rules
- Support
- Internal or external