Prog3112 Second Quarter Exam
Prog3112 Second Quarter Exam
Question 1
Correct JSON is available for use by many languages including Python, PHP, Java and Ruby .
Question 2
What does JSON stands for?
Correct
Question 3 A boolean data type is used to work with Boolean values of true and false. In C#, the datatype is denoted by the
Correct Boolean keyword.
Mark 1.00 out of
1.00 Select one:
True
False
Question 4 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 6
False
Question 8 If you want to know the number of elements in an array, you can use this property
Correct
b. reverse method
c. length property
d. prototype property
False
Question 10
Type of JavaScript Array method that you can add value as the last item of the array
Incorrect
Answer: push()
False
c. If statement
d. If...Then...Else statement
b. CaseSensitive
c. Container
d. DataSetName
Question 14 Begins the initialization of the DataSet. The initialization occurs at run time
Incorrect
b. Clone
c. Clear
d. BeginInit
Question 15
Incorrect text() get the combined text contents of all matched elements.
b. If statement
c. If...Then...ElseIf statement
d. If...Then...Else statement
c. For...Next statement
Question 18
Question 19 HTTP 302 Message Means The server can't find the requested page.
Incorrect
False
Question 20 The while loop is used for iterative purposes. Suppose if you want to repeat a certain set of statements for a
Correct particular number of times, then while loop is used.
Mark 1.00 out of
1.00 Select one:
True
False
Question 21
False
False
c. Do...Loop statement
Question 25 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 26
Correct empty() remove all child nodes from the set of matched elements.
False
Question 28 You can replace a complete DOM element with the specified HTML or DOM elements.
Correct
False
Question 29 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 30 HTTP 200 message means the server successfully processed the request.
Correct
False
Question 31 Destructors are used to initializing the values of class fields when their corresponding objects are created.
Incorrect
False
b. CaseSensitive
c. Container
d. DefaultViewManager
False
Question 34 If you want to add new properties and methods, you can use this property
Correct
b. sort method
c. reverse method
d. prototype property
b. Copy
c. BeginInit
d. Clear
Question 36 nline or local stylesThese are written correctly in the HTML tag and precede other styles.
Correct
c. external CSS
Question 37 _____________ 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. OPTIONS Request
b. GET Request
c. PUT Request
d. POST Request
False
Question 39 Accepts all changes made since the DataSet was loaded or this method was called.
Correct
b. BeginInit
c. AcceptChanges
d. Clone
Question 40
Marked out of
1.00