Which of the following is a programming paradigm?(1 point)

Responses

parametric programming
parametric programming

polymorphic programming
polymorphic programming

sequential programming
sequential programming

iterative programming
iterative programming

1 answer

The correct response is sequential programming.

Sequential programming is a programming paradigm where statements are executed in a definite order, typically one after another.

The others listed, such as parametric, polymorphic, and iterative, are not considered standalone programming paradigms. Instead, they refer to specific concepts or techniques that can exist within various programming paradigms.