Loading

Quipoin Menu

Learn • Practice • Grow

react / Introduction to React
mcq
Direction: Choose the correct option

Q1.

Which of the following best describes React?
A. A database management system
B. A CSS preprocessor
C. A JavaScript library for building user interfaces
D. A full-stack framework
Direction: Choose the correct option

Q2.

React was originally created by?
A. Twitter
B. Microsoft
C. Facebook
D. Google
Direction: Choose the correct option

Q3.

What is the key feature that helps React update the UI efficiently?
A. Dependency Injection
B. Templates
C. Virtual DOM
D. Two-way data binding
Direction: Choose the correct option

Q4.

In React, data flows in which direction?
A. Multidirectional
B. Unidirectional
C. Bidirectional
D. Circular
Direction: Choose the correct option

Q5.

Which of the following is NOT a core concept of React?
A. State
B. Components
C. JSX
D. MVC pattern