Question

Select each of the programming languages below that are declarative.(3 points)
Responses

SQL
SQL

CSS
CSS

HTML
HTML

JavaScript
JavaScript

Python
Python

Pascal
Pascal

Java
Java

C++
C++
Question 2
Select each of the programming languages below that are imperative.(3 points)
Responses

HTML
HTML

JavaScript
JavaScript

Pascal
Pascal

SQL
SQL

Java
Java

CSS
CSS

C++
C++

Python

Answers

GPT-4o mini
### Declarative Programming Languages
The following languages from your list are considered declarative:

- **SQL**
- **CSS**
- **HTML**

### Imperative Programming Languages
The following languages from your list are considered imperative:

- **JavaScript**
- **Pascal**
- **Java**
- **C++**
- **Python**

Note: While declarative and imperative paradigms describe different programming styles, some languages can exhibit features of both types. However, the classifications above generally hold true for the languages listed.

Related Questions