ReactJS OVerview Unit 11-18

ReactJS OVerview Unit 11-18

Professional Development

50 Qs

quiz-placeholder

Similar activities

Cyber Security Quiz

Cyber Security Quiz

Professional Development

55 Qs

ICT and Computer Fundamentals Quiz

ICT and Computer Fundamentals Quiz

Professional Development

46 Qs

Software Process Structures Quiz

Software Process Structures Quiz

Professional Development

45 Qs

50 Essential Skills Challenge

50 Essential Skills Challenge

Professional Development

48 Qs

CIS CSM #3

CIS CSM #3

Professional Development

50 Qs

Enterprise

Enterprise

Professional Development

49 Qs

Project Management Quiz

Project Management Quiz

Professional Development

46 Qs

ReactJS OVerview Unit 11-18

ReactJS OVerview Unit 11-18

Assessment

Quiz

Information Technology (IT)

Professional Development

Medium

Created by

Hiếu Nguyễn

Used 4+ times

FREE Resource

50 questions

Show all answers

1.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

Which of the following is true regarding Babel ? (2 correct answers)

A compiler 

A transpiler 

A framework

A programming language

2.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

What "_____case" does React DOM use for naming attributes and properties?

Camel (camelCase) 

Pascal (PascalCase) 

Snake (snake_case) 

Kebab (kebab-case) 

3.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

What are the smallest building blocks of React apps

Components

Functions

Elements

JSX

4.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

A component name must start with ________.

a lowercase letter

a capital letter

a number

everything

5.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Which component lifecycle method runs after the component output has been rendered to the DOM?

componentMounted() 

componentRendered() 

componentDidMount() 

componentDidRender() 

6.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Which component lifecycle method is used to perform the cleanup when the component is removed from the DOM? 

componentUnmounted() 

componentWillUnmount() 

componentDidUnmount() 

None of the above

7.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

State of a component is often called ___ data? 

public

protected

private

local or encapsulated 

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?