Moderate

To create an installation boot floppy disk from Linux (or another Unix) machine, what command could you use ?

Correct answer: C. dd

  • A. fdisk
  • B. fsck
  • C. dd
  • D. rawrite

Explanation

The `dd` command copies data byte by byte between devices or image files, so it can write a boot image directly to a floppy. `fdisk` partitions disks, while `fsck` checks file systems and `rawrite` is mainly associated with DOS/Windows.

Last updated

Practise Software Design and Architecture

493 free Software Design and Architecture MCQs from Software Engineering, each with the correct answer and an explanation. Unlimited attempts, no account needed.

Exams that ask Software Engineering questions like this

Software Engineering is on this paper prepared for on TestUstad, and all of them draw the same bank, so this question is worth knowing for it.

Related questions