Question

In: Computer Science

A coworker asks you to download and install a program from the internet. How do you...

A coworker asks you to download and install a program from the internet. How do you respond?

Solutions

Expert Solution

Downloading programs from internet may cause harmful to the system's performance. That is malicious code make our system in a dangerous situation.  So we should be very careful while downloading from internet. Make it sure that downloading file is from a trusted website.

If we run a program downloaded from the Internet, we could be introducing dangerous viruses to the system. You should check the system's antivirus is up to date and working properly. If no antivirus is onstalled, we sholud set up an antivirus program to scan files before downloading them. It is the best way to avoid harmful files while downloading.

Check the download file has a digital signature in it, if yes, make sure that the signature is valid and the program is from a trusted site. Digital signature get from the publisher link in the security warning dialog box that opens. If it is not trusted site, inform it about our manager that couldn't be downloaded.


Related Solutions

In this programming assignment, you will implement a SimpleWebGet program for non- interactive download of files...
In this programming assignment, you will implement a SimpleWebGet program for non- interactive download of files from the Internet. This program is very similar to wget utility in Unix/Linux environment.The synopsis of SimpleWebGet is: java SimpleWebGet URL. The URL could be either a valid link on the Internet, e.g., www.asu.edu/index.html, or gaia.cs.umass.edu/wireshark-labs/alice.txt or an invalid link, e.g., www.asu.edu/inde.html. ww.asu.edu/inde.html. The output of SimpleWebGet for valid links should be the same as wget utility in Linux, except the progress line highlighted...
Do the following lab by while or Do-while loop. question: Write a c++ program that asks...
Do the following lab by while or Do-while loop. question: Write a c++ program that asks students to enter 3 valid grades and then calculate the average and print it. if the user enters the invalid grade you should print the error message and get the new grade. Hint1: each time your program ask the following question: "Do you want to calculate another average?" and if the answer to this question is "Y" or "y" then you should continue. Hint2:...
# 3) Problem 3.5 from the textbook asks you to do and interpret a principal components...
# 3) Problem 3.5 from the textbook asks you to do and interpret a principal components analysis on the given correlation matrix, which can be entered into R with the following code: my.cor.mat <- matrix(c(1,.402,.396,.301,.305,.339,.340, .402,1,.618,.150,.135,.206,.183, .396,.618,1,.321,.289,.363,.345, .301,.150,.321,1,.846,.759,.661, .305,.135,.289,.846,1,.797,.800, .339,.206,.363,.759,.797,1,.736, .340,.183,.345,.661,.800,.736,1), ncol=7, nrow=7, byrow=T); As mentioned in the book, the 7 variables are 'head length', 'head breadth', 'face breadth', 'left finger length', 'left forearm length', 'left foot length','height'. Obtain the principal components (including choosing an appropriate number of PCs). Also...
Write a Java program that uses a while loop to do the following: Repeatedly asks the...
Write a Java program that uses a while loop to do the following: Repeatedly asks the user to enter a number or -1 to exit the program. Keeps track of the smallest and largest numbers entered so far: You will need a variable for the smallest number and another variable for the largest number. Read the first number the user enters, and if it is not -1 set the smallest and largest variables to that number. Use a loop to...
// JavaLanguage . You need to write a program that asks the user for an array...
// JavaLanguage . You need to write a program that asks the user for an array size, and then asks the user to enter that many integers. Your program will then print out the sum , average, largest and smallest of the values in the array.
Do not copy-paste from the internet (asking sincerely from an expert) If confirmed that you gave...
Do not copy-paste from the internet (asking sincerely from an expert) If confirmed that you gave your own advice, automatic like! Explain why is the Education system is affected by covid 19 to the contemporary global issue now. What are the obstacles and what must be done in order to ensure that all people will get through this problem and issue? Please state your own explanation, you can give statistics or whatever. that can be helpful Explain in not less...
Coworker Interactions Discussion Forum The goal as you read this is to first think about how...
Coworker Interactions Discussion Forum The goal as you read this is to first think about how the person’s culture may be causing the conflict, then to think about how you would resolve the conflict. You may read the scenario and see nothing at all wrong; perhaps you would act the same as the person described as your frame of reference is similar. How you view these scenarios is completely dependent on your own frame of reference. Your answer may very...
During an interview with an IRS official on Dateline, the interviewer asks, "So how do you...
During an interview with an IRS official on Dateline, the interviewer asks, "So how do you decide which Forms 1040 get audited and which do not?" a. Complete below the hypothetical IRS response to the question posed by Dateline. "The IRS does not reveal the details of its audit selection process, so the interviewee should keep his or her comments within the agency's policies. Tax returns for audit are chiefly selected by use of the (Data identification factor/ discriminant individual...
In a questionnaire, a researcher asks, “Do you currently smoke cigarettes?” and the next question asks...
In a questionnaire, a researcher asks, “Do you currently smoke cigarettes?” and the next question asks smokers “How many packs a day do you smoke?” The first question is an example of: A. a filter question. B. an open-ended question. C. a vignette. D. a skip pattern.
Download the following zip file Bag and complete the program. You will need to complete files...
Download the following zip file Bag and complete the program. You will need to complete files MyBag and . MyBag uses the java API class ArrayList as the underline data structure. Using the class variables given, complete the methods of the MyBag class. In your BagHand class you should set appropriate default values for select class variables in the constructor in the add method, use the MyBag object to add a PlayingCard type to the bag and find and set...
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT