Sovi.AI - AI Math Tutor

Scan to solve math questions

QUESTION IMAGE

software programming quiz - tia chapter 10 started: nov 20 at 1:28pm qu…

Question

software programming quiz - tia chapter 10
started: nov 20 at 1:28pm
quiz instructions
this quiz will assess your understanding of the assigned reading. quizzes are intended to be formative assignments that help you understand the material as you are learning. therefore, you can retake quizzes technology in action chapters, and only your highest score will be recorded in the grade book.
be aware that you will not be allowed multiple attempts on the unit exam and final exam that each include questions over this chapter.

question 13 2 pts
sql is an example of a _______ category programming language.
2gl
3gl
4gl
5gl
← previous next →

Explanation:

Brief Explanations

SQL (Structured Query Language) is a fourth - generation language (4GL). 4GLs are designed to be more user - friendly and closer to human language compared to lower - generation languages. They are often used for database management and querying, which is exactly what SQL is used for. 2GL (second - generation language) is assembly language. 3GL (third - generation language) includes languages like C, Java. 5GL (fifth - generation language) is more about natural language processing and AI - based programming which SQL is not.

Answer:

4GL