Week 9.1

Week 9.1

Professional Development

10 Qs

quiz-placeholder

Similar activities

ICT 10 M6 QUIZIZZ

ICT 10 M6 QUIZIZZ

Professional Development

10 Qs

JavaScript DOM

JavaScript DOM

Professional Development

9 Qs

JavaScritp.getElementByID

JavaScritp.getElementByID

Professional Development

9 Qs

Javascript 05 Aug 22

Javascript 05 Aug 22

Professional Development

12 Qs

JavaScript

JavaScript

Professional Development

15 Qs

24/01/2024

24/01/2024

Professional Development

15 Qs

JavaScript

JavaScript

Professional Development

11 Qs

Review Javascript DOM

Review Javascript DOM

University - Professional Development

10 Qs

Week 9.1

Week 9.1

Assessment

Quiz

Computers

Professional Development

Medium

Created by

Poul Nichols

Used 1+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

In which HTML element, we put the JavaScript code?

<javascript>...</javascript>

<js>...</js>

<script>...</script>

<css>...</css>

2.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

JavaScript code can be written in ____.

JavaScript file (.js file)

HTML document directly

JavaScript file and in HTML document

In style sheets (.css file)

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which symbol is used separate JavaScript statements?

Comma (,)

Colon (:)

Hyphen (-)

Semicolon (;)

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

JavaScript ignores?

newlines

tabs

spaces

All of the above

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which JavaScript method is used to access an HTML element by id = "demo"?

getElement("demo")

getElementById("demo")

elementById("demo")

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which JavaScript method is used to write HTML output?

document.write()

document.output()

console.log()

document.writeHTML()

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which JavaScript method is used to write on browser's console?

console.output()

console.writeHTML()

console.log()

console.write()

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?