Difficulty: Easy
Correct Answer: CMOS
Explanation:
Introduction / Context:
Viruses and malware typically target storage and executable code: boot sectors, master boot records, operating system files, and user programs. Understanding common targets helps you prioritize scans and backups when an infection is suspected.
Given Data / Assumptions:
Concept / Approach:
Traditional viruses write to the boot sector or infect program files to gain control during startup or execution. They can also copy themselves to removable media like floppy disks. Direct modification of CMOS configuration values by viruses is uncommon; while some malware can change CMOS settings, this is not a typical or necessary infection vector because CMOS stores settings, not executable code.
Step-by-Step Solution:
Verification / Alternative check:
Antivirus logs typically report infected files and boot records, not CMOS edits. BIOS setup changes might occur due to user error or battery issues rather than viral action.
Why Other Options Are Wrong:
Common Pitfalls:
Confusing malware side effects (like altered boot order) with direct CMOS infection; ignoring bootable media scans; neglecting offline backups before cleaning.
Final Answer:
CMOS
Discussion & Comments