0

web technology Online Quiz - 111

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

XML simplifies the data sharing?

  1. True

  2. False


Correct Option: A

XSL is the Latest Version of HTML?

  1. True

  2. False


Correct Option: B

XML tags are case sensitive?

  1. True

  2. False


Correct Option: A

XML documents must have a Root element?

  1. True

  2. False


Correct Option: A

With XSLT you can Transform an XML document into HTML?

  1. True

  2. False


Correct Option: A

is the correct syntax of the declaration which defines the XML version?

  1. True

  2. False


Correct Option: A

XML attribute values must always be enclosed in quotes?

  1. True

  2. False


Correct Option: A

XML elements cannot be empty

  1. True

  2. False


Correct Option: A

AI Explanation

To answer this question, you need to understand the concept of XML elements.

XML (Extensible Markup Language) is a markup language that is commonly used for storing and transporting data. XML documents are made up of elements, which are the building blocks of the document.

An XML element consists of a start tag, optional attributes, optional content, and an end tag. The start tag and end tag define the boundaries of the element, and the content is the data or other elements contained within the element.

In XML, elements can be empty. This means that an element can have a start tag and an end tag without any content or attributes. An empty element is represented as a self-closing tag, where the start tag and end tag are combined into one tag with a forward slash at the end.

Therefore, the statement "XML elements cannot be empty" is incorrect.

The correct answer is B. False.

In the load method, what is the purpouse of the number "2"? google.load("maps","2");

  1. Sets the zoom level

  2. Defines how many markers can be placed on the map

  3. Defines de version of google map api to be used

  4. Indicates the number of vertical controls available to the user


Correct Option: C

A 3.5-inch floppy can hold up to _________ bytes.

  1. 0.5 MB.

  2. 1.44 MB.

  3. 10 MB.

  4. 100 MB.


Correct Option: B

Among all which one can be used as Data services with RIA?

  1. BlazeDs

  2. LDSCDS

  3. BlaseDs

  4. None


Correct Option: A

which option enables DataStage Director to run multiple instances of the job

  1. Allow Multiple Instances

  2. Allow Multiple Instance

  3. Allow Multiple Runs

  4. Allow Multiple Jobs


Correct Option: B

Which of the following statements about component testing is not true?

  1. Component testing should be performed by development

  2. Component testing is also know as isolation or module testing

  3. Component testing should have completion criteria planned

  4. Component testing does not involve regression testing


Correct Option: D

Defect Management process does not include

  1. Defect prevention

  2. Deliverable base-lining

  3. Management reporting

  4. None of the above


Correct Option: B

Inspections can find all the following except

  1. Variables not defined in the code

  2. Spelling and grammar faults in the documents

  3. Requirements that have been omitted from the design documents

  4. How much of the code has been covered


Correct Option: D
Explanation:

To solve this question, the user needs to understand what inspections are and what they are used for. Inspections are a type of static testing that involves a team of individuals examining code, documents, or other deliverables to identify defects or areas for improvement.

Now, let's go through each option and explain why it is right or wrong:

A. Variables not defined in the code: This option is correct. Inspections can help identify variables that have not been defined in the code, which can cause errors or unexpected behavior when the code is executed.

B. Spelling and grammar faults in the documents: This option is correct. Inspections can also help identify spelling and grammar errors in documents, which can affect the readability and clarity of the document.

C. Requirements that have been omitted from the design documents: This option is correct. Inspections can also help identify requirements that have been omitted from the design documents, which can lead to incomplete or incorrect designs.

D. How much of the code has been covered: This option is incorrect. Inspections are not typically used to determine code coverage. Code coverage is typically measured using tools such as test coverage analyzers or profiling tools.

Therefore, the answer is: D. How much of the code has been covered.

HTTP is a stateless protoacl

  1. True

  2. False


Correct Option: A

HTTP is a stateless protocal

  1. True

  2. False


Correct Option: A

which HTTP method used to upload process on the server?

  1. Put

  2. Save

  3. Post

  4. Upload


Correct Option: A

IPv4 limits the number of macines ?

  1. 4.2 Billion

  2. 5.8 Billion

  3. 6.4 Billion

  4. 3.2 Billion


Correct Option: A
- Hide questions