Multiple choice

How do general purpose operating systems make software development easier?

  1. Software can borrow functionality.

  2. They provide an IDE.

  3. The debug software.

  4. They write software automatically.

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

Operating systems provide APIs and system calls that allow software developers to reuse common functionality, such as file handling or network communication, rather than writing it from scratch.