Javascript Básico

Javascript Básico

9th - 12th Grade

10 Qs

quiz-placeholder

Similar activities

Tata Artistik Televisi Quiz

Tata Artistik Televisi Quiz

11th Grade

15 Qs

#9 CodeCademy/ Khan Academy Weekly Quizz

#9 CodeCademy/ Khan Academy Weekly Quizz

9th - 12th Grade

7 Qs

Kuis Desain Media Interaktif

Kuis Desain Media Interaktif

12th Grade

10 Qs

Introduction to HTML 1

Introduction to HTML 1

9th - 12th Grade

10 Qs

Java Lesson 1

Java Lesson 1

5th Grade - University

5 Qs

Quiz Pemrograman JavaScript

Quiz Pemrograman JavaScript

1st Grade - University

15 Qs

Robotics  JSS Third Term Test

Robotics JSS Third Term Test

7th - 9th Grade

10 Qs

String Methods Review

String Methods Review

9th Grade - University

10 Qs

Javascript Básico

Javascript Básico

Assessment

Quiz

Other

9th - 12th Grade

Hard

Created by

Felipe Santos

Used 24+ times

FREE Resource

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()

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?