CSCI 4300 FINAL EXAM WITH COMPLETE SOLUTIONS!!
TCP - ANSWER HTTP:
provides reliable, ordered delivery of a stream of bytes from a program on one
computer to another program on another computer
W3C - ANSWER HTTP:
The World Wide Web Consortium (W3C) is the main international standards organization
for the World Wide Web
URL - ANSWER HTTP:
Uniform (or universal) resource locator, the address of a World Wide Web page.
GET vs. Post - ANSWER HTTP:
Both used to pass parameters, but GET is used for idempotent requests while POST is
used for the opposite reason
status code - ANSWER HTTP:
A 3 digit code number assigned to every request received by the server to indicate
success or failure.
idempotent - ANSWER HTTP:
When one action has the same effect as if it were done multiple times
safe - ANSWER HTTP:
In particular, the convention has been established that the GET and HEAD methods
SHOULD NOT have the significance of taking an action other than retrieval. These
methods ought to be considered "safe". This allows user agents to represent other
methods, such as POST, PUT and DELETE, in a special way, so that the user is made
,aware of the fact that a possibly unsafe action is being requested
request - ANSWER HTTP:
This Java object encapsulates the information that a client sends to a servlet
response - ANSWER HTTP:
This java object encapsulates the information that a servlet sends back to the client
4xx status code - ANSWER HTTP:
Error in which the client may have done something wrong. Ex. bad request
5xx status code - ANSWER HTTP:
This family of HTTP status codes would be the result of an uncaught Java exception in
your JSP page
tag - ANSWER H and C:
Used to give context to a line of text in code. Text is between angle brackets as an
element.
element - ANSWER H and C:
created by tags, this is almost object like, and may have attributes. In JSP and XML
deprecated - ANSWER H and C:
applied to software features that are superseded and should be avoided
Transitional - ANSWER H and C:
A document type that allows the use of deprecated tags
, HTML Strict - ANSWER H and C:
An HTML page that follows strict standards for the sake of universal compatibility.
XHTML - ANSWER H and C:
Extensible Hypertext Markup Language, an Html system for tagging text files,
incorporating user-defined elements
parent element - ANSWER H and C:
When there are nested elements, the element further outside is the parent
attribute - ANSWER H and C:
In the XML fragment <node id="7"> id has this role
CSS - ANSWER H and C:
Cascading Style Sheets, used to describe the appearance of a document
form - ANSWER H and C:
This attribute of the HTML <form> tag specifies the resource to which the submitted
variables will be sent
input elements - ANSWER H and C:
Text boxes, radio buttons, and check boxes in a Web page are instances of this more
general class
CSS selector - ANSWER H and C:
patterns used to select the element(s) you want to style ex. (.intro Selects all elements
with class="intro")
block display - ANSWER H and C:
TCP - ANSWER HTTP:
provides reliable, ordered delivery of a stream of bytes from a program on one
computer to another program on another computer
W3C - ANSWER HTTP:
The World Wide Web Consortium (W3C) is the main international standards organization
for the World Wide Web
URL - ANSWER HTTP:
Uniform (or universal) resource locator, the address of a World Wide Web page.
GET vs. Post - ANSWER HTTP:
Both used to pass parameters, but GET is used for idempotent requests while POST is
used for the opposite reason
status code - ANSWER HTTP:
A 3 digit code number assigned to every request received by the server to indicate
success or failure.
idempotent - ANSWER HTTP:
When one action has the same effect as if it were done multiple times
safe - ANSWER HTTP:
In particular, the convention has been established that the GET and HEAD methods
SHOULD NOT have the significance of taking an action other than retrieval. These
methods ought to be considered "safe". This allows user agents to represent other
methods, such as POST, PUT and DELETE, in a special way, so that the user is made
,aware of the fact that a possibly unsafe action is being requested
request - ANSWER HTTP:
This Java object encapsulates the information that a client sends to a servlet
response - ANSWER HTTP:
This java object encapsulates the information that a servlet sends back to the client
4xx status code - ANSWER HTTP:
Error in which the client may have done something wrong. Ex. bad request
5xx status code - ANSWER HTTP:
This family of HTTP status codes would be the result of an uncaught Java exception in
your JSP page
tag - ANSWER H and C:
Used to give context to a line of text in code. Text is between angle brackets as an
element.
element - ANSWER H and C:
created by tags, this is almost object like, and may have attributes. In JSP and XML
deprecated - ANSWER H and C:
applied to software features that are superseded and should be avoided
Transitional - ANSWER H and C:
A document type that allows the use of deprecated tags
, HTML Strict - ANSWER H and C:
An HTML page that follows strict standards for the sake of universal compatibility.
XHTML - ANSWER H and C:
Extensible Hypertext Markup Language, an Html system for tagging text files,
incorporating user-defined elements
parent element - ANSWER H and C:
When there are nested elements, the element further outside is the parent
attribute - ANSWER H and C:
In the XML fragment <node id="7"> id has this role
CSS - ANSWER H and C:
Cascading Style Sheets, used to describe the appearance of a document
form - ANSWER H and C:
This attribute of the HTML <form> tag specifies the resource to which the submitted
variables will be sent
input elements - ANSWER H and C:
Text boxes, radio buttons, and check boxes in a Web page are instances of this more
general class
CSS selector - ANSWER H and C:
patterns used to select the element(s) you want to style ex. (.intro Selects all elements
with class="intro")
block display - ANSWER H and C: