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