My Courses: Home BAED-PROG3115-2016S Quiz 2
My Courses: Home BAED-PROG3115-2016S Quiz 2
False
False
Question 3 ______________ make use of the browser's built-in XMLHttpRequest (XHR) object to send and receive information to
Incorrect and from a web server asynchronously, in the background, without blocking the page or interfering with the user's
Mark 0.00 out of experience
1.00
Select one:
a. JSON
b. XML
c. YAML
d. AJAX
False
Question 5 When this access modifier is attached to either a property or a method, it means that those members can be
Correct accessed only by classes inherited from the current class.
Mark 1.00 out of
1.00 Select one:
True
False
Question 6 When this access specifier is attached to either a property or a method, it means that those members cannot be
Incorrect accessed from any external program
Mark 0.00 out of
1.00 Select one:
True
False
Question 7
HTTP 500 message means the server successfully processed the request.
Correct
False
Question 8 HTTP 302 Message Means The server can't find the requested page.
Incorrect
False
False
The correct answer is: Links the given content with a machine-readable translation
Question 11 A virtual path is shorthand to represent physical paths. If you use virtual paths, you can move your pages to a
Correct different domain (or server) without having toupdate the paths.
Mark 1.00 out of
1.00 Select one:
True
False
Question 12 Destructors are used to initializing the values of class fields when their corresponding objects are created.
Correct
False
False
Question 14 Content block (from another file) can be imported anywhere in a web page, and can contain text, markup,
Correct and code, just like any regular web page.
Mark 1.00 out of
1.00 Select one:
True
False
Question 15 When this access modifier is attached to either a property or a method, it means that those members can be
Correct accessed from any external program.
Mark 1.00 out of
1.00 Select one:
True
False
Question 16 _____________ is typically used to get or retrieve some kind of information from the server that doesn't require any
Correct manipulation or change in database, for example, fetching search results based on a term, fetching user details
Mark 1.00 out of based on their id or name, and so on.
1.00
Select one:
a. GET Request
b. PUT Request
c. POST Request
d. OPTIONS Request
False
Question 18 HTTP 200 message means the server successfully processed the request.
Correct
False
Question 19 This variable will point to an array or list of elements, which will be responsible for storing the elements of the array.
Correct
False
Question 20 external CSS files are files of type .css that are linked to a document using the link tag
Correct
False