Quiz sobre React Native

Quiz sobre React Native

12th Grade

15 Qs

quiz-placeholder

Similar activities

[Quiz] O ALGORITMO CONSTRUIR INTELIGÊNCIAS ALIENÍGENAS

[Quiz] O ALGORITMO CONSTRUIR INTELIGÊNCIAS ALIENÍGENAS

12th Grade

10 Qs

3TDS - Programação Mobile - Recuperação 2

3TDS - Programação Mobile - Recuperação 2

12th Grade

10 Qs

Quiz de LibreOffice Writer

Quiz de LibreOffice Writer

12th Grade

15 Qs

3TDS - Programação Frontend - Recuperação 2

3TDS - Programação Frontend - Recuperação 2

12th Grade

10 Qs

Introduction to C# Programming

Introduction to C# Programming

10th Grade - University

20 Qs

Quiz sobre Google Forms

Quiz sobre Google Forms

12th Grade

20 Qs

Cultura Digital

Cultura Digital

11th Grade - University

10 Qs

Segurança e Privacidade Digital

Segurança e Privacidade Digital

9th - 12th Grade

11 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
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?