Beginner Web & Software Development
Q9 / 100

What is a framework in software development?

Correct! Well done.

Incorrect.

The correct answer is B) A reusable software platform providing standardized structure, libraries, and patterns for building applications — developers fill in specific logic

B

Correct Answer

A reusable software platform providing standardized structure, libraries, and patterns for building applications — developers fill in specific logic

Explanation

Frameworks (Django, React, Spring, Rails) provide the skeleton. Inversion of Control: the framework calls your code, not vice versa. Libraries: you call their code. Frameworks offer conventions reducing boilerplate.

Progress
9/100