0

HTML (NCO)

Description: HTML
Number of Questions: 15
Created by:
Tags: HTML Programming
Attempted 0/15 Correct 0 Score 0

Which of the following web browsers is much smaller than other web browsers and is known for its fast speed and stability?

  1. Mozilla Firefox

  2. Google Chrome

  3. Opera

  4. Internet Explorer

  5. Netscape Navigator


Correct Option: C
Explanation:

This web browser is much smaller than other web browsers and is known for its fast speed and stability.

Which of the following web servers is developed by iMatrix Corporation and has multithreading technology that makes it scalable to multicores?

  1. X5

  2. Oracle Web Tier

  3. Jigsaw

  4. Internet Information Services

  5. Apache Tomcat


Correct Option: A
Explanation:

X5 is developed by iMatrix Corporation and has multithreading technology that makes it scalable to multicores.

Which of the following is a free and open source layout engine used in many applications, developed by Mozilla Foundation?

  1. XDR

  2. Gecko

  3. SNMP

  4. ICMP

  5. Telnet


Correct Option: B
Explanation:

This is a free and open source layout engine used in many applications, developed by Mozilla Foundation.

Which of the following parts of Document Object Model (DOM) defines a standard set of objects for any structured document?

  1. XML DOM

  2. Core DOM

  3. HTML DOM

  4. Scripting

  5. DHTML


Correct Option: B
Explanation:

This part of Document Object Model (DOM) defines a standard set of objects for any structured document.

Which of the following current applications of XML convert(s) XML documents into an audio format that can be heard in an XML document?

  1. File converters

  2. Cell phones

  3. VoiceXML

  4. SQL

  5. ODBC


Correct Option: C
Explanation:

This is a current application of XML that converts XML documents into an audio format that can be heard in an XML document.

Which of the following objects in Document Object Model is the root of the object hierarchy and contains other child objects as well as methods?

  1. Window object

  2. Location object

  3. Document object

  4. Navigator object

  5. Screen object


Correct Option: A
Explanation:

This object in Document Object Model is the root of the object hierarchy and contains other child objects as well as methods.

Which of the following events in DHTML is defined in HTML5 and fires when the user aborts the download?

  1. onclick Event

  2. onblur Event

  3. onboard Event

  4. onchange Event

  5. ondblclick Event


Correct Option: C
Explanation:

This event in DHTML is defined in HTML5 and fires when the user aborts the download.

Which of the following markup elements in markup language tells us something about the content of the document and has been written to define the context of the content enclosed in the markup?

  1. Structural markup

  2. Stylish markup

  3. Semantic markup

  4. Table element

  5. Image element


Correct Option: C
Explanation:

This markup element in markup language tells us something about the content of the document and has been written to define the context of the content enclosed in the markup.

Which of the following elements in the construction of XML documents consist(s) of some characters having special meanings?

  1. Entities

  2. PCDATA

  3. CDATA

  4. Internal DTD

  5. DFD


Correct Option: A
Explanation:

This element in the construction of XML documents consists of some characters having special meanings.

Which of the following attributes of frame is the parent tag that defines the characteristics of the frame page?

  1. Frame Src

  2. Frameset cols/rows

  3. Frameset

  4. Reset

  5. Submit


Correct Option: C
Explanation:

This attribute of frame is the parent tag that defines the characteristics of the frame page.

Which of the following types of documents can point to an external subset containing markup declarations or can contain the markup declarations directly in an internal subset or can do both?

  1. External DTD

  2. Shared DTD

  3. Internal DTD

  4. WAP

  5. PDA


Correct Option: B
Explanation:

This type of document can point to an external subset containing markup declarations.

Which of the following properties of navigator object in Document Object Model returns the platform for which the browser is compiled?

  1. appCodeName

  2. appName

  3. cookieEnabled

  4. platform

  5. appVersion


Correct Option: D
Explanation:

This property of navigator object in Document Object Model returns the platform for which the browser is compiled.

Which of the following attributes of screen object retrieves the number of bits per pixel used for colours on the destination device or buffer?

  1. window.screen.colorDepth

  2. window.screen.width

  3. window.screen.height

  4. Link object

  5. window.screen.length


Correct Option: A
Explanation:

This attribute of screen object retrieves the number of bits per pixel used for colours on the destination device or buffer.

Which of the following nodes in XML is a node even though it technically does not contribute anything to the content of a document?

  1. Element

  2. Attribute

  3. Text

  4. Comment

  5. Namespace


Correct Option: D
Explanation:

This is a node even though it technically does not contribute anything to the content of a document.

Which of the following attributes stores or loads value of the destination resource in a new window frame pane or another presentation area?

  1. Replace

  2. New

  3. Embed

  4. Href

  5. Cancel


Correct Option: B
Explanation:

This attribute stores or loads value of the destination resource in a new window frame pane or another presentation area.

- Hide questions