React Native

React Native

11th Grade

10 Qs

quiz-placeholder

Similar activities

HTML & CSS

HTML & CSS

11th Grade

10 Qs

IPN Tecnología

IPN Tecnología

10th - 11th Grade

12 Qs

MS Word Quiz

MS Word Quiz

9th - 12th Grade

10 Qs

Media and Information Language

Media and Information Language

11th - 12th Grade

14 Qs

Quiz sobre Introdução ao Arduino

Quiz sobre Introdução ao Arduino

7th Grade - University

15 Qs

Lesson 5 Creating Letters and Envelopes

Lesson 5 Creating Letters and Envelopes

7th - 12th Grade

12 Qs

Excel 2016 MOAC Lesson 06

Excel 2016 MOAC Lesson 06

9th - 12th Grade

10 Qs

ADSI Questionnaire

ADSI Questionnaire

10th - 11th Grade

10 Qs

React Native

React Native

Assessment

Quiz

Instructional Technology

11th Grade

Medium

Created by

Lisandra Kirnew

Used 2+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE SELECT QUESTION

30 sec • 1 pt

O React Native é baseado no React e utiliza ideias de componentização. Quais das linguagens listadas abaixo, são necessárias para o seu funcionamento?

HTML

JavaScript

CSS

C#

JSX

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Qual linha de código demonstra a importação de componentes contidos na biblioteca do React Native, necessários para o desenvolvimento do layout de um aplicativo?

import { StatusBar } from 'expo-status-bar';

import { StyleSheet, Text, View } from 'react-native';

export default function App()

import React from 'react';

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Uma das opções para criar componentes no React Native é baseado em ...

StyleSheet

HTML

View

Função

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

function

enviar( ){

alert( 'React Native!');

}

Observe a função acima e escreva qual será a exibição que aparecerá na tela do celular quando a função enviar for chamada:

React Native

  

function

enviar

alert

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

 function

enviar( ){

alert('React Native!');

}

Qual comando permite chamar a função enviar:

style={styles.enviar}  

style={styles.alert}

onPress={enviar}

onPress={alert}

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Componente que permite a formatação dos conteúdos:    

InputText

View

StyleSheet

Text

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Componente que permite exibir um texto na tela do aplicativo:

InputText

StyleSheet

Text

View

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?