Which of the following is a programming paradigm?(1 point) Responses parametric programming parametric programming polymorphic programming polymorphic programming iterative programming iterative programming sequential programming sequential programming

1 answer

The following are recognized programming paradigms from your list:

  1. Iterative Programming - This involves using loops and repetition to execute a sequence of instructions multiple times.
  2. Sequential Programming - This involves executing instructions in a sequence, one after the other.

Parametric programming and polymorphic programming are not typically classified as standalone programming paradigms.

So, the correct responses from your list are:

  • Iterative Programming
  • Sequential Programming