• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

5 Mock questions

 
Ranch Hand
Posts: 79
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Ranchers,
Let me know the answers and explanation for the below 5 mock questions

1. Which of the following syntax is correct for a document type declaration?

A: <?DOCTYPE RootElemSYSTEM ExternalDTRef [InternalDTDDec1]>
B: <!DOCTYPE ElemSYSTEM ExternalDTRef [InternalDTDDec1]>
C: <!DOCTYPE RootElemSYSTEM ExternalDTRef [InternalDTDDec1]>
D: <?DOCTYPE ElemSYSTEM ExternalDTRef [InternalDTDDec1]>


2.The entities that are used to help modularize the structure of a DTD by
storing commonly used declaration components are called?


A: parameter entities
B: declared entities
C: invoked entities
D: general entities

3.The fundamental constructs in an XSL style sheet are?

A: templates, entities, patterns, objects
B: templates, patterns
C: entities, patterns, objects
D: patterns, objects

4.Which of the following DOM methods is a Booleans that tests to see whether a given node has child nodes?


A: DoesChildExist()
B: CreateChild()
C: HasChildNodes()
D: none of the above

5.The contents of a parsed entity are sometimes referred to as the?


A: entity's replacement text.
B: entity's verified text.
C: entity's validated text.
D: entity's replacement data
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic