The following are recognized programming paradigms from your list:
- Iterative Programming - This involves using loops and repetition to execute a sequence of instructions multiple times.
- 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