Unit 2: Hard Disks, File Systems and Data Acquisition - Practice Quiz

CSC303 — Digital Forensics 60 Questions
0 Correct 0 Wrong 60 Left
0/60

1 Which storage device uses spinning magnetic platters to store data?

Describe different types of disk drives and their characteristics Easy
A. SD Card
B. USB Flash Drive
C. Solid State Drive (SSD)
D. Hard Disk Drive (HDD)

2 Which type of drive has no moving mechanical parts?

Describe different types of disk drives and their characteristics Easy
A. Magnetic Tape Drive
B. Solid State Drive (SSD)
C. Floppy Disk
D. Hard Disk Drive (HDD)

3 What is the smallest physical storage unit on a hard disk called?

Explain the logical structure of a disk Easy
A. Sector
B. Cluster
C. Volume
D. Partition

4 A group of sectors treated as a single logical unit by the file system is called a:

Explain the logical structure of a disk Easy
A. Head
B. Track
C. Cylinder
D. Cluster

5 Which structure contains the partition table and code used to start the boot process on a legacy disk?

Explain the logical structure of a disk Easy
A. File Allocation Table (FAT)
B. Volume Boot Record (VBR)
C. Root Directory
D. Master Boot Record (MBR)

6 What does BIOS stand for?

Understand booting process of windows, Linux and Mac operating systems Easy
A. Binary Integrated Operating Service
B. Boot Instruction Operating Setup
C. Basic Internal Output Storage
D. Basic Input Output System

7 Which of the following is a common boot loader used by Linux systems?

Understand booting process of windows, Linux and Mac operating systems Easy
A. winload.exe
B. NTLDR
C. GRUB
D. BOOTMGR

8 Which modern firmware interface is intended to replace the traditional BIOS?

Understand booting process of windows, Linux and Mac operating systems Easy
A. UEFI
B. POST
C. MBR
D. GRUB

9 Which file system is the default for modern Windows operating systems?

Understand various file systems of Windows, Linux and Mac operating systems Easy
A. NTFS
B. APFS
C. ext4
D. HFS+

10 Which file system is commonly used by Linux operating systems?

Understand various file systems of Windows, Linux and Mac operating systems Easy
A. NTFS
B. APFS
C. FAT16
D. ext4

11 Which file system was introduced by Apple as the default for modern macOS versions?

Understand various file systems of Windows, Linux and Mac operating systems Easy
A. NTFS
B. ext4
C. exFAT
D. APFS

12 Which file system is often used on USB flash drives for compatibility across operating systems?

Understand various file systems of Windows, Linux and Mac operating systems Easy
A. APFS
B. ext4
C. HFS+
D. FAT32

13 Autopsy is best described as a:

Examine file system using Autopsy and The Sleuth Kit tools Easy
A. Disk defragmentation utility
B. Password recovery cracker
C. Network monitoring firewall
D. Digital forensics platform with a graphical interface

14 The Sleuth Kit (TSK) is primarily a collection of:

Examine file system using Autopsy and The Sleuth Kit tools Easy
A. Command-line forensic analysis tools
B. Antivirus scanners
C. Cloud backup services
D. Video editing programs

15 What does RAID stand for in storage systems?

Understand storage systems Easy
A. Remote Array of Integrated Data
B. Redundant Array of Independent Disks
C. Random Allocation of Indexed Disks
D. Rapid Access Internal Drive

16 Which storage technology connects storage devices to servers over a dedicated high-speed network?

Understand storage systems Easy
A. CPU (Central Processing Unit)
B. USB (Universal Serial Bus)
C. SAN (Storage Area Network)
D. RAM (Random Access Memory)

17 A hex editor displays the raw contents of a file primarily in which number system?

Understand encoding standards and hex editors Easy
A. Hexadecimal
B. Octal
C. Roman numerals
D. Decimal

18 Which encoding standard uses 7 bits to represent basic English characters?

Understand encoding standards and hex editors Easy
A. Unicode UTF-16
B. ASCII
C. EBCDIC
D. Base64

19 In digital forensics, what is the main purpose of a write blocker during data acquisition?

Understand data acquisition fundamentals Easy
A. Prevent any changes to the original evidence
B. Encrypt the acquired data
C. Compress the image file
D. Increase the copying speed

20 Which type of acquisition creates an exact bit-by-bit copy of an entire storage device?

Understand data acquisition fundamentals Easy
A. Logical acquisition
B. Metadata acquisition
C. Selective acquisition
D. Physical (bit-stream) acquisition

21 A forensic examiner notes that a suspect's storage device has no moving parts, uses NAND flash memory, and implements wear leveling and TRIM. Which characteristic makes forensic recovery of deleted data more difficult on this device?

Describe different types of disk drives and their characteristics Medium
A. The spinning platters overwrite data during idle time
B. The read/write head physically deletes sectors on power loss
C. TRIM can proactively erase blocks marked as deleted, reducing recoverable data
D. Magnetic remanence stores multiple copies of every file

22 A hard disk uses 512-byte sectors. A file of size bytes is stored on this disk. How many sectors are needed to store the file (ignoring metadata)?

Explain the logical structure of a disk Medium
A. 11
B. 9
C. 8
D. 10

23 In the CHS (Cylinder-Head-Sector) addressing scheme, what does the head number logically correspond to?

Explain the logical structure of a disk Medium
A. The distance from the spindle center
B. The specific platter surface being accessed
C. The rotational speed of the platter
D. The cache buffer size of the drive

24 On a modern UEFI-based Windows system using a GPT disk, which partition stores the bootloader files that firmware reads to start the OS?

Understand booting process of windows, Linux and Mac operating systems Medium
A. Extended Boot Record (EBR)
B. EFI System Partition (ESP)
C. Master Boot Record (MBR)
D. Volume Boot Record (VBR)

25 During a Linux boot on a BIOS system, which component is responsible for loading the kernel and the initramfs/initrd image into memory?

Understand booting process of windows, Linux and Mac operating systems Medium
A. The BIOS POST routine
B. The ext4 journal
C. systemd (init process)
D. GRUB (bootloader)

26 An examiner recovers an NTFS volume. Where is the metadata for every file and directory (including timestamps, permissions, and data run pointers) primarily stored?

Understand various file systems of Windows, Linux and Mac operating systems Medium
A. Superblock
B. Volume Bitmap
C. Master File Table (MFT)
D. File Allocation Table (FAT)

27 A file smaller than about 700 bytes is stored on an NTFS volume. How does NTFS typically store its data?

Understand various file systems of Windows, Linux and Mac operating systems Medium
A. Across multiple non-resident clusters
B. As a resident attribute directly within the MFT record
C. In the volume boot record
D. In a dedicated small-file partition

28 In a Linux ext4 file system, which structure holds a file's metadata such as ownership, permissions, and block pointers, but not the file name?

Understand various file systems of Windows, Linux and Mac operating systems Medium
A. Inode
B. Directory entry (dentry)
C. Superblock
D. Master File Table record

29 Which file system is the modern default on recent macOS versions and was designed with SSDs, snapshots, and encryption in mind?

Understand various file systems of Windows, Linux and Mac operating systems Medium
A. NTFS
B. HFS+ (Mac OS Extended)
C. APFS (Apple File System)
D. exFAT

30 Which Sleuth Kit command-line tool would an examiner use to list the files and directories (including deleted entries) within a specified directory of a disk image?

Examine file system using Autopsy and The Sleuth Kit tools Medium
A. icat
B. img_stat
C. fls
D. blkcat

31 An examiner has the inode number of a deleted file in a disk image. Which Sleuth Kit tool should be used to extract the content of that file by its inode?

Examine file system using Autopsy and The Sleuth Kit tools Medium
A. mmls
B. icat
C. fsstat
D. fls

32 Before analyzing individual file systems, an examiner needs to view the partition layout and the starting offsets of each volume in a disk image. Which tool provides this?

Examine file system using Autopsy and The Sleuth Kit tools Medium
A. blkstat
B. fls
C. istat
D. mmls

33 A RAID configuration stripes data across two disks with no redundancy to maximize performance. If one disk fails, all data is lost. Which RAID level is this?

Understand storage systems Medium
A. RAID 10
B. RAID 1
C. RAID 5
D. RAID 0

34 In a RAID 5 array of disks each with capacity , how much usable storage is available after accounting for parity?

Understand storage systems Medium
A.
B.
C.
D.

35 While viewing a file in a hex editor, an examiner sees it begins with the bytes FF D8 FF E0. Which file type does this magic number most likely indicate?

Understand encoding standards and hex editors Medium
A. PNG image
B. PDF document
C. JPEG image
D. ZIP archive

36 In ASCII encoding, the uppercase letter 'A' is represented by the decimal value . What is its hexadecimal representation?

Understand encoding standards and hex editors Medium
A.
B.
C.
D.

37 During data acquisition, why is a write blocker essential when connecting a suspect's drive to a forensic workstation?

Understand data acquisition fundamentals Medium
A. It compresses the image to save storage space
B. It automatically decrypts encrypted volumes
C. It speeds up the imaging process by caching writes
D. It prevents any writes to the source drive, preserving evidence integrity

38 After imaging a drive, an examiner computes an MD5 hash of both the source and the image and finds they match. What does this primarily verify?

Understand data acquisition fundamentals Medium
A. The file system on the image is uncorrupted and mountable
B. The source drive is free of malware
C. The image is a bit-for-bit accurate copy of the source
D. The image has been successfully encrypted

39 An examiner must acquire data from a running server that cannot be shut down because volatile memory and active connections are relevant. Which acquisition approach is most appropriate?

Understand data acquisition methodology Medium
A. Physically destroying and reconstructing the disk
B. Live acquisition
C. Static (dead) acquisition after powering off
D. Reformatting the drive before imaging

40 An examiner wants to analyze a disk image using tools that require a mounted file system, without altering the original evidence image. What is the correct practice?

Prepare an image file for examination Medium
A. Mount the original image with full read-write access
B. Mount the image as read-only (or use a working copy)
C. Convert the image to plain text first
D. Delete unallocated space to reduce size

41 An investigator seizes an SSD that was in active use in a running system. During acquisition, the hash of the imaged drive differs from a second image taken 10 minutes later, even though no user wrote data. Which SSD characteristic most likely explains this discrepancy?

Describe different types of disk drives and their characteristics Hard
A. Garbage collection and TRIM operations autonomously reorganizing NAND cells
B. File slack being overwritten by the operating system swap file
C. The SATA interface introducing random bit errors during transfer
D. The drive's spindle motor causing sector realignment

42 A 2 TB disk is partitioned using MBR. The investigator notices only about 2 TB is unusable beyond a certain point. What is the fundamental logical limitation causing this?

Explain the logical structure of a disk Hard
A. MBR uses 32-bit LBA addressing, capping addressable space at bytes TB
B. MBR supports only 512-byte sectors regardless of physical geometry
C. MBR reserves the first 2 TB for the boot loader and partition table backup
D. MBR limits each partition to a maximum of 512 GB across four entries

43 On a UEFI-based Windows system, an examiner must identify where the boot manager (bootmgfw.efi) resides. Where is it correctly located?

Understand booting process of windows, Linux and Mac operating systems Hard
A. In the GPT protective MBR at LBA 1
B. In the NTFS $Boot metadata file of the system volume
C. In the EFI System Partition (ESP), a FAT-formatted partition
D. In the MBR's first 446 bytes of sector 0

44 In NTFS, a small file's data can be stored entirely within its MFT record. What is this feature called, and what is its forensic significance?

Understand various file systems of Windows, Linux and Mac operating systems Hard
A. Data runs; the file is fragmented across non-contiguous clusters
B. Resident data; the entire file content survives inside the MFT even after cluster deallocation
C. Sparse allocation; the file occupies zero clusters until first written
D. Alternate data streams; the content is hidden in a secondary attribute

45 An examiner recovers a deleted file on an ext4 volume but cannot reconstruct its full content, unlike on ext3. Which ext4 design change most directly causes this difficulty?

Understand various file systems of Windows, Linux and Mac operating systems Hard
A. ext4 uses 128-byte inodes that cannot hold block maps
B. ext4 stores all file data inside the journal, which is wiped on unmount
C. ext4 encrypts inodes by default, obscuring block references
D. ext4 zeroes out the block pointers in the inode upon deletion, using extents instead of indirect blocks

46 Using The Sleuth Kit, an examiner runs fls -r -d image.dd and then istat image.dd 5023 on a deleted entry. The istat output shows the inode's allocation status as unallocated but lists valid data block addresses. What can be reliably concluded?

Examine file system using Autopsy and The Sleuth Kit tools Hard
A. The data blocks are guaranteed intact because the inode is preserved
B. The file has been securely wiped and is unrecoverable
C. The inode belongs to an active file misreported by fls
D. The metadata still references data blocks, so recovery with icat may succeed if blocks are not reused

47 A forensic examiner must acquire data from a RAID 5 array of four disks after the controller failed. What is the primary challenge in reconstructing the logical volume from individual disk images?

Understand storage systems Hard
A. Rebuilding the MBR that is split evenly across all four disks
B. Decrypting each disk's hardware-level full-disk encryption key
C. Recovering the mirror copy from the redundant fourth disk
D. Determining the correct stripe size, disk order, and parity rotation used by the controller

48 In a hex editor, an examiner sees the byte sequence FF D8 FF E0 at the start of a file with a .txt extension. What is the most accurate forensic interpretation?

Understand encoding standards and hex editors Hard
A. The bytes represent a UTF-16 big-endian byte order mark
B. The file is a corrupted text document with an invalid BOM
C. The file is an encrypted archive using a proprietary header
D. The file is a JPEG image with a mismatched extension, identified by its magic number

49 An examiner needs to interpret the little-endian 4-byte value 0x00 0x10 0x00 0x00 found in a hex editor as an unsigned integer. What is its decimal value?

Understand encoding standards and hex editors Hard
A. 4096
B. 1048576
C. 268435456
D. 16

50 During a live acquisition of a running system, the examiner prioritizes capturing RAM before imaging the disk. Which principle best justifies this ordering?

Understand data acquisition fundamentals Hard
A. The chain of custody, since RAM requires fewer signatures
B. The hashing standard, since RAM cannot be hashed after imaging
C. The order of volatility, since memory contents are lost on power-down while disk data persists
D. The write-blocking requirement, which only applies to volatile media

51 An examiner cannot remove a suspect drive due to a soldered SSD in a laptop and must acquire it while booted from external forensic media. Which acquisition approach best preserves integrity in this constraint?

Understand data acquisition methodology Hard
A. A physical acquisition after formatting the internal drive
B. A sparse acquisition writing directly back to the source drive
C. A remote acquisition over the suspect's own installed OS
D. A logical/live acquisition via a booted forensic OS with the internal drive mounted read-only

52 An examiner has a raw dd image and needs to verify integrity while enabling metadata and compression for archival. Which image format conversion best meets all three goals?

Prepare an image file for examination Hard
A. Keep the raw image and store an external MD5 in a text file only
B. Convert to AFF4 with encryption disabled to save space
C. Convert to VMDK, which adds compression and hashing per sector
D. Convert to E01 (Expert Witness Format), which stores CRCs, case metadata, and compression

53 A hardware write blocker is used, yet the acquired image hash differs from a re-read of the source drive on a HPA-enabled disk. What is the most probable cause?

Understand data acquisition fundamentals Hard
A. The drive's SMART data changed the reported sector count
B. The hashing algorithm collided on two different datasets
C. The write blocker corrupted random sectors during transfer
D. A Host Protected Area was hidden from the first acquisition but exposed in the second

54 On a macOS system using APFS, an examiner finds that deleted files leave little recoverable trace compared to HFS+. Which APFS feature most contributes to this?

Understand various file systems of Windows, Linux and Mac operating systems Hard
A. Copy-on-write with space sharing that rapidly reclaims and remaps blocks
B. Use of a single catalog B-tree that discards deleted nodes
C. Mandatory FileVault encryption of every deleted inode
D. A journaling scheme that overwrites deleted metadata immediately

55 A disk reports a physical sector size of 4096 bytes but emulates 512-byte logical sectors (512e). What forensic concern does this Advanced Format behavior raise during alignment analysis?

Explain the logical structure of a disk Hard
A. The disk secretly duplicates every sector, doubling reported capacity
B. Logical sectors overwrite physical parity data on each read
C. Hashing becomes impossible because sector sizes differ
D. Partition offsets not aligned to 4096-byte boundaries can cause read-modify-write, affecting performance and slack interpretation

56 An examiner uses blkls from TSK on an NTFS image to extract only unallocated space, then runs a carving tool. What is the primary rationale for this two-step workflow?

Examine file system using Autopsy and The Sleuth Kit tools Hard
A. It decrypts the allocated files before carving them
B. Isolating unallocated clusters focuses carving on deleted/residual data and reduces false positives from allocated files
C. It rebuilds the MFT so allocated files appear as deleted
D. It converts the image to a logical format required by carvers

57 In a SAN environment, an examiner must acquire evidence from a specific LUN presented to a compromised server. What makes this fundamentally different from imaging a local disk?

Understand storage systems Hard
A. The LUN is always encrypted by the fabric switch and unreadable
B. The LUN is a logical volume abstracted over shared physical storage, requiring acquisition at the correct block layer and coordination with the SAN admin
C. The LUN cannot be hashed because SAN storage is inherently volatile
D. The LUN stores no file system, only raw parity information

58 On a Linux system using GRUB2 with a separate /boot partition, the boot fails after a disk was re-imaged to a differently sized target. Which stored value most likely became invalid?

Understand booting process of windows, Linux and Mac operating systems Hard
A. The initrd checksum stored in the CMOS
B. The swap partition's magic signature in the MBR
C. The BIOS clock resetting the boot timestamp
D. Block lists or UUID references in the GRUB configuration and stage files no longer matching the new layout

59 An examiner acquiring a 4 TB drive obtains a valid MD5 but management requires defensibility against collision claims. Which approach best strengthens integrity assurance without re-imaging?

Understand data acquisition methodology Hard
A. Store the image on write-once media without any hashing
B. Re-run MD5 twice and average the digests
C. Compress the image so collisions become impossible
D. Compute and record an additional independent hash such as SHA-256 over the same image

60 An examiner must analyze a split E01 image set (E01–E05) using an open-source tool that only reads raw formats. What is the correct preparation step?

Prepare an image file for examination Hard
A. Concatenate the segments with cat in reverse order to rebuild raw data
B. Rename the .E01 files to .dd so the tool reads them directly
C. Mount or convert the segmented E01 set into a unified raw device using a tool like ewfmount or xmount
D. Extract only the first segment since it contains the full image