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