Originalidade na prática - Projetos autorais

Originalidade na prática - Projetos autorais

12th Grade

13 Qs

quiz-placeholder

Similar activities

Graph Transformations!

Graph Transformations!

10th - 12th Grade

18 Qs

Introduction to Microsoft MakeCode Arcade

Introduction to Microsoft MakeCode Arcade

12th Grade

11 Qs

Polynomial Graphs

Polynomial Graphs

9th - 12th Grade

11 Qs

Exponential Functions from Tables

Exponential Functions from Tables

9th - 12th Grade

13 Qs

Domain, Range, and End Behavior

Domain, Range, and End Behavior

9th - 12th Grade

10 Qs

AP Calculus AB - Important Formulas/Theorems

AP Calculus AB - Important Formulas/Theorems

11th - 12th Grade

16 Qs

Geometry Triangle Proofs Additional Information Needed

Geometry Triangle Proofs Additional Information Needed

9th - 12th Grade

13 Qs

Sinusoidal Function

Sinusoidal Function

12th Grade

13 Qs

Originalidade na prática - Projetos autorais

Originalidade na prática - Projetos autorais

Assessment

Quiz

Mathematics

12th Grade

Hard

Created by

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

tag can help organize the page into sections and facilitate the application of styles with CSS. ( ) Using various different fonts and bright colors can make the page more visually interesting and easier to read. Based on this analysis, the statements are, respectively:

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

Media Image

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

Media Image

Analyze the code snippet below: Exemplo

Bem-vindo

Based on your analysis, which best practice or improvement would you recommend for this code snippet?

a) Semantic improvement: place the

tag inside the
tag to keep all navigation content together.

b) Code organization improvement: keeping CSS inside the