निम्नलिखित भाषा प्रकारों को उनके उदाहरणों से सुमेलित कीजिए।
Match the following language types with their examples.
Language Type Example
1. Interpreted Programming Language a. HTML, SGML, XML
2. Markup Programming Language b. PHP, Apple Script, JavaScript
3. Object-Oriented Programming Language c. Python, BASIC, Lisp
4. Scripting Programming Language d. C++, Ada, Java, Python
A)
B)
C)
D)
Explanation:
Here’s the matching:
-
Interpreted Programming Language: Runs line by line.
Example: Python, BASIC, Lisp (Option c). -
Markup Programming Language: Used to structure data.
Example: HTML, SGML, XML (Option a). -
Object-Oriented Programming Language: Based on objects.
Example: C++, Ada, Java, Python (Option d). -
Scripting Programming Language: Automates tasks.
Example: PHP, Apple Script, JavaScript (Option b).
Answer: (A) 1-c, 2-a, 3-d, 4-b