Question

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

Answers

There are no human answers yet.
Answered by GPT-4o mini
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