0

Online test 2 - Web Technologies

Description: GATE Exam online practice test 2 Web Technologies
Number of Questions: 15
Created by:
Tags: GATE CS Web Technologies
Attempted 0/15 Correct 0 Score 0

What is the base of the WWW?

  1. Client-server

  2. Local-server

  3. 3-tier

  4. 4 - tier


Correct Option: A

Which of the following attributes of text box control allows the limitation of maximum characters?

  1. Size or length

  2. Max-length

  3. Len

  4. None of these


Correct Option: B

What is XML?

  1. Superset of SGML, which is an Extensible Mark-up Language

  2. Subset of SGML, which is an Extensible Markup Language

  3. Like SGML

  4. Either (1) or (3)


Correct Option: B

What is the path info?

  1. It gives extra path information that follows the name of the CGI program on the URL.

  2. It gives extra path information that follows the name of the CGI program.

  3. It gives the username as defined in the fRFC 931.

  4. It is the virtual path to the CGI program being executed.


Correct Option: A

Nodelist, Element Node, Named Node Map, etc. are the words, which are called

  1. attributes

  2. objects

  3. interfaces

  4. elements


Correct Option: C

White spaces in XML

  1. include the space which is between two double quotes

  2. include only spaces and characters

  3. include the space between the single quotes

  4. include thing like space character and tabs


Correct Option: A

The tag used to rest other HTML tags, within the description, is

  1. <CAPTION>

  2. <TD>

  3. <TR>

  4. <TH>


Correct Option: A

What is XSLT and give one use of XSLT?

  1. It is an extended style sheet language and is used for formatting.

  2. It is an extensible style sheet language and is used for editing.

  3. It is an extensible style sheet language and is used for formatting.

  4. It is an extensible language and is used for formatting.


Correct Option: C

Which of the following is not the container?

  1. <value>

  2. <input>

  3. <body>

  4. All of these


Correct Option: D

How many DTD can a document have?

  1. 0

  2. 1

  3. 2

  4. More than 4


Correct Option: B

For which of the following do we use <Base> tag?

  1. <FORM> and <BODY>

  2. <BODY> and <HEAD>

  3. <TITLE> and <BODY>

  4. Only <HEAD>


Correct Option: D

Which of the following is not the part of the character entity?

  1. Ampersand

  2. Semicolon

  3. Entity name or a# and an entity number

  4. Colon


Correct Option: D

<DIR > tag can have

  1. more than 30 characters

  2. more than 50 characters

  3. 15 characters or less than it

  4. 24 characters only


Correct Option: D

What is not true about HTML?

  1. It is a descriptive mark-up language.

  2. It describes the structure and behaviour of the web document.

  3. It is not the standard language of WWW.

  4. HTML is a plain text file.


Correct Option: C

What is not true about HTML file?

  1. This file can be created by using a simple text.

  2. This file may or may not have HTM or HTML file extension.

  3. This is a text file.

  4. None of these


Correct Option: B
- Hide questions