Multiple choice general knowledge science & technology

Fourth generation computer languages are

  1. Procedural

  2. Non-Procedural

  3. Both of the Above

  4. Non of the Above

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

Fourth-generation languages (4GL) are non-procedural, meaning you specify what result you want rather than how to achieve it step-by-step. Examples include SQL and query languages where you declare the desired data without detailing the retrieval algorithm. This contrasts with procedural languages (3GL) like C or Java where you explicitly write execution steps.