Loading

Quipoin Menu

Learn • Practice • Grow

angular / Introduction to Angular
mcq
Direction: Choose the correct option

Q1.

What is Angular?
A. A CSS preprocessor
B. A database management system
C. A JavaScript library for building user interfaces
D. A TypeScript-based web application framework
Direction: Choose the correct option

Q2.

Which language is primarily used for Angular development?
A. Python
B. JavaScript
C. Java
D. TypeScript
Direction: Choose the correct option

Q3.

Who developed and maintains Angular?
A. Twitter
B. Facebook
C. Google
D. Microsoft
Direction: Choose the correct option

Q4.

What is the difference between AngularJS and Angular?
A. AngularJS is the older version (1.x), Angular refers to versions 2 and above
B. They are the same
C. AngularJS uses TypeScript, Angular uses JavaScript
D. AngularJS is for mobile, Angular is for desktop
Direction: Choose the correct option

Q5.

What type of applications is Angular best suited for?
A. Static websites
B. Single-page applications (SPAs)
C. Mobile apps only
D. Command-line tools
Direction: Choose the correct option

Q6.

What is the minimum version of Node.js required for Angular?
A. Node.js 14.x or later
B. Node.js 8.x or later
C. Node.js 12.x or later
D. Node.js 10.x or later
Direction: Choose the correct option

Q7.

What is the Angular CLI?
A. A database tool
B. A code editor
C. A command-line interface for Angular development
D. A testing framework
Direction: Choose the correct option

Q8.

Which architectural pattern does Angular follow?
A. MVP (Model-View-Presenter)
B. MVC (Model-View-Controller)
C. MVVM (Model-View-ViewModel)
D. Component-based architecture
Direction: Choose the correct option

Q9.

What is the purpose of the `angular.json` file?
A. Configuration file for Angular CLI workspace
B. Application module definition
C. Component styles
D. Package dependencies
Direction: Choose the correct option

Q10.

Which of the following is NOT a part of Angular core?
A. Components
B. Services
C. Redux
D. Modules