
Originalidade na prática - Projetos autorais

Quiz
•
Mathematics
•
12th Grade
•
Hard
ELITON VINICIUS ZIMMER
FREE Resource
13 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Analise as afirmativas a seguir sobre projetos autorais com HTML e CSS: I. Um bom projeto autoral deve partir da observação do cotidiano e propor uma solução digital. II. Uma das principais aplicações de HTML e CSS em projetos estudantis é a criação de lojas online. III. O uso de HTML e CSS pode ser útil para criar páginas que informem, eduquem ou facilitem o acesso a serviços. IV. Projetos autorais não podem se inspirar em sites já existentes, devendo apresentar propostas próprias. A partir da análise, quais afirmativas estão corretas?
Apenas I e II estão corretas.
Apenas I e III estão corretas.
Apenas III e IV estão corretas.
Apenas II e IV estão corretas.
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Lucas is creating a website for his rural community and wants to ensure it is well designed and fast. He knows that using HTML and CSS can help, but he is unsure how to avoid mistakes that could harm the page. With this in mind, analyze the following statements, considering (T) for true and (F) for false. ( ) CSS can be used to change the color of text or the background of a page. ( ) Adding many images and effects can make the page slower and harder to use. ( ) Using CSS animations is a good idea, regardless of context. ( ) Using the
T – F – T – F – T
T – T – F – T – F
F – T – F – T – F
T – F – T – F – F
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Based on the ethical use of media in web projects, it is verified that:
using photos from the internet without checking the license is allowed, as long as the site is not for profit.
when using texts or images from third parties, it is important to cite the source or ask for authorization.
producing your own visual and textual content eliminates the need to cite sources or copyright.
in school projects, sometimes it is possible to publish photos of classmates without asking for permission, if they are friends.
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
About the use of HTML tags in building web pages, read the information in the columns below and match each tag to its corresponding function.
A-4, B-3, C-1, D-6, E-5, F-2
A-1, B-2, C-3, D-6, E-5, F-1
A-4, B-2, C-6, D-5, E-3, F-1
A-4, B-3, C-4, D-5, E-6, F-2
5.
OPEN ENDED QUESTION
3 mins • 1 pt
Ana is creating a button for her website. Observe the sequence of images below: Now, observe the code that defines the button style with the indicated properties: button { background-color: ______; color: ______; border-radius: ______; transition: ______; } button:hover { ________________: #2980b9; } Fill in the blanks with the correct values from the options: #3498db, White, 10px, background-color 0.3s ease, background-color.
Evaluate responses using AI:
OFF
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Order all the blocks below to complete the code: Write the correct sequence of blocks on the lines below.
#3498db, White, 10px, background-color 0.3s ease, background-color
White, #3498db, 10px, background-color 0.3s ease, background-color
10px, #3498db, White, background-color 0.3s ease, background-color
background-color, #3498db, White, 10px, background-color 0.3s ease
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Analyze the code snippet below:
Bem-vindo
a) Semantic improvement: place the
b) Code organization improvement: keeping CSS inside the