This is a timed quiz.
You have 1 hour to complete the 14 questions in this quiz.
Which of the following affirmations are true about HTML?
Retrieve information via hypertext links.
This language describes the structure of Web pages.
It is mainly used to store data.
Use labels to describe structure of pages.
Select correct code corresponding to XML.
<html> <head> <style> p { text-align: center; color: red; } </style> </head> <body>
<note date=12/11/99> <to>Tove</to> <from>Jani</from> <heading>Reminder</heading> <body>Don't forget me this weekend!</body> </note>
<h1>My First Web Page</h1> <html> <body> <h1>My First Web Page</h1> <p>My first paragraph.</p> <script> window.alert(5 + 6); </script> </body> </html>
Select all statements which are correct about XML.
XML is used to interchange information between web services server and client.
XML is used to store data.
XML is use uses to describe web pages structure.
XML tags are predefined. So you can´t define new ones tags.
JavaScript is an object oriented scripting language. Which runs in Server side only. So it can't be used in web browser navigation.
Java Script Java SE JEE JSON XML( Java Script, Java SE, JEE, JSON, XML ) Is lightweight data-interchange format. Easy to read and write by humans and machines.
Which of the following are languages for web development used in server side?
Java Script
Java Standard Edition
Java Enterprise Edition
ASP.NET
PHP
Java Server Faces
Common Gateway Interfaces (CGI) is used to provide Internet access to the web server.
Which of the following are correct?
WAS provides business logic for use by client application programs.
Web services can be deployed in web servers.
No one is correct.
Which is true about web services.
WSDL is used to describe the details of the contract (messages, operations, location, etc)
SAOP describes the interface that web service offers.
All are correct.
What is a web certificate?
Is a small data file that bind cryptographic key to an organization's details.
Is a protocol to allow secure transmissions web client and server.
Is a cryptographic protocol that enables secure communications over the Internet.
Is the secure protocol for HTTP for secure web sites (HTTPS).
Certificate Authority is an entity to issues domains names for websites.
Which are examples of web attacks?
DNS Poisoning
Denial of Services.
The Man in the middle
Social engineering.
Code generator.
Brute force.
The following are media used in web pages. - Images. - Videos. - Certificates. - Music.
Web Server and Web Application Server are similar concepts. Both provider hosting for plain web pages.