Quiz sobre React Native

Quiz sobre React Native

12th Grade

15 Qs

quiz-placeholder

Similar activities

Quiz sobre Windows

Quiz sobre Windows

1st Grade - University

15 Qs

Quiz sobre Software Livre

Quiz sobre Software Livre

12th Grade

20 Qs

Examen de TIC en Turismo

Examen de TIC en Turismo

12th Grade - University

20 Qs

Test grila - Formatarea tabelelor

Test grila - Formatarea tabelelor

9th Grade - University

15 Qs

BASE DE DATOS 2

BASE DE DATOS 2

9th - 12th Grade

10 Qs

Alfabetização Digital

Alfabetização Digital

9th - 12th Grade

15 Qs

Cyber 1 Networking FINAL

Cyber 1 Networking FINAL

9th - 12th Grade

20 Qs

Bienvenida al Diseño Gráfico

Bienvenida al Diseño Gráfico

12th Grade - University

10 Qs

Quiz sobre React Native

Quiz sobre React Native

Assessment

Quiz

Information Technology (IT)

12th Grade

Medium

Created by

Rafael Monteiro

Used 4+ times

FREE Resource

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 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#

2.

MULTIPLE CHOICE QUESTION

1 min • 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

1 min • 1 pt

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

StyleSheet

HTML

View

Função

4.

MULTIPLE CHOICE QUESTION

1 min • 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

1 min • 1 pt

Qual comando permite chamar a função enviar:

style={styles.enviar}

style={styles.alert}

onPress={enviar}

onPress={alert}

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Componente que permite exibir um texto na tela do aplicativo:

InputText

StyleSheet

Text

View

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Caixa de texto que permite ao usuário digitar informações:

Text

StyleSheet

View

InputText

Create a free account and access millions of resources

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?