Question 1
Question
Which of the following affirmations are true about HTML?
Answer
-
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.
Question 2
Question
Select correct code corresponding to XML.
Answer
-
<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>
Question 3
Question
Select all statements which are correct about XML.
Answer
-
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.
Question 4
Question
JavaScript is an object oriented scripting language. Which runs in Server side only. So it can't be used in web browser navigation.
Question 5
Question
[blank_start]JSON[blank_end] Is lightweight data-interchange format. Easy to read and write by humans and machines.
Answer
-
Java Script
-
Java SE
-
JEE
-
JSON
-
XML
Question 6
Question
Which of the following are languages for web development used in server side?
Answer
-
Java Script
-
Java Standard Edition
-
Java Enterprise Edition
-
ASP.NET
-
PHP
-
Java Server Faces
Question 7
Question
Common Gateway Interfaces (CGI) is used to provide Internet access to the web server.
Question 8
Question
Which of the following are correct?
Question 9
Question
Which is true about web services.
Answer
-
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.
Question 10
Question
What is a web certificate?
Answer
-
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).
Question 11
Question
Certificate Authority is an entity to issues domains names for websites.
Question 12
Question
Which are examples of web attacks?
Answer
-
DNS Poisoning
-
Denial of Services.
-
The Man in the middle
-
Social engineering.
-
Code generator.
-
Brute force.
Question 13
Question
The following are media used in web pages.
- Images.
- Videos.
- Certificates.
- Music.
Question 14
Question
Web Server and Web Application Server are similar concepts. Both provider hosting for plain web pages.