wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

AVALIAÇÃO DE PROGRAMACAO MOBILE

Total questions: 8

Worksheet time: 19mins

Name
Class
Date
1.

1) Preencha os campos abaixo com as respostas corretas:

​ (a)   default function​ ​ (b)   (){

​ (c)   (

<Text​>​ ​​ (d)   </Text>

)

​ (e)  

​ ​ ​ ​

Choose from the below words
return
}
ola mundo
export
app
2.

2) Preencha os campos abaixo com as respostas corretas:

​ (a)   estilo​ (b)   ​ (c)   .create​ (d)  

​ (e)   tela:{

}

})

Choose from the below words
const
=
StyleSheet
({
.
3.

3) Preencha os campos abaixo com as respostas corretas:

​ (a)   ​ (b)   from ​ (c)  

import {​ (d)   from "react-​ (e)  

Choose from the below words
import
React
"react";
}
native";
4.

4) Preencha os campos abaixo com as respostas corretas:

.​ (a)   :{

width:​ (b)   ,

​ (c)   :60%,

​ (d)   Radius: "100%",

flexDirection:​ (e)   ,

}

Choose from the below words
foto
50%
height
border
row
5.

5) Preencha os campos abaixo com as respostas corretas:

import ​ (a)   from ".src/telas/Login.js";

import ​ ​ (b)   from ".src/telas/​ Lado.js ";

export ​ (c)   function​ (d)   (){

​ <Login/>,

<Lado/>

​ (e)  

Choose from the below words
default
app
Login
Lado
}
6.

6) ​ Preencha os campos abaixo com as respostas corretas:

​ import React from 'react-native';

import {​ (a)   } from 'react-native';

import um from "../../assets/um.png";

export default function Login(){

return ​ (b)  

</>

}

​ (c)   estilo = StyleSheet.​ (d)   ({

​ (e)   ;

Choose from the below words
StyleSheet
<>
const
create
})
7.

7) ​ Preencha os campos abaixo com as respostas corretas:

​ export default function Login(){

return ​ (a)  

<View style={estilo.tela}>

<​ (b)   ​ (c)   ={sete} style={estilo.img}/>

<Image source={oito} ​ (d)   ={estilo.​ (e)   }/>

</View>

</>

}

Choose from the below words
Image
source
<>
style
img
8.

8) Preencha os campos abaixo com as respostas corretas:

titulo:{

color:"​ (a)   ",

​ (b)   :"arial",

fontSize:"​ (c)   ",

fontWeight:"​ (d)   ",

marginTop:"-30%",

​ (e)   :"center",

}

Choose from the below words
white
fontFamily
bold
textAlign
150%