Online test 3 - Web Technologies
GATE Exam online practice test Web Technologies
Questions
Question 1 Multiple Choice (Single Answer)
<INPUT> is
- empty tag
- format tag
- de-format tag
- none of these
Question 2 Multiple Choice (Single Answer)
Web pages start with _______ tab.
- <HTML>
- <form>
- <start>
- <title>
Question 3 Multiple Choice (Single Answer)
A much better approach to establish the base URL is to use the
- HEAD element
- BASE element
- main element
- either (1) or (3)
Question 4 Multiple Choice (Single Answer)
The part of the graphic, which is not included in another hot zone, is a part of
- polygon
- point and default
- rectangle
- default
Question 5 Multiple Choice (Single Answer)
We can open a link in a new browser window by using
- <a href = “url” target = “new”>
- <a href = “url” target = “-blank”>
- <a href = “url”.new>
- <a href = “url” target =”open”>
Question 6 Multiple Choice (Single Answer)
XML that is well formed, is
- XML that meets certain grammatical rules
- XML that doesn't contain DTD's
- XML which is full of formulas
- XML that meets certain grammatical rules outlined in the XML 1.0 specification
Question 7 Multiple Choice (Single Answer)
How does DOM differ from SAX?
- DOM is not an event driven and builds up the whole memory.
- DOM is not event driven and requires more space.
- DOM and SAX are packages.
- There is no difference between DOM and SAX.
Question 8 Multiple Choice (Single Answer)
Which of the following is true in case of DTD's?
- These are the ways to create templates for out does type and follow inheritance principle.
- It is a document type declaration in XML.
- It is a part of name spaces.
- These are the ways to create templates for out does type and don't follow inheritance principle.
Question 9 Multiple Choice (Single Answer)
The character encoding is
- method used to represent characters in a number
- method used to represent numbers in a character
- the technique, in which some numbers are represented in characters and some characters are represented in the number system
- none of these
Question 10 Multiple Choice (Single Answer)
What is the DOM?
- This is a document oriented model and is a parcer.
- This is a document object model and is a parcer.
- This is a coding cycle.
- This is a decoding cycle.
Question 11 Multiple Choice (Single Answer)
What is not true about <br>?
- It forces a line break wherever you place it.
- It is an empty tag.
- It is used when we want to end a line.
- It has closing tag.
Question 12 Multiple Choice (Single Answer)
Attributes are always added to the
- start tag of an HTML element
- start tag of an HTML program
- end tag of an HTML element
- none of these
Question 13 Multiple Choice (Single Answer)
What is true about HTML tags?
- HTML pairs normally come in pairs.
- HTML tags are case sensitive.
- HTML tags are not used to mark up HTML elements.
- None of these
Question 14 Multiple Choice (Single Answer)
What is the server port?
- It is the domain name or IP address of the computer, running web server software.
- It gives the port number, on which web server is waiting for requests.
- It gives version and name of the protocol web server is using.
- None of these
Question 15 Multiple Choice (Single Answer)
Can <First> be replaced with <first> and also tell whether both the tags are same or different?
- Yes, they represent same elements altogether.
- Yes, both are different.
- <First> is correct only.
- They represent different elements and cannot be replaced.