Home MCQs Basic Computer/IT Question #11518
Back to Questions
Basic Computer/IT QUESTION #11518
Question 1
Angular is a popular frontend framework built on:
  • PHP
  • JavaScript✔️
  • Python
  • None
Correct Answer Explanation
Angular is a TypeScript-based open-source web application framework developed by Google. TypeScript is a superset of JavaScript, so Angular is fundamentally a JavaScript framework. It is used for building single-page applications (SPAs) with features like two-way data binding and component-based architecture.