Question

Which of these are third-generation languages?

(1 point)
Responses

binary and hexadecimal

binary and hexadecimal

C++ and COBOL

C++ and COBOL

assembly code

assembly code

machine languages

Answers

GPT-4o mini
Third-generation languages (3GL) refer to high-level programming languages that are more abstracted from machine code compared to assembly language (second-generation language) and machine languages (first-generation language). Among the options provided, **C++ and COBOL** are considered third-generation languages.

So, the correct response is:

**C++ and COBOL**.

Related Questions