What component of an antivirus system isolates infected or highly suspicious files in a protected, inaccessible directory to prevent them from executing or spreading code? MCQ with Answer and Explanation

What component of an antivirus system isolates infected or highly suspicious files in a protected, inaccessible directory to prevent them from executing or spreading code?
A. Heuristic Analyzer
B. Sandbox Controller
C. Firewall Exclusion List
D. Quarantine Vault
Answer: Option D
Solution (By JKSSB Mock Tests)
Antivirus programs move flagged files into a quarantine vault, isolating them from the rest of the filesystem to neutralize potential threats.

Discuss this Question (0)

No comments yet. Be the first to start the discussion!

Practice More Cyber Security Questions

Question #1
What type of attack targets a web application by injecting malicious SQL statements into input forms, allowing the attacker to manipulate the underlying backend database directly?
A. Buffer Overflow Attack
B. Denial of Service (DoS)
C. Cross-Site Scripting (XSS)
D. SQL Injection (SQLi)

Correct Answer: Option D


Explanation:
SQL injection occurs when unvalidated user input is passed directly to a database query engine, enabling threat actors to view, alter, or delete database tables illegally.

This question belongs to: Computer Cyber Security
Question #2
A malicious script designed to lie completely dormant inside an operating system registry until a specific calendar date or logic condition triggers its destructive routine is a/an:
A. Computer Worm
B. Macro Exploit
C. Adware Bundle
D. Logic Bomb

Correct Answer: Option D


Explanation:
Logic bombs are code strings embedded inside software setups programmed to launch malicious operations only when precise conditions or time metrics are satisfied.

This question belongs to: Computer Cyber Security
Question #3
Which of the following is a common technique used in malware distribution?
A. Secure websites
B. Email attachments
C. Firewalls
D. Antivirus software

Correct Answer: Option B


Explanation:
Malware is often distributed through email attachments, where users are tricked into opening malicious files that install malware on their systems.

This question belongs to: Computer Cyber Security