Online test 2 - Web Technologies
GATE Exam online practice test 2 Web Technologies
Questions
Question 1 Multiple Choice (Single Answer)
What is the base of the WWW?
- Client-server
- Local-server
- 3-tier
- 4 - tier
Question 2 Multiple Choice (Single Answer)
Which of the following attributes of text box control allows the limitation of maximum characters?
- Size or length
- Max-length
- Len
- None of these
Question 3 Multiple Choice (Single Answer)
What is XML?
- Superset of SGML, which is an Extensible Mark-up Language
- Subset of SGML, which is an Extensible Markup Language
- Like SGML
- Either (1) or (3)
Question 4 Multiple Choice (Single Answer)
What is the path info?
- It gives extra path information that follows the name of the CGI program on the URL.
- It gives extra path information that follows the name of the CGI program.
- It gives the username as defined in the fRFC 931.
- 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
- attributes
- objects
- interfaces
- elements
Question 6 Multiple Choice (Single Answer)
White spaces in XML
- include the space which is between two double quotes
- include only spaces and characters
- include the space between the single quotes
- 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
- <CAPTION>
- <TD>
- <TR>
- <TH>
Question 8 Multiple Choice (Single Answer)
What is XSLT and give one use of XSLT?
- It is an extended style sheet language and is used for formatting.
- It is an extensible style sheet language and is used for editing.
- It is an extensible style sheet language and is used for formatting.
- It is an extensible language and is used for formatting.
Question 9 Multiple Choice (Single Answer)
Which of the following is not the container?
- <value>
- <input>
- <body>
- All of these
Question 10 Multiple Choice (Single Answer)
How many DTD can a document have?
- 0
- 1
- 2
- More than 4
Question 11 Multiple Choice (Single Answer)
For which of the following do we use <Base> tag?
- <FORM> and <BODY>
- <BODY> and <HEAD>
- <TITLE> and <BODY>
- Only <HEAD>
Question 12 Multiple Choice (Single Answer)
Which of the following is not the part of the character entity?
- Ampersand
- Semicolon
- Entity name or a# and an entity number
- Colon
Question 13 Multiple Choice (Single Answer)
<DIR > tag can have
- more than 30 characters
- more than 50 characters
- 15 characters or less than it
- 24 characters only
Question 14 Multiple Choice (Single Answer)
What is not true about HTML?
- It is a descriptive mark-up language.
- It describes the structure and behaviour of the web document.
- It is not the standard language of WWW.
- HTML is a plain text file.
Question 15 Multiple Choice (Single Answer)
What is not true about HTML file?
- This file can be created by using a simple text.
- This file may or may not have HTM or HTML file extension.
- This is a text file.
- None of these