Answers

NS

Answered

Create try and catch block that opens a file named statistics.txt for output.Writes the integers 24,55,and 76 to the file,and then closes the file.

On Jul 27, 2024


PrintWriter outputStream = null;
try
{
outputStream = new PrintWriternew
FileOutputStream"statistics.txt"));
outputStream.println24);
outputStream.println55);
outputStream.println76);
outputStream.close);
}
catchFileNotFoundException e)
{
System.out.println"Error opening the file autos.txt");
System.exit0);
}
NS

Answered

Remy is on a business trip with coworkers.One evening, they all go out for dinner.As Remy is about to post photos of the group on Facebook, a coworker suggests that might not be a good idea.Which of the following is the most legitimate security reason for not posting the photos?

A) The group's boss wouldn't approve of their having a good time.
B) Potential burglars could find out Remy and his friends are out of town.
C) Potential customers might think the company is irresponsible with money.
D) Some members of the group might be embarrassed to have their photo taken.

On Jun 28, 2024


B
NS

Answered

Lyle is working online when a message appears warning that his personal files have been encrypted so he cannot access them.He has 72 hours to pay hundreds of dollars to receive a key to decrypt the files.What type of malware is infecting Lyle's computer?

A) Trojan
B) Address spoofer
C) Ransomware
D) Social engineering

On Jun 27, 2024


C
NS

Answered

To decrease a font size,use the ____ shortcut keys.

A) CTRL+<
B) CTRL+SHIFT+<
C) CTRL+<.
D) CTRL+SHIFT+>

On May 29, 2024


B
NS

Answered

Which of the following statements about the Recycle Bin is TRUE?

A) You need a special utility program to undelete files that are in the Recycle Bin.
B) Files deleted from the hard drive are sent to the Recycle Bin.
C) Files sent to the Recycle Bin are permanently deleted.
D) Files deleted from a flash drive are sent to the Recycle Bin.

On May 28, 2024


B
NS

Answered

Which of the following is a difference between Table Design view and Table Datasheet view?

A) Table Datasheet view does not display data.
B) Table Design view displays table relationships.
C) Table Design view does not display data.
D) Table Datasheet view does not allow changes.

On May 27, 2024


C