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 platforms and products
  1. True

  2. False

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

Rule Resolution in Pega is the mechanism that selects the best rule to execute based on factors like class hierarchy, rule set availability, circumstance, and other criteria. It applies to rule types that can have multiple versions targeting different contexts, like Declare-OnChange, Declare-Constraints, Declare-Trigger. Rule-HTML-Property is a UI rule that defines how a property is displayed and is selected directly by its class and rule set - it does not participate in rule resolution.

Multiple choice technology platforms and products
  1. ps

  2. py

  3. px

  4. pz

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

In Pega, property names with the 'py' prefix indicate standard properties that are part of the Pega platform and can be updated through user input. Other prefixes like 'px' are reserved for Pega internal use, 'pz' for inherited properties, and 'ps' for specialized purposes.

Multiple choice technology platforms and products
  1. Each parse xml rule contains set of parsing instructions for the PRPC

  2. XML message mapped to clipboard properties

  3. Rule extracts the data between delimiters

  4. None of the above

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

Rule-Parse-XML defines parsing instructions that map XML message elements to clipboard page properties. Each parse rule contains instructions for PRPC on how to extract and map data from XML to the clipboard. It does not extract data between delimiters (that's delimited parsing) and is specifically for XML-clipboard mapping.

Multiple choice technology architecture
  1. a.Show-XML

  2. b.Show-Html

  3. c.Show-Page

  4. d.Show-Step-Page

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

The Show-Page method displays step page information in XML format, which is useful for debugging activities. Show-XML and Show-Step-Page are not valid PRPC methods, and Show-Html would show HTML format, not XML.

Multiple choice technology architecture
  1. a.Show-XML

  2. b.Show-Html

  3. c.Show-Page

  4. d.Show-Step-Page

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

Show-Page is the Pega method that displays a step page's complete structure in XML format, making it invaluable for debugging. It shows all properties and their values in the current clipboard context. Despite the name, it outputs XML, not HTML, and is specifically designed for page inspection.

Multiple choice technology web technology
  1. error-page

  2. exception-type

  3. location

  4. None of the above

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

The 'error-page' tag in web.xml is used to define error pages for JSP/servlet applications. It maps error codes or exception types to specific location URLs where error handling pages reside. The other options are sub-elements within error-page configuration, not the defining tag itself.

Multiple choice technology web technology
  1. AirthmaticFormat

  2. CurrencyFormat

  3. NumberFormat

  4. StringBuffer

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

The NumberFormat class (specifically NumberFormat.getCurrencyInstance()) is the correct Java class for formatting monetary values on JSP pages. ArithmeticFormat is not a standard Java class, CurrencyFormat doesn't exist in the standard API, and StringBuffer is for string manipulation not formatting.

Multiple choice technology
  1. True

  2. False

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

SOAP messages do not have a default encoding style. SOAP supports multiple encoding styles including document/literal and RPC/encoded. The encoding is specified in the WSDL and SOAP message itself, not predefined by the SOAP specification.

Multiple choice technology
  1. True

  2. False

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

Multiple XML Schemas can be referenced in a single XML document by mapping different namespaces to their respective schema locations using the xsi:schemaLocation attribute. The statement is false, making the stored choice correct since it claims this is impossible.

Multiple choice technology web technology
  1. Hyper Text Makeup Language

  2. Hyper Text Markup Language

  3. Hyper Text MainframeLanguage

  4. Hyper Text Machine Language

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

HTML stands for Hyper Text Markup Language. It is the standard language used for creating web pages. The alternative options containing Makeup, Mainframe, or Machine are incorrect fabrications and do not represent the actual name of the web standard.