0% found this document useful (1 vote)
725 views10 pages

Prog3112 Second Quarter Exam

The document is a summary of a student's performance on their second quarter exam. It provides details of 31 questions on a variety of technical topics. Based on their responses, the student answered 15 questions correctly and received a grade of 63%, which is 6.25 out of 10. The summary provides high-level information about the exam questions, the student's performance, and their final grade.

Uploaded by

Jonathan23d
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (1 vote)
725 views10 pages

Prog3112 Second Quarter Exam

The document is a summary of a student's performance on their second quarter exam. It provides details of 31 questions on a variety of technical topics. Based on their responses, the student answered 15 questions correctly and received a grade of 63%, which is 6.25 out of 10. The summary provides high-level information about the exam questions, the student's performance, and their final grade.

Uploaded by

Jonathan23d
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 10

Home / My courses / BAED-PROG3115-2016S / Quarterly Exam / Second Quarter Exam

Started on Monday, 11 January 2021, 7:23 PM


State Finished
Completed on Monday, 11 January 2021, 7:35 PM
Time taken 11 mins 25 secs
Marks 25.00/40.00
Grade 6.25 out of 10.00 (63%)

Question 1

Correct JSON is available for use by many languages including Python, PHP, Java and Ruby .

Mark 1.00 out of


1.00

The correct answer is: Ruby

Question 2
What does JSON stands for? 
Correct

Mark 1.00 out of


1.00 Answer: JavaScript Object Notation

The correct answer is: JavaScript Object Notation

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

The correct answer is 'True'.

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

The correct answer is 'True'.


Question 5 Describe what <b> tag is for
Correct

Mark 1.00 out of Select one:


1.00
a. Defines the document's body

b. Defines big text

c. Defines a single line break

d. Defines bold text

Your answer is correct.


The correct answer is: Defines bold text

Question 6

Incorrect animate() performs custom animation using element’s style properties.

Mark 0.00 out of


1.00

The correct answer is: jQuery animate() method

Question 7  <fieldset> Specifies self-contained content


Correct

Mark 1.00 out of Select one:


1.00
True

False

The correct answer is 'False'.

Question 8  If you want to know the number of elements in an array, you can use this property
Correct

Mark 1.00 out of Select one:


1.00
a. sort method

b. reverse method

c. length property

d. prototype property

Your answer is correct.

The correct answer is: length property


Question 9
JSON offers a good alternative to XML and requires much formatting
Incorrect

Mark 0.00 out of


1.00
Select one:
True

False

The correct answer is 'False'.

Question 10
Type of JavaScript Array method that you can add value as the last item of the array
Incorrect

Mark 0.00 out of


1.00

Answer: push()

The correct answer is: Push method

Question 11 Code statements end with semicolon


Correct

Mark 1.00 out of Select one:


1.00
True

False

The correct answer is 'True'.

Question 12 select one of many sets of lines to execute


Correct

Mark 1.00 out of Select one:


1.00
a. If...Then...ElseIf statement

b. Select Case statement

c. If statement

d. If...Then...Else statement

Your answer is correct.

The correct answers are: If...Then...ElseIf statement, Select Case statement


Question 13 Gets or sets the name of the current data set.
Correct

Mark 1.00 out of Select one:


1.00
a. DefaultViewManager

b. CaseSensitive

c. Container

d. DataSetName

Your answer is correct.


The correct answer is: DataSetName

Question 14 Begins the initialization of the DataSet. The initialization occurs at run time
Incorrect

Mark 0.00 out of Select one:


1.00
a. AcceptChanges

b. Clone

c. Clear

d. BeginInit

Your answer is incorrect.

The correct answer is: BeginInit

Question 15

Incorrect text() get the combined text contents of all matched elements.

Mark 0.00 out of


1.00

The correct answer is: text( )

Question 16 executes a set of code when a condition is true


Correct

Mark 1.00 out of Select one:


1.00
a. Select Case statement

b. If statement

c. If...Then...ElseIf statement

d. If...Then...Else statement

Your answer is correct.

The correct answer is: If statement


Question 17 runs code for each item in a collection or each element of an array
Incorrect

Mark 0.00 out of Select one:


1.00
a. Do...Loop statement

b. For Each...Next statement

c. For...Next statement

Your answer is incorrect.

The correct answer is: For Each...Next statement

Question 18

Incorrect JSON values are found to the end of the colon.

Mark 0.00 out of


1.00

The correct answer is: right

Question 19 HTTP 302 Message Means The server can't find the requested page.
Incorrect

Mark 0.00 out of Select one:


1.00
True

False

The correct answer is '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

The correct answer is 'True'.

Question 21

Incorrect fadein method displays specified element(s) by fading them to opaque.

Mark 0.00 out of


1.00

The correct answer is: jQuery fadeIn()


Question 22 A while loop begins with the while keyword, followed by parentheses, where you specify how long the loop
Correct continues, then a block to repeat.
Mark 1.00 out of
1.00 Select one:
True

False

The correct answer is 'True'.

Question 23 <div> Defines a container for an external (non-HTML) application


Incorrect

Mark 0.00 out of Select one:


1.00
True

False

The correct answer is 'False'.

Question 24 loops while or until a conditionis true


Correct

Mark 1.00 out of Select one:


1.00
a. For...Next statement

b. For Each...Next statement

c. Do...Loop statement

Your answer is correct.

The correct answer is: 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

The correct answer is 'True'.

Question 26

Correct empty() remove all child nodes from the set of matched elements.

Mark 1.00 out of


1.00

The correct answer is: empty()


Question 27 VBScript is a light version of Microsoft's Visual Studio.
Incorrect

Mark 0.00 out of Select one:


1.00
True

False

The correct answer is 'False'.

Question 28 You can replace a complete DOM element with the specified HTML or DOM elements.
Correct

Mark 1.00 out of Select one:


1.00
True

False

The correct answer is 'True'.

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

Mark 1.00 out of Select one:


1.00
True

False

The correct answer is 'True'.

Question 30 HTTP 200 message means the server successfully processed the request.
Correct

Mark 1.00 out of Select one:


1.00
True

False

The correct answer is 'True'.

Question 31 Destructors  are  used  to  initializing  the  values  of  class  fields  when  their  corresponding objects are created.
Incorrect

Mark 0.00 out of Select one:


1.00
True

False

The correct answer is 'False'.


Question 32 Indicates whether string comparisons within the data tables are case-sensitive.
Correct

Mark 1.00 out of Select one:


1.00
a. DataSetName

b. CaseSensitive

c. Container

d. DefaultViewManager

Your answer is correct.


The correct answer is: CaseSensitive

Question 33 All modern browsers support the XHR object.


Correct

Mark 1.00 out of Select one:


1.00
True

False

The correct answer is 'True'.

Question 34 If you want to add new properties and methods, you can use this property
Correct

Mark 1.00 out of Select one:


1.00
a. length property

b. sort method

c. reverse method

d. prototype property

Your answer is correct.

The correct answer is: prototype property


Question 35 Copies the structure of the DataSet, including all DataTable schemas, relations, and constraints. Does not copy any
Incorrect data
Mark 0.00 out of
1.00 Select one:
a. Clone

b. Copy

c. BeginInit

d. Clear

Your answer is incorrect.


The correct answer is: Clone

Question 36 nline or local stylesThese are written correctly in the HTML tag and precede other styles.
Correct

Mark 1.00 out of Select one:


1.00
a. nline or local styles

b. embedded or global styles

c. external CSS

Your answer is correct.

The correct answer is: nline or local styles

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

Your answer is correct.


The correct answer is: GET Request
Question 38 Each key-value pair is separated by a colon.
Incorrect

Mark 0.00 out of Select one:


1.00
True

False

The correct answer is 'False'.

Question 39 Accepts all changes made since the DataSet was loaded or this method was called.
Correct

Mark 1.00 out of Select one:


1.00
a. Clear

b. BeginInit

c. AcceptChanges

d. Clone

Your answer is correct.

The correct answer is: AcceptChanges

Question 40

Not answered is a format of sharing data.

Marked out of
1.00

The correct answer is: JSON

◄ Quiz 2 Jump to...

You might also like

pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy