Final answer:
Option 1: dd if=/dev/hda of=/dev/case5img1 is the command to make a complete physical backup of a hard disk.
Step-by-step explanation:
The correct option to make a complete physical backup of a hard disk using the dd command is Option 1: dd if=/dev/hda of=/dev/case5img1. This command will copy the entire contents of the hard disk /dev/hda to the destination /dev/case5img1. This creates a bit-by-bit replica of the hard disk.