Computer Science, asked by asmafarheenr9090, 7 months ago

A bomb signal is the one in which a virus is activated on a specific date

Answers

Answered by LEGEND778
5

Answer:

A logic bomb is a piece of code intentionally inserted into a software system that will set off a malicious function when specified conditions are met. Some viruses attack their host systems on specific dates, such as Friday the 13th or April Fools' Day.

Explanation:

Answered by ashauthiras
11

Answer:

Time bombs are viruses that are triggered by the passage of time or on a certain date.

Software that is inherently malicious, such as viruses and worms, often contain logic bombs that execute a certain payload at a pre-defined time or when some other condition is met. This technique can be used by a virus or worm to gain momentum and spread before being noticed.

In computer software, a time bomb is part of a computer program that has been written so that it will start or stop functioning after a predetermined date or time is reached. The term "time bomb" does not refer to a program that stops functioning a specific number of days after it is installed; instead, the term "trialware" applies. Time bombs are commonly used in beta (pre-release) software when the manufacturer of the software does not want the beta version being used after the final release date. One example of time bomb software would be Microsoft's Windows Vista Beta 2, which was programmed to expire on May 31, 2007. The time limits on time bomb software are not usually as heavily enforced as they are on trial software, since time bomb software does not usually implement secure clock functions.

Explanation:

Similar questions