Web Technologies Quiz
A comprehensive quiz covering HTML, XML, XSL, web services (SOAP, UDDI), and JavaScript fundamentals
Questions
5.How do you call a function named "myFunction"?
- myFunction()
- call myFunction()
- call function myFunction
- function myFunction
6.How do you write a conditional statement for executing some statements only if "i" is equal to 5?
- if (i==5)
- if i=5
- if i=5 then
- if i==5 then
7.How does a "for" loop start?
- for (i = 0; i <= 5; i++)
- for i = 1 to 5
- for (i <= 5; i++)
- for (i = 0; i <= 5)
8.How can you add a comment in a JavaScript?
- 'This is a comment
- <!--This is a comment-->
- //This is a comment
- "This is a comment
9.How do you round the number 7.25, to the nearest whole number?
- Math.round(7.25)
- round(7.25)
- rnd(7.25)
- Math.rnd(7.25)
10.How do you find the largest number of 2 and 4?
- Math.ceil(2,4)
- Math.max(2,4)
- top(2,4)
- ceil(2,4)
3.How do you write "Hello World" in an alert box?
- alertBox="Hello World"
- alertBox("Hello World")
- alert("Hello World")
- msgBox("Hello World")
Which of the following problems is not intented to be solved by WebServices?
- Interoperability
- User Interface
- Complexity
- Firewall traversal
A SOAP Envelope contains Head, Title and Body
- True
- False
UDDI stands for:
- Unified Description, Discovery and Integration
- Unified Discovery, Description and Intelligence
- Universal Description, Discovery and Integration
- Universal Discovery, Description and Integration
"Apache Axis2" is a revolutionary web service tool because - it enhances users' online experience by faster processes of application
- True
- False
Which of the following is not applicable to SOAP
- It is a communication protocol
- It is a format for sending messages
- It is based on XML
- It does not allow you to get around firewalls
- None of these
This method ensures that each XML element type and attribute name has a unique identity
- named pipe
- fully-qualified domain name
- Multiprotocol Label Switching
- namespace
XSL stands for EXtensible Stylesheet Language.
- True
- False
XSL is stylesheet
- True
- False
XSLT supports is supported by the browsers
- Mozilla Firefox
- Internet Explorer
- Opera
- ALL
XSL is a programming language
- True
- False
An XSL style sheet consists of one or more set of rules that are called templates.
- True
- False
What is stands for HTML?
- Hyper Text Markup Language
- Hyper Text My Language
- Higher Text Markup Language
- Hyper Text Multiple Language
What is HTML stands for?
- Hyper Text Markup Language
- Higher Text Markup Language
- Hyper Text My Language
- Hyper Text Makeup Language
HTML tags normally come in pairs?
- True
- False
What is the extension for HTML file?
- htm
- html
- hta
- htl
What is used for Bulleted Lists in HTML?
- <ul>
- <ol>
- <dl>
- <gl>
HTML headings are defined with the
to
tags?
- True
- False
HTML links are defined with the -- tag?
- <a>
- <p>
-
-
In the followsing code, what is "href" Code:- This is a link
- attribute
- Paragraph
- html tag
- property
For Horizontal rule, we can use in HTML as --
-
- <p>
-
- <hr>
In HTML, comments can be used as --
- /* This is a comment */
- 'This is a comment
- //This is a comment
- <!-- This is a comment -->
How to use style for an paragraph?
- style attribute
- class attribute
- id attribute
- name attribute
How to use radio button in HTML?
- <input type='radio' name='rdButton' id='rdButton'>
- <input type='check' name='rdButton' id='rdButton'>
- <input type='input' name='rdButton' id='rdButton'>
- <input type='text' name='rdButton' id='rdButton'>
Following code create the table having -- rows?
- Two Rows and One column
- Two columns and One Row
- Two Rows and Two columns
- One Row and One column
What does HTML stand for?
- Hyperlinks and Text Markup Language
- Hyper Text Markup Language
- Home Tool Markup Language
- Higher Text Markup Language
Who is making the Web standards?
- Mozilla
- Google
- Microsoft
- The World Wide Web Consortium