Understanding BOM in JavaScript(14R)

Understanding BOM in JavaScript(14R)

Professional Development

15 Qs

quiz-placeholder

Similar activities

HTML, CSS, Terminal & JavaScript

HTML, CSS, Terminal & JavaScript

Professional Development

20 Qs

Dsquad

Dsquad

Professional Development

10 Qs

Ethical Thinking Kali Linux Part 8

Ethical Thinking Kali Linux Part 8

Professional Development

10 Qs

Sesi 4: Website Development – “Paham Ilmunya, Jago Bikinnya”

Sesi 4: Website Development – “Paham Ilmunya, Jago Bikinnya”

Professional Development

20 Qs

Sesi 2 MSD 2025 - Security Awareness

Sesi 2 MSD 2025 - Security Awareness

Professional Development

15 Qs

GCCD 2025 Coimbatore Quiz

GCCD 2025 Coimbatore Quiz

Professional Development

15 Qs

Qwords Digital Sprint - Web Development Session 1

Qwords Digital Sprint - Web Development Session 1

Professional Development

10 Qs

IT Test

IT Test

Professional Development

15 Qs

Understanding BOM in JavaScript(14R)

Understanding BOM in JavaScript(14R)

Assessment

Quiz

Information Technology (IT)

Professional Development

Medium

Created by

Naresh ROY

Used 1+ times

FREE Resource

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does BOM stand for in JavaScript?

Basic Object Management

Browser Output Model

Browser Object Model

Binary Object Model

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Name one object that is part of the BOM.

capacitor

resistor

transistor

inductor

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How can you access the browser window in JavaScript?

Call the 'getWindow()' function.

Use the 'document' object.

Use the 'window' object.

Access the 'navigator' object.

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What method would you use to open a new browser window?

Use Ctrl + N or Command + N to open a new browser window.

Press F5 to open a new browser window.

Use Alt + F4 to open a new browser window.

Right-click and select 'Open New Window'.

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which property of the window object returns the current URL?

window.location.href

window.url

window.location.pathname

window.currentURL

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does the alert() function do in the BOM?

It creates a new browser window.

It logs a message to the console.

It displays an alert dialog with a message.

It redirects the user to a different webpage.

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How can you get the screen width using BOM?

screen.width()

document.body.clientWidth

window.innerWidth

window.screen.width

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?