Fourth generation computer languages are
-
Procedural
-
Non-Procedural
-
Both of the Above
-
Non of the Above
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.