How many node types are there in total?
1. 11
2.12
3.13
4. 14
Posted Date:-2022-04-01 14:56:26
The blobs are broken into smaller pieces using which of the following functions?
1.partition()
2.cut()
3.sliceall()
4.slice()
Posted Date:-2022-04-01 15:31:53
What does a Node object represent?
1. Single node
2.Set of nodes
3. Sequence of nodes
4.Node array
Posted Date:-2022-04-01 15:02:32
What is the purpose of the method getUserData(key)?
1.Returns the associated object
2.Gets the user data
3.Returns the user data
4.Gets the user key
Posted Date:-2022-04-01 14:59:55
Which object can be used to create your own blobs?
1.Creator
2.BlobCreator
3.BlobBuilder
4.BuilderBlob
Posted Date:-2022-04-01 15:33:28
Which of the following Node object property returns the local part of the name of a node?
1.lastName
2.localName
3. firstName
4.objectname
Posted Date:-2022-04-01 14:57:58
A Blob URL can be created using which of the following function?
1.createURL()
2.createObjectURL()
3.designURL()
4.URLCreation()
Posted Date:-2022-04-01 15:34:36
BLOB stands for ______
1.Binary Little Object
2.Binary Large Object
3. Broken Large Object
4.Binary Small object
Posted Date:-2022-04-01 15:30:20
Define templating in ExpressJs ?
1.Pug
2.EJS
3.Mustache
4.All of the above
Posted Date:-2022-04-01 14:51:52
How are the objects organized in the HTML DOM?
1.Class-wise
2.Queue
3.Hierarchy
4. Stack
Posted Date:-2022-04-01 15:22:33
How can the nodes in the node list be accessed?
1.Key
2. Index number
3.Looping
4. Value
Posted Date:-2022-04-01 15:07:15
How is everything treated in HTML DOM?
1.Node
2.Attributes
3.Elements
4.Arrays
Posted Date:-2022-04-01 15:20:54
How many node object properties are there?
1.12
2.14
3.16
4.17
Posted Date:-2022-04-01 15:13:02
How many nodetype – named constants are available?
1.13
2.11
3.12
4.10
Posted Date:-2022-04-01 15:09:29
How to associate an object to a key on a node?
1. getUserData()
2. cloneNode()
3. setUserData(key,data,handler)
4.clonedata()
Posted Date:-2022-04-01 15:00:55
How to test if two nodes are equal?
1.isEqualNode()
2. equal()
3.==
4. equalto()
Posted Date:-2022-04-01 15:00:17
How to use express js in node?
1.var = require('express')();
2.var_require('express')();
3.var app = require('express')();
4.None of them
Posted Date:-2022-04-01 14:52:31
One of the main advantage of using src attribute is _______
1. It becomes self-cached
2. It makes the HTML file modular
3.It restricts manipulation in the HTML file
4.It simplifies the HTML files
Posted Date:-2022-04-01 15:27:01
The blobs are generally stored in ______
1.Memory
2. Disk
3. Both Memory and Disk
4.Temporary storage
Posted Date:-2022-04-01 15:31:12
The language is commonly used to _______
1.Specify the user’s language
2. Specify the language going to be scripted
3.No longer in use
4.Specify the programmer’s favourable language
Posted Date:-2022-04-01 15:28:37
The size of blobs are generally calculated in ______
1.Meters
2.Kilometers
3.Bytes
4. Pixels
Posted Date:-2022-04-01 15:30:48
What does the NamedNodeMap object represent in the HTML DOM?
1.Unordered collection of elements
2. Unordered collection of attributes
3.Unordered collection of nodes
4.Unordered collection of arrays
Posted Date:-2022-04-01 15:21:20
What does the nodeName of the nodeType Document return?
1.doctype name
2.target
3. #comment
4.#document
Posted Date:-2022-04-01 15:03:06
What is middleware in ExpressJs ?
1. function(req){ }
2.method(req){ }
3.function(req,res,next){ }
4.method(req,res,next){ }
Posted Date:-2022-04-01 14:51:02
What is Scaffolding in Express.js?
1.Yeoman
2.Express application generator
3.Handler functions
4.Both A & B
Posted Date:-2022-04-01 14:50:01
What is the code for getting the current time?
1. now = new Date();
2.var now = new Date();
3.var now = Date();
4.var now = new Date(current);
Posted Date:-2022-04-01 15:26:04
What is the code to start displaying the time when the document loads?
1. onload = displayTime;
2.window. = displayTime;
3.window.onload = displayTime;
4.window.onload = start;
Posted Date:-2022-04-01 15:26:36
What is the default value of the type attribute?
1. text/css
2.text/javascript
3. html
4. xml
Posted Date:-2022-04-01 15:28:10
What is the purpose of the DocumentFragment node type?
1. To hold a portion of a document
2. To split the document into fragments
3.To hold the entire document
4.To hold the fragments
Posted Date:-2022-04-01 15:08:31
What is the purpose of the Legacy DOM?
1.Makes the scripting easier
2.Allows access to few keys and elements
3.Modify the nodes
4.Making the script modular
Posted Date:-2022-04-01 15:23:21
What is the purpose of the method item()?
1.Returns node after the specified index
2. Returns node before the specified index
3.Returns node at specified index
4.Returns the node following the specified node
Posted Date:-2022-04-01 15:03:48
What is the purpose of the method nodeMap.setNamedItem()?
1.Sets ID
2.Sets attribute node
3.Sets element name
4.Sets element type
Posted Date:-2022-04-01 15:17:01
What is the purpose of the Node object property ownerDocument?
1.Returns the root element
2.Returns the last element
3.Returns the parent node
4.Returns the immediate node
Posted Date:-2022-04-01 14:56:54
What is the reason for avoiding the attributes property in the HTML DOM?
1.Found unnecessary
2.Attributes don’t have attributes
3. Attributes have attributes
4.Considered irrelevant
Posted Date:-2022-04-01 15:16:29
What will be done if more than one page requires a file of JavaScript code?
1.Downloads that many times
2.Retrives from the browser cache
3. Must be re executed
4.Must be included in all the pages
Posted Date:-2022-04-01 15:27:31
When does JavaScript code appear inline within an HTML file?
1.Between the “script†tag
2.Outside the “script†tag
3.Between or Outside the “script†tag
4.Between the header tag
Posted Date:-2022-04-01 15:24:50
Which algorithm supports blobs?
1.Structured clone algorithm
2. Double buffer algorithm
3. Chen’s algorithm
4.Retrieval algorithm
Posted Date:-2022-04-01 15:32:28
Which character in JavaScript code will be interpreted as XML markup?
1. !
2.>
3.&
4. .
Posted Date:-2022-04-01 15:25:15
Which database can be used to retrieve blobs?
1.Server-side databases
2.Client-side databases
3.Both Server-side and Client-side databases
4.Temporary databases
Posted Date:-2022-04-01 15:33:05
Which is the root element in a HTML document?
1.HTML
2.HEAD
3.HEAD
4.BODY
Posted Date:-2022-04-01 15:25:39
Which method facilitates in uploading a Blob to a server?
1.send()
2.pass()
3. upload()
4.store()
Posted Date:-2022-04-01 15:34:15
Which method is used to compare the placement of two nodes in the DOM hierarchy (document)?
1.compareDocumentPosition()
2.cloneNode()
3. getUserData()
4.getFeature()
Posted Date:-2022-04-01 15:01:37
Which node type represents the root-node of the DOM tree?
1.Document
2.DocumentFragment
3.DocumentType
4.Entity
Posted Date:-2022-04-01 15:08:05
Which object is the top of the hierarchy?
1.Window Object
2.Document Object
3. Form Object
4.Form Control Elements
Posted Date:-2022-04-01 15:23:41
Which of the following is a subtype of Blob?
1.Elemental Object
2.Create Object
3. Data Object
4.File Object
Posted Date:-2022-04-01 15:33:52
Which of the following is a type of HTML DOM?
1.Legacy DOM
2.W3C DOM
3.IE4 DOM
4.All of the Mentioned
Posted Date:-2022-04-01 15:22:59
Which of the following is a way of embedding Client-side JavaScript code within HTML documents?
1. From javascript:encoding
2.External file specified by the src attribute of a “script†tag
3.By using a header tag
4.By using body tag
Posted Date:-2022-04-01 15:24:26
Which of the following is the child(s) of the node type EntityReference?
1. Element
2. Text
3. Both Element and Text
4. Entity
Posted Date:-2022-04-01 15:07:42
Which of the following Node object property returns the node immediately before a node?
1.previousSibling
2.textContent
3. index
4.localName
Posted Date:-2022-04-01 14:59:13
Which of the following Node types have a node value equal to null?
1.Document
2.DocumentFragment
3.DocumentType
4.All of the Mentioned
Posted Date:-2022-04-01 15:12:31