REACT 2

REACT 2

Professional Development

10 Qs

quiz-placeholder

Similar activities

REACT

REACT

Professional Development

10 Qs

Ch-4 Laporan Auditor Independen (LAI)

Ch-4 Laporan Auditor Independen (LAI)

1st Grade - Professional Development

10 Qs

Ch 12 Standar audit internal

Ch 12 Standar audit internal

KG - Professional Development

10 Qs

Revisão Programação Web - 2

Revisão Programação Web - 2

10th Grade - Professional Development

15 Qs

TIAPMP

TIAPMP

Professional Development

10 Qs

Kiểm tra XML1

Kiểm tra XML1

Professional Development

15 Qs

Adv Java Quiz TalentNext

Adv Java Quiz TalentNext

Professional Development

10 Qs

TECHNICIAN L2 - ENGINE

TECHNICIAN L2 - ENGINE

Professional Development

12 Qs

REACT 2

REACT 2

Assessment

Quiz

Professional Development

Professional Development

Medium

Created by

Shital Madake

Used 9+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

ReactJS covers _________
User Interface layer in an application
Data layer in an application
Both a and b
None of above

2.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

ReactJS uses _____ to increase performance
Virtual DOM
Original DOM
Both of above
None of above

3.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

React is _______
Component based
Module based
Both of above
None of above

4.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Consider following example<br /><br />var Helloword=(props)=><br />{<br /> return(<br /> <div><br /> hello world 1<br /> </div><br /> <div><br /> Hello world 2<br /> </div><br /> );<br />}<br />ReactDOM.render(<Helloworld/>,mountNode)<br />What will be the output<br /><br />
Hello world 1
Hello world 2
Hello world 1 Hello world 2
Error

5.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Number of elements, a valid react component can return
1
2
3
4

6.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

State in react is________
A permanent storage
Internal storage of the component
Both of above
None of above

7.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

props in react can________
Be changed inside the component
Not be changed in the component
Be changed in side other component
None of above

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?