Question:medium

A hidden computer programme that is set to disturb a computer system or network, which is triggered at a preset time or some other logically defined state of the system analogous to a time bomb, is called:

Show Hint

Remember the relationship: All time bombs are logic bombs, but not all logic bombs are time bombs. A logic bomb can be triggered by any logical condition (e.g., deleting a specific file), while a time bomb is specifically triggered by time.
Updated On: Feb 18, 2026
  • Email Bomb
  • Logic Bomb
  • Adipocere Bomb
  • Antivirus related cyber malfunctioning
Show Solution

The Correct Option is B

Solution and Explanation

Step 1: Definition:
The question concerns malware that remains inactive until a specific condition activates it. This condition could be a date, time, or user action.
Step 2: Option Analysis:

Email Bomb: This attack floods an email address with messages, causing a denial-of-service. It doesn't involve a hidden, triggered program.
Logic Bomb: This is the correct answer. A logic bomb is malicious code that activates when specific conditions are met. A "time bomb" is a logic bomb triggered by a date or time.
Adipocere Bomb: This term is unrelated to cybersecurity. Adipocere is a waxy substance formed during the decomposition of body fat.
Antivirus related cyber malfunctioning: This is a general description, not the name of a specific malware type.
Step 3: Conclusion:
The description accurately defines a Logic Bomb, which activates based on a logical trigger.
Was this answer helpful?
0