Gjhtdbj

¡Supera tus tareas y exámenes ahora con Quizwiz!

11. How does a WHILE loop start? while (i <= 10; i++) while (i <= 10) while i = 1 to 10

while (i <= 10)

6. How do you write "Hello World" in an alert box? alertBox("Hello World"); alert("Hello World"); msg("Hello World"); msgBox("Hello World");

alert("Hello World");

3. Where is the correct place to insert a JavaScript? Both the <head> section and the <body> section are correct The <head> section The <body> section

Both the <head> section and the <body> section are correct

7. How do you create a function in JavaScript? function:myFunction() function myFunction() function = myFunction()

function myFunction()

9. How to write an IF statement in JavaScript? if i = 5 then if (i==5) if i = 5 if i == 5 then

if (i==5)

8. How do you call a function named "myFunction"? call function myFunction() call myFunction() myFunction()

myFunction()

1. Inside which HTML element do we put the JavaScript? <scripting> <javascript> <script> <js>

<javascript>

4. What is the correct syntax for referring to an external script called "xxx.js"? <script src="xxx.js"> <script name="xxx.js"> <script href="xxx.js">

<script src="xxx.js">

5. The external JavaScript file must contain the <script> tag. False True

False

2. What is the correct JavaScript syntax to change the content of the HTML element below? <p id="demo">This is a demonstration.</p> document.getElementByName("p").innerHTML = "Hello World!"; document.getElement("p").innerHTML = "Hello World!"; document.getElementById("demo").innerHTML = "Hello World!"; #demo.innerHTML = "Hello World!";

document.getElementById("demo").innerHTML = "Hello World!"; #demo.innerHTML = "Hello World!";

10. How to write an IF statement for executing some code if "i" is NOT equal to 5? if (i != 5) if i =! 5 then if (i <> 5) if i <> 5

if (i != 5)


Conjuntos de estudio relacionados

Linguistics 101 Quiz 7: Acquisition of Phonology

View Set

Civil Engineering Past Boards (2022)

View Set

Chapter 4 - Conscious Marketing, Corporate Social Responsibility, and Ethics

View Set

Movement of Head and Neck Muscles

View Set

Mitosis and Meiosis Chapters 5.1, 5.2, and 7.1

View Set

American Film Studies Mid-Term Test Study Questions

View Set