Examen React

Examen React

12th Grade

20 Qs

quiz-placeholder

Similar activities

Hardware Basico

Hardware Basico

7th Grade - Professional Development

16 Qs

TIRISTORES

TIRISTORES

11th - 12th Grade

18 Qs

EVALUACION POR COMPETENCIAS Y RESULTADOS DE APREHENDIZAJE

EVALUACION POR COMPETENCIAS Y RESULTADOS DE APREHENDIZAJE

12th Grade

15 Qs

4° Primaria | Computación Repaso

4° Primaria | Computación Repaso

KG - Professional Development

20 Qs

2do P. soporte técnico. 1AB

2do P. soporte técnico. 1AB

10th - 12th Grade

20 Qs

Prueba Escrita Curso Defensa Nacional

Prueba Escrita Curso Defensa Nacional

1st Grade - Professional Development

20 Qs

ACCIDENTES DE TRANSITO 1

ACCIDENTES DE TRANSITO 1

1st - 12th Grade

25 Qs

MAQUINAS ESTATICAS

MAQUINAS ESTATICAS

12th Grade

15 Qs

Examen React

Examen React

Assessment

Quiz

Specialty

12th Grade

Medium

Created by

CARLOS DAZA

Used 5+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 5 pts

1. ¿Qué es React?

Un lenguaje de programación.

Un framework de JavaScript.

Una biblioteca de JavaScript para construir interfaces de usuario.

Un servidor web.

2.

MULTIPLE CHOICE QUESTION

1 min • 5 pts

2. ¿Cuál es el comando para crear un nuevo proyecto de React?

npm start

npm run build

yarn create vite

npm install react

3.

MULTIPLE CHOICE QUESTION

1 min • 5 pts

3. ¿Qué método se utiliza para renderizar componentes en React?

React.render()

render()

ReactDOM.render()

renderDOM()

4.

MULTIPLE CHOICE QUESTION

1 min • 5 pts

4. Que significan las siglas SPA (programacion)?

Single Page Application

Silence Page Application

Single Page Aplication

Simple Para Aplicar

5.

MULTIPLE CHOICE QUESTION

1 min • 5 pts

5. ¿Cuál de las siguientes opciones es correcta para crear un componente funcional en React?

  • class MyComponent extends React.Component { render() { return <div>Hello</div>; } }

function MyComponent() { return <div>Hello</div>; }

var MyComponent = React.createClass({ render() { return <div>Hello</div>; } });

React.Component.MyComponent = function() { return <div>Hello</div>; }

6.

MULTIPLE CHOICE QUESTION

1 min • 5 pts

6.¿Cómo puedes pasar datos de un componente padre a un componente hijo en React?

Usando props.

Usando state.

Usando methods.

No es posible pasar datos entre componentes.

7.

MULTIPLE CHOICE QUESTION

1 min • 5 pts

7.Qué hook de React se utiliza para manejar el estado en componentes funcionales?

useEffect

useState

useContext

useReducer

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?