CS0-003 Incident Response and Management Practice Question
When performing digital forensics, which of the following represents the correct order of volatility from most volatile to least volatile?
Answer choices
Why each option matters
Answer the question above first, then reveal the full breakdown to understand why each option is right or wrong.
Correct answer & explanation
✓
CPU registers, RAM, swap, disk, logs, archived media
The order of volatility dictates that evidence should be collected from most volatile to least volatile to avoid losing transient data. CPU registers are the most volatile, followed by RAM, swap, disk, logs, and archived media.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✗
RAM, CPU registers, disk, swap, logs, archived media
Why it's wrong here
This order incorrectly places RAM before CPU registers, but registers are the most volatile storage, holding transient data for the currently executing instruction and losing it immediately when power is cut. Additionally, it lists swap after disk, yet swap is a disk-backed paging file that is more volatile than persistent disk data because it is overwritten frequently and cleared on clean shutdown. The correct order demands registers first, then RAM, then swap, before reaching less volatile storage like disk.
- ✗
Swap, RAM, CPU registers, disk, logs, archived media
Why it's wrong here
This sequence mistakenly leads with swap, which is a disk-based paging file that persists across reboots (though it may be cleared on clean shutdown), making it far less volatile than RAM and CPU registers. Placing swap before RAM and registers completely inverts the volatility hierarchy. Registers must come first, followed by RAM, then swap, then disk, logs, and archived media—this option has both the top and middle elements out of order.
- ✗
Archived media, logs, disk, swap, RAM, CPU registers
Why it's wrong here
This is the exact reverse of the standard order of volatility, starting with archived media (the least volatile) and ending with CPU registers (the most volatile). Proper forensic practice requires collecting the most volatile data first to avoid losing ephemeral evidence, so registers must be captured before RAM, swap, disk, logs, or archived media. Reversing the order risks permanent loss of critical transient data, such as encryption keys or running processes, before they can be preserved.
- ✓
CPU registers, RAM, swap, disk, logs, archived media
Why this is correct
This is the standard order of volatility used in digital forensics, ranking evidence by how quickly it is lost. CPU registers are the most volatile, holding the CPU's current working values and disappearing in nanoseconds; RAM follows, losing all data when power is removed; swap is a disk-backed file that may persist but is overwritten and purged; then disk, logs (which are written regularly but more durable), and finally archived media, which is deliberately preserved and least volatile. Following this order ensures the most fragile evidence is collected first.
Go deeper
Related to this question
About these practice questions
Courseiva writes every CS0-004 question from scratch — 236 in total, each with an explanation and a wrong-answer breakdown. None are copied from real exams or dumps. Learn why practice questions differ from exam dumps →
JA
Written by Johnson Ajibi, MSc IT Security
Senior Network & Security Engineer · founder of Courseiva
This CS0-004 practice question is part of Courseiva's free CompTIA certification practice question bank. Courseiva provides original exam-style practice questions with explanations, topic-based practice, mock exams, readiness tracking, and study analytics to help learners prepare for the CS0-004 exam.