Correct option is B
Trapdoor:
o A trapdoor (or backdoor) refers to a piece of code that allows unauthorized access to a system or application at a later time.
o Matches with II: Code that allows unauthorized quick access at a later time.
2. Time Bomb:
o A time bomb is a malicious code that remains inactive until a specific time or event triggers it.
o Matches with IV: Triggers action when specified time occurs.
3. Polymorphic Virus:
o A polymorphic virus produces varying but operationally equivalent copies of itself, making it hard to detect.
o Matches with I: Produces varying but operationally equivalent copies of itself.
4. Macro Virus:
o A macro virus is embedded in documents or templates and executes malicious instructions when interpreted rather than compiled.
o Matches with III: Instructions interpreted rather than executed.
Information Booster
1. Trapdoor (Backdoor):
o Malicious code inserted intentionally by developers to allow unauthorized access later.
o Often used by attackers for system exploitation.
2. Time Bomb: Lies dormant until a predefined condition is met, such as a specific date or time.
3. Polymorphic Virus: Alters its code upon replication to evade antivirus detection.
4. Macro Virus: Embedded in macros of documents, typically targeting applications like MS Word or Excel.
Additional Knowledge
· Macro viruses exploit applications rather than operating systems, making them platform-independent.
· Polymorphic viruses are challenging to detect as they constantly change their signature.