
Javascript Básico
Authored by Felipe Santos
Other
9th - 12th Grade
Used 26+ times

AI Actions
Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...
Content View
Student View
10 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Dentro de qual tag HTML colocamos o JavaScript?
<js>
<scripting>
<script>
<javascript>
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Qual a sintaxe correta para alteração do conteúdo do trecho HTML a seguir? <p id="demo">Javascript.</p>
document.getElement("p").innerHTML = "Hello, World!";
#demo.innerHTML = "Hello, World!";
document.getElementById("demo").innerHTML = "Hello, World!";
document.getElementByName("p").innerHTML = "Hello, World!";
3.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
Qual é a sintaxe correta para se referir a um script externo chamado "xxx.js"?
<script src="xxx.js">
<script href="xxx.js">
<script name="xxx.js">
4.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
O arquivo JavaScript externo deve conter a tag <script>?
Verdadeiro
Falso
5.
FILL IN THE BLANK QUESTION
45 sec • 2 pts
Como você escreve "Hello, World" em um alert?
6.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
Como criamos uma função em Javascript?
function:myFunction()
function = myFunction()
function myFunction()
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Como chamamos para ser executada a função de nome "myFunction"?
myFunction()
call myFunction()
call function myFunction()
Access all questions and much more by creating a free account
Create resources
Host any resource
Get auto-graded reports

Continue with Google

Continue with Email

Continue with Classlink

Continue with Clever
or continue with

Microsoft
%20(1).png)
Apple
Others
Already have an account?