0

Online test 3 - Web Technologies

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

<INPUT> is

  1. empty tag

  2. format tag

  3. de-format tag

  4. none of these


Correct Option: A

Web pages start with _______ tab.

  1. <HTML>

  2. <form>

  3. <start>

  4. <title>


Correct Option: A

A much better approach to establish the base URL is to use the

  1. HEAD element

  2. BASE element

  3. main element

  4. either (1) or (3)


Correct Option: B

The part of the graphic, which is not included in another hot zone, is a part of

  1. polygon

  2. point and default

  3. rectangle

  4. default


Correct Option: D

We can open a link in a new browser window by using

  1. <a href = “url” target = “new”>

  2. <a href = “url” target = “-blank”>

  3. <a href = “url”.new>

  4. <a href = “url” target =”open”>


Correct Option: B

XML that is well formed, is

  1. XML that meets certain grammatical rules

  2. XML that doesn't contain DTD's

  3. XML which is full of formulas

  4. XML that meets certain grammatical rules outlined in the XML 1.0 specification


Correct Option: D

How does DOM differ from SAX?

  1. DOM is not an event driven and builds up the whole memory.

  2. DOM is not event driven and requires more space.

  3. DOM and SAX are packages.

  4. There is no difference between DOM and SAX.


Correct Option: B

Which of the following is true in case of DTD's?

  1. These are the ways to create templates for out does type and follow inheritance principle.

  2. It is a document type declaration in XML.

  3. It is a part of name spaces.

  4. These are the ways to create templates for out does type and don't follow inheritance principle.


Correct Option: D

The character encoding is

  1. method used to represent characters in a number

  2. method used to represent numbers in a character

  3. the technique, in which some numbers are represented in characters and some characters are represented in the number system

  4. none of these


Correct Option: B

What is the DOM?

  1. This is a document oriented model and is a parcer.

  2. This is a document object model and is a parcer.

  3. This is a coding cycle.

  4. This is a decoding cycle.


Correct Option: B

What is not true about <br>?

  1. It forces a line break wherever you place it.

  2. It is an empty tag.

  3. It is used when we want to end a line.

  4. It has closing tag.


Correct Option: D

Attributes are always added to the

  1. start tag of an HTML element

  2. start tag of an HTML program

  3. end tag of an HTML element

  4. none of these


Correct Option: A

What is true about HTML tags?

  1. HTML pairs normally come in pairs.

  2. HTML tags are case sensitive.

  3. HTML tags are not used to mark up HTML elements.

  4. None of these


Correct Option: A

What is the server port?

  1. It is the domain name or IP address of the computer, running web server software.

  2. It gives the port number, on which web server is waiting for requests.

  3. It gives version and name of the protocol web server is using.

  4. None of these


Correct Option: B

Can <First> be replaced with <first> and also tell whether both the tags are same or different?

  1. Yes, they represent same elements altogether.

  2. Yes, both are different.

  3. <First> is correct only.

  4. They represent different elements and cannot be replaced.


Correct Option: D
- Hide questions