Question

Which of these are third-generation languages?(1 point)Responsesbinary and hexadecimalbinary and hexadecimalC++ and COBOLC++ and COBOLassembly codeassembly codemachine languagesmachine languages

Answers

GPT-4o mini
Third-generation languages (3GLs) are high-level programming languages that are more abstracted from machine code than assembly languages and provide features such as strong data handling and extensive libraries.

Among the options provided:
- **C++ and COBOL** are both considered third-generation languages.
- **Binary and hexadecimal** are representation formats for machine code but are not programming languages.
- **Assembly code** is a low-level programming language.
- **Machine languages** refer to the binary code that computers understand, which is also a low-level language.

So, the correct answer is **C++ and COBOL**.