Recuperação II - Programação

Recuperação II - Programação

12th Grade

18 Qs

quiz-placeholder

Similar activities

pos tes hukum ohm

pos tes hukum ohm

12th Grade

20 Qs

VL7 - Bài 3 (Ứng dụng định luật truyền thẳng của ánh sáng

VL7 - Bài 3 (Ứng dụng định luật truyền thẳng của ánh sáng

1st - 12th Grade

20 Qs

LEIS DA REFLEXÃO

LEIS DA REFLEXÃO

12th Grade

16 Qs

energi dan pesawat sederhana

energi dan pesawat sederhana

8th Grade - University

15 Qs

Carga elétrica

Carga elétrica

10th - 12th Grade

15 Qs

Quiz Avaliativo de Física

Quiz Avaliativo de Física

12th Grade

15 Qs

ĐẠI CƯƠNG ĐIỆN XOAY CHIỀU

ĐẠI CƯƠNG ĐIỆN XOAY CHIỀU

12th Grade

19 Qs

USBK FISIKA

USBK FISIKA

10th - 12th Grade

20 Qs

Recuperação II - Programação

Recuperação II - Programação

Assessment

Quiz

Physics

12th Grade

Hard

Created by

Gabriel Crestani

Used 9+ times

FREE Resource

18 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

3 mins • 3 pts

Quando você clica no botão com o texto "CLIQUE AQUI", um alerta com a mensagem "O botão verde foi acionado!" será exibido.

<button onclick="alert('O botão verde foi acionado!')" class="botao-verde">CLIQUE AQUI</button>

<button onclick="alert('CLIQUE AQUI')" class="botao-verde">CLIQUE AQUI</button>

<button onclick="alert('O botão verde foi acionado!')" class="CLIQUE AQUI">CLIQUE AQUI</button>

<button onclick="alert('CLIQUE AQUI')" class="alert">CLIQUE AQUI</button>

2.

DRAG AND DROP QUESTION

3 mins • 3 pts

Como fazer para incluir o arquivo JavaScript no seu documento HTML?

​ <script ​ (a)   ="meu-script.js"></script>

src
href
link
url

3.

DRAG AND DROP QUESTION

3 mins • 3 pts

Como evitar o uso excessivo de CSS inline como fazer para vincular o arquivo CSS no documento HTML?

<link ​ (a)   ="stylesheet" ​ (b)   ="estilos.css">

rel
href
src
type
url
name

4.

MULTIPLE CHOICE QUESTION

3 mins • 3 pts

Qual extensão de arquivo é comumente usada para arquivos que contêm código JavaScript?

.html

.css

.js

.JAR

5.

DRAG AND DROP QUESTION

3 mins • 3 pts

Ordene para que o som “Pom” seja reproduzido:

​ (a)   ('​ (b)   ').​ (c)   ​ (d)   ;

querySelector
som_tecla_pom
play
()
click
getElementById
pause
audio.play
keypress

6.

DRAG AND DROP QUESTION

3 mins • 3 pts

Como criar uma função em JavaScript?

​ (a)   nome_da_funcao ​ (b)   ​ (c)  

function
()
{}
var
let
[]

7.

MULTIPLE CHOICE QUESTION

3 mins • 4 pts

O método .play() é responsável por reproduzir um áudio ou vídeo, proporcionando maior interatividade no site. Podemos acioná-la utilizando o atributo onclick, o qual irá executar a função assim que o elemento for clicado pelo mouse.

Já temos o botão desenvolvido em HTML:

<section> <button class="tecla-buzina">BEEP BEEP!</button> </section> <audio src="sons/buzina.wav" id="som_buzina"></audio>

document.querySelector('#som_buzina').play() }

document.querySelector('#som_buzina').play() }

document.querySelector('#som_buzina').play() }

document.querySelector('#som_buzina') }

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?