True False CSCI 571
At which point a TOR path is "unencrypted"? At the "exit node" to the destination website On any TOR relay node that is not using HTTPS At the "entry node" of the TOR network
At the "exit node" to the destination website
The web browser displays a visual progress indicator while the XMLHttpRequest is being processed.
False
Updates to the XMLHttpRequest() specification are being managed by the World Wide Web Consortium (W3C).
False
TOR direct traffic with the purpose of concealing the user's location and its targe website.
TRUE
he XMLHttpRequest object can be used to upload a file.
TRUE
n REST Web Services, logical URIs allow the resource implementation to change without impacting client applications.
TRUE
A DDoS attack occurs when a system is overwhelmed with malicious electronic traffic.
True
HTML describes the structure of a Web page.
True
What are true statements of "Diceware" generated passwords? Check all that apply. Creates passwords that are extremely secure Creates password will low entropy Creates passwords that are easy to memorize Created by rolling a dice 5 times
Creates passwords that are extremely secure Creates passwords that are easy to memorize
To request CORS, with XMLHttpRequest, the client JavaScript must issue an Origin header.
FALSE
[2 points] Consider the following CSS, jQuery and HTML. Will the image properties be change by the jQuery code? .bigImg {border: 1px solid black; } $("img.userIcon" ).load(function() { if ( $( this ).height() > 100 { $( this ).addClass("bigImg"); } }); <body><img src="/uploads/media/default/0001/01/47951.jpeg" width="500" height="600"></body>
FALSE
In REST Web Services, GET requests may change the state of the server and its data.
False
In newer REST Web Services, JSON must be used in the response
False
The fetch() API can receive cross-site cookies.
False
In REST Web Services, except in very specific cases, HTML is not acceptable as a response format.
True
In REST Web Services, it is best practice to use the slash "/" to represent a parent-child relationship
True
In REST Web Services, plain text and CSV format may be used in formatting the responses.
True
Netscape 7 and Mozilla Firefox 1.0 were the first browsers to "clone" XMLHttpRequest functionality from Internet Explorer.
True
Switching between display x.style.display = "block"; and x.style.display = "none"; may be used in RWD.
True
TOR direct traffic with the purpose of concealing the user's location and its targe website.
True
The fetch() API includes an option that can be set to any of the REST HTTP Methods.
True
The major difference between different versions of Bootstrap is the number of grid tiers.
True
jQuery is not needed when DOM manipulation is not used.
True
onion is the special-use TLD used in the "deep web".
True
The web browser displays a visual progress indicator while the XMLHttpRequest is being processed.
false