🎴 Flashcard Mode

Programming Languages and Paradigms

Card1 / 15
Mastered0
Review0
QuestionClick to flip

Which programming paradigm emphasizes the use of mathematical functions and expressions to manipulate data?

AnswerClick to flip back
A
Functional Programming
💡 Explanation:

Functional programming focuses on using mathematical functions and expressions to transform data, rather than relying on state changes or side effects.

Change Mode