Computer Knowledge

Markup and Web Languages

1,701 Questions

Test your understanding of HTML tags, XML structures, and web page creation technologies. The questions cover elements like CSS styling, parsing documents, and defining web attributes. This section is essential for candidates appearing for computer proficiency tests in various competitive exams.

HTML tags and attributesXML document parsingCSS styling levelsWeb page creation basicsBrowser compatibility

Markup and Web Languages Questions

Multiple choice technology web technology
  1. True

  2. False

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

StAX (Streaming API for XML) is a pull-based parser where the application controls parsing by requesting events from the parser. This contrasts with SAX which is push-based (parser drives the application). The claimed answer correctly identifies that StAX is not push-based.

Multiple choice technology
  1. CIM

  2. BPEL

  3. MIME

  4. CXML

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

SLD (System Landscape Directory) adheres to CIM (Common Information Model), the DMTF standard for representing managed system elements in a consistent, vendor-neutral manner. BPEL is for business processes, MIME is for email, and cXML is for e-commerce - none define system landscape modeling.

Multiple choice technology
  1. .xml

  2. .xls

  3. .pdf

  4. Both 1&2

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

Web Intelligence reports can be saved in various formats including Excel (.xls), PDF (.pdf), CSV, and HTML. The XML format is not a standard export option for WebI reports. The Save As dialog typically shows the supported formats, and .xml is not among the default options.

Multiple choice technology programming languages
  1. True

  2. False

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

HTML elements like Form, Select, and Textarea do NOT inherit from Element in the DOM hierarchy. While they are DOM nodes, they inherit from specific interfaces (HTMLFormElement, HTMLSelectElement, etc.) that may or may not extend Element depending on DOM specification.

Multiple choice technology testing
  1. Dws

  2. Dwp

  3. Pwd

  4. Wbp

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

Web Parts in SharePoint use the .dwp (Web Part Package) file extension. These XML files define web part properties and configuration. The .dwp format was used in SharePoint 2003 and 2007, though later versions moved to .webpart files. Option B is correct among the given choices.