0

web technology Online Quiz - 167

Description: web technology Online Quiz - 167
Number of Questions: 20
Created by:
Tags: web technology
Attempted 0/20 Correct 0 Score 0

Choose the best answer 1) XML is not a replacement for HTML. 2) XML and HTML were designed with different goals. 3) XML was designed to describe data and to focus on what data is. 4) HTML was designed to display data and to focus on how data looks. 5) HTML is about displaying information, XML is about describing information

  1. 1 & 2 is correct

  2. 2 & 3 is correct

  3. 4 & 5 is correct

  4. All are correct


Correct Option: D

Abbreviation for XML

  1. Extended Markup Language

  2. EXtensible Markup Language

  3. Extension Markup Language

  4. Extensional Markup Language


Correct Option: B

Choose the best answer XML was designed to transport and store data, with focus on what data is.

  1. Above statement is completely wrong

  2. Above statement is partially correct

  3. Above statement is fully correct

  4. Can't say


Correct Option: C

Abbreviation for XML

  1. Extended Markup Language

  2. EXtensible Markup Language

  3. Extension Markup Language

  4. Extensional Markup Language


Correct Option: B

Which of the following is a way to force a restriction?

  1. Create a conditional select using the appropriate database function.

  2. Infer a where clause using the where statement of an object's properties.

  3. Apply a restriction set to a group of users that forces a row level where clause.

  4. All of the above.


Correct Option: D

When you have created or edited your object to include a restriction:

  1. Always view the inferred SQL to check whether the Select statement includes the restriction.

  2. Save and export your universe.

  3. Test it by making a query in the User module.

  4. All of the above.


Correct Option: C

A conditional object ?

  1. Is another name for an Alerter.

  2. Is a preset restriction created in Designer.

  3. Can be used to define incompatible objects.

  4. Is used to join aggregate tables.


Correct Option: B

Which of the following is the best term used for expressing the relationship between two tables-based on joins?

  1. Cardinality

  2. Optionality

  3. Many-to-one relationship

  4. Self join


Correct Option: A

Queries from universes containing SQL traps:

  1. Return fewer rows than expected.

  2. Return too many rows.

  3. Return incompatible objects error.

  4. Are correct only if an aggregate is applied


Correct Option: B

Among the following which is the event based XML parsing

  1. SAX

  2. DOM

  3. JAXP

  4. JAXB


Correct Option: A

XSLT documents are well-formed XML documents that describe how another XML document should be transformed. For XSLT to work, it needs an XML document to transform and an engine to make the transformation take place. Considering the above, choose the best suitable answer

  1. Above statement is completely wrong

  2. Above statement is partially correct

  3. Above statement is completely correct

  4. Above statement is partially wrong


Correct Option: C

What is a CDATA section in XML ? Choose the best suited answer. 1) CDATA in XML is the character data is is not parsed by the XML Processor 2) A CDATA section cannot contain the string "]]>" 3) Nested CDATA sections are not allowed

  1. Statement 1, 3 are correct

  2. Statement 2, 3 are correct

  3. Statement 1, 2, 3 are correct

  4. Statement 1, 2 are correct


Correct Option: C

Below are new Internet languages created and widely in use today. 1) XHTML the latest version of HTML 2) WSDL for describing available web services 3) WAP and WML as markup languages for handheld devices 4) RSS languages for news feeds 5) RDF and OWL for describing resources and ontology 6) SMIL for describing multimedia for the web Choose the best answer

  1. Only 1 & 2 are created with XML

  2. Only 2 & 3 are created with XML

  3. Only 2 & 3 & 4 are created with XML

  4. All are created with XML


Correct Option: D

How will you specify comments inside XML

  1. they begin with

  2. they begin with # and end with none

  3. they begin with end with ?>

  4. they begin with -- and end with none


Correct Option: A
  1. There must be one and only one document element. 2. Every open tag must be closed. 3. If an element is empty, it still must be closed. * Poorly-formed: * Well-formed: * Also well-formed: 4. Elements must be properly nested. * Poorly-formed: * Well-formed: 5. Tag and attribute names are case sensitive. 6. Attribute values must be enclosed in single or double quotes. Choose the best suitable answer
  1. A well-formed document should follow all the above rules

  2. A well-formed document may follow 1, 3, 4

  3. A well-formed document may follow 2, 4, 5, 6

  4. A well-formed document may follow 2, 3, 4 ,5


Correct Option: A

1) DTD - Document Type Definition is to provide a framework for validating XML documents 2) DTDs are simple text files that can be created with any basic text editor 3) A DTD outlines what elements can be in an XML document and the attributes and sub elements that they can take 4) The DOCTYPE declaration in an XML document specifies the DTD to which it should conform Considering the above, choose the best suitable answer

  1. Statement 2, 4 are correct

  2. Statement 1, 4 are correct

  3. Statement 1, 3 are correct

  4. Statement 1, 2, 3 ,4 are correct


Correct Option: D

What parser would you use for searching a huge XML file?

  1. SAX

  2. DOM

  3. JAXP

  4. JAXB


Correct Option: A

Abbreviate SAX

  1. Structure of an XML

  2. Symbolic Aggregate Approximation

  3. Simple API for XML

  4. Short Axis


Correct Option: C

Among the following which is the tree based XML parsing

  1. SAX

  2. DOM

  3. JAXP

  4. JAXB


Correct Option: B

Abbreviate DOM

  1. Document Object Model

  2. Distributed Object Management

  3. Domino Object Model

  4. Document Object Management


Correct Option: A
- Hide questions