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

Write a C# console program that continually asks the user "Do you want to enter a...
Write a C# console program that continually asks the user "Do you want to enter a name (Y/N)? ". Use a "while" loop to accomplish this. As long as the user enters either an upper or lowercase 'Y', then prompt to the screen "Enter First and Last Name: " and then get keyboard input of the name. After entering the name, display the name to the screen. --- Create a Patient class which has private fields for patientid, lastname, firstname,...
Write a C# console program that continually asks the user "Do you want to enter a...
Write a C# console program that continually asks the user "Do you want to enter a name (Y/N)? ". Use a "while" loop to accomplish this. As long as the user enters either an upper or lowercase 'Y', then prompt to the screen "Enter First and Last Name: " and then get keyboard input of the name. After entering the name, display the name to the screen.
Write a C# console program that continually asks the user "Do you want to enter a...
Write a C# console program that continually asks the user "Do you want to enter a name (Y/N)? ". Use a "while" loop to accomplish this. As long as the user enters either an upper or lowercase 'Y', then prompt to the screen "Enter First and Last Name: " and then get keyboard input of the name. After entering the name, display the name to the screen.
Java Programing Write a program called reverseProg.   This program will do the following Asks the user...
Java Programing Write a program called reverseProg.   This program will do the following Asks the user to input a string, it reads the string and does the followings Prints the string in reverse order. Displays the characters that are in position 7th, 8th and 9th of this string Displays the length of the string Displays the string in all UPPER CASE Sample output example: Enter a string: Wilmington University String Entered is: Wilmington University Wilmington University spelled backward is: ytsirevinU...
In PYTHON: Write a program that asks for a password from a user and checks if...
In PYTHON: Write a program that asks for a password from a user and checks if it satisfies the conditions: Contains at least one lowercase letter (a-z). Contains at least one uppercase letter (A-Z). Contains at least one digit (0-9). Minimum length 6 characters. Contains no spaces. If the password is valid, then the program prints “password accepted”. Otherwise, it keeps asking for more passwords from the user until a valid password is obtained. Hint: You might like to check...
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...
# 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...
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...
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:...
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...
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT