Online test 2 - Web Technologies

GATE Exam online practice test 2 Web Technologies

15 Questions Published

Questions

Question 1 Multiple Choice (Single Answer)

What is the base of the WWW?

  1. Client-server
  2. Local-server
  3. 3-tier
  4. 4 - tier
Question 2 Multiple Choice (Single Answer)

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
Question 3 Multiple Choice (Single Answer)

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)
Question 4 Multiple Choice (Single Answer)

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.
Question 5 Multiple Choice (Single Answer)

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

  1. attributes
  2. objects
  3. interfaces
  4. elements
Question 6 Multiple Choice (Single Answer)

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
Question 7 Multiple Choice (Single Answer)

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

  1. <CAPTION>
  2. <TD>
  3. <TR>
  4. <TH>
Question 8 Multiple Choice (Single Answer)

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.
Question 9 Multiple Choice (Single Answer)

Which of the following is not the container?

  1. <value>
  2. <input>
  3. <body>
  4. All of these
Question 10 Multiple Choice (Single Answer)

How many DTD can a document have?

  1. 0
  2. 1
  3. 2
  4. More than 4
Question 11 Multiple Choice (Single Answer)

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>
Question 12 Multiple Choice (Single Answer)

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
Question 13 Multiple Choice (Single Answer)

<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
Question 14 Multiple Choice (Single Answer)

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.
Question 15 Multiple Choice (Single Answer)

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