Web Services, XML, and CSS Fundamentals
Test your knowledge of web technologies including Web Services (WSDL, UDDI, SOAP), XML (XPath, XSLT), CSS properties and syntax, and HTML styling integration.
Questions
Abbreviate XSLT
- eXtensible Stylesheet Language Transformations
- eXtented Stylesheet Language Transformations
- eXtensible Stylesheet Language
- None of the above
What is Altova XMLSpy
- An type of XML parser
- The industry leading XML editor
- A type of XML object modelling
- None of the above
What is xPath ?
- It a way to describe where the items are located in a xml files
- It is used to traverse the XML
- It is an mandated property to be set before parsing an xmlparsing
- None of the above
Abbreviation for XML
- Extended Markup Language
- EXtensible Markup Language
- Extension Markup Language
- Extensional Markup Language
Choose the best answer XML was designed to transport and store data, with focus on what data is.
- Above statement is completely wrong
- Above statement is partially correct
- Above statement is fully correct
- Can't say
JAXB allows Java developers to access and process XML data without having to know XML or XML processing
- True
- False
Choose the best answer 1) XML is not a replacement for HTML. 2) XML and HTML were designed with different goals. 3) XML was designed to describe data and to focus on what data is. 4) HTML was designed to display data and to focus on how data looks. 5) HTML is about displaying information, XML is about describing information
- 1 & 2 is correct
- 2 & 3 is correct
- 4 & 5 is correct
- All are correct
Among the following choose the best suitable answer 1. NO special characters are allowed while forming XML document 2. Only 5 characters are not allowed, they are < > & " '
- Only statement 1 is correct
- Only statement 2 is correct
- Both Statements are correct
- Both Statements are wrong
What is Altova XMLSpy ?
- An type of XML parser
- The industry leading XML editor
- A type of XML object modelling
- None of the above
What does CSS stand for?
- Computer Style Sheets
- Colorful Style Sheets
- Cascading Style Sheets
- Creative Style Sheets
What is the correct HTML for referring to an external style sheet?
- <stylesheet>mystyle.css</stylesheet>
- <style src="mystyle.css">
- <link rel="stylesheet" type="text/css" href="mystyle.css">
- <style img="mystyle.css">
Where in an HTML document is the correct place to refer to an external style sheet?
- At the top of the document
- In the <head> section
- At the end of the document
- In the <body> section
Which HTML tag is used to define an internal style sheet?
- <css>
- <script>
- <style>
- <styles>
Which HTML attribute is used to define inline styles?
- class
- style
- styles
- font
Which is the correct CSS syntax?
- body {color: black}
- {body:color=black(body}
- {body;color:black}
- body:color=black
How do you insert a comment in a CSS file?
- // this is a comment
- /* this is a comment */
- ' this is a comment
- // this is a comment //
Which property is used to change the background color?
- color:
- bgcolor:
- background-color:
- background-colour:
Directory service where companies can register and search for Web services?
- WSDL
- UDDI
- SOAP
- XSLT
WSDL is an XML-based language for locating and describing Web services.
- True
- False