Dynamic Webpage With Scripting Language (3360705) MCQs

MCQs of Object Models in JavaScript

Showing 11 to 20 out of 62 Questions
11.
You can find the element you want to manipulate in ________ way ?
તમે ______ રીતે manipulate કરવા માંગો તો તમે એલિમેંટ શોધી શકો છો?
(a) getElementById()
(b) getElementsByTagName()
(c) A and B Both
A અને B બંને
(d) None of these
ઉપરમાંથી એકપણનહી
Answer:

Option (c)

12.
Which are the common properties and methods that can be used on HTML documents?
HTML ડોકયુમેંટ પર કઈ સામાન્ય પ્રોપર્ટિ અને મેથડનો ઉપયોગ કરી શકાય છે?
(a) document.getElementById()
(b) document.write()
(c) document.getElementsByTagName()
(d) All of these
ઉપર આપેલ બધા જ
Answer:

Option (d)

13.
The Document object is part of the Which object ?
ડોકયુમેંટ ઓબ્જેક્ટ એ કયા ઓબ્જેક્ટનો ભાગ છે?
(a) Tree
(b) System
(c) Window
(d) None of these
ઉપરમાંથી એકપણનહી
Answer:

Option (c)

14.

A Window object is created automatically with every instance of ________ .

વિંડો ઓબ્જેક્ટ ________ ના દરેક ઇન્સટંટ સાથે આપમેળે create કરે છે.

(a)

<head>

(b)

<title>

(c)

<table>

(d)

<body>

Answer:

Option (d)

15.
In list below, which is not the HTML DOM Object ?
નીચેના લિસ્ટમાં, કયું HTML DOM ઓબ્જેક્ટ નથી?
(a) Area
(b) Image
(c) Frame
(d) TextBox
Answer:

Option (d)

16.
The History object is actually a ________ object.
History ઓબ્જેક્ટ ખરેખર એક ________ ઓબ્જેક્ટ છે.
(a) JavaScript
(b) HTML DOM
(c) XML DOM
(d) Core DOM
Answer:

Option (a)

17.

The _______ object represents an HTML hyperlink.

_______ ઓબ્જેક્ટ એ HTML હાઇપરલિંક રજૂ કરે છે.

(a)

href

(b)

Anchor

(c)

Reference

(d)

None of these

ઉપરમાંથી એકપણનહી

Answer:

Option (b)

18.
The ______ method is adds a newline character after each statement.
______ મેથડ દરેક statement પછી newline character ઉમેરશે.
(a) writeln()
(b) write()
(c) writein()
(d) writenewln()
Answer:

Option (a)

19.
Which object contains information about the browser?
કયા ઓબ્જેક્ટમાં બ્રાઉઝર વિશેની માહિતી શામેલ છે?
(a) String Objects
(b) Navigator Object
(c) Form Object
(d) Date Object
Answer:

Option (b)

20.
How can you detect the client's browser name?
તમે ક્લાયંટના browser nameને કેવી રીતે શોધી શકો છો?
(a) browser.name
(b) navigator.appName
(c) client.navName
Answer:

Option (b)

Showing 11 to 20 out of 62 Questions