asked 109k views
1 vote
Which of the following viruses is designed to infect multiple file types in an effort to fool the antivirus software that is looking for itstealth virusCovidHIV

asked
User Tbrooke
by
8.3k points

1 Answer

0 votes

Answer:

Functions are "self-contained" modules of code that accomplish a specific task. Functions usually "take in" data, process it, and "return" a result. Once a function is written, it can be used over and over and over again. Functions can be "called" from the inside of other functions.

Step-by-step explanation:

answered
User Kevin Johnson
by
9.0k points