Javascript Básico

Javascript Básico

9th - 12th Grade

10 Qs

quiz-placeholder

Similar activities

Cytaty filmowe

Cytaty filmowe

9th Grade

12 Qs

MONEY AND BANKING

MONEY AND BANKING

12th Grade

10 Qs

Pre-Test - Week 1 (OAM)

Pre-Test - Week 1 (OAM)

11th Grade

10 Qs

Cars

Cars

4th - 12th Grade

11 Qs

Car quiz!

Car quiz!

1st - 12th Grade

10 Qs

PhRIME_Day 6

PhRIME_Day 6

12th Grade

10 Qs

DDapps23_Repaso1erParcial

DDapps23_Repaso1erParcial

12th Grade

13 Qs

akse internet dan kecepatan internet

akse internet dan kecepatan internet

7th - 9th Grade

11 Qs

Javascript Básico

Javascript Básico

Assessment

Quiz

Other

9th - 12th Grade

Practice Problem

Hard

Created by

Felipe Santos

Used 25+ times

FREE Resource

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

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

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?