You are on page 1of 48

Home / My courses / BAED-PROG3115-2016S / Week 17-19: ASP.

NET Web Pages / Quiz 2

Started on Sunday, 10 January 2021, 10:28 AM


State Finished
Completed on Sunday, 10 January 2021, 10:40 AM
Time taken 11 mins 59 secs
Grade 14.00 out of 20.00 (70%)

Question 1 <head> Defines a header for a document or section


Incorrect

Mark 0.00 out of Select one:


1.00
True

False

The correct answer is 'False'.

Question 2  <fieldset> Specifies self-contained content


Incorrect

Mark 0.00 out of Select one:


1.00
True

False

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

Your answer is incorrect.


The correct answer is: AJAX
Question 4 An array is used to store a collection or series of elements. These elements will be of the same type.
Correct

Mark 1.00 out of Select one:


1.00
True

False

The correct answer is 'True'.

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

The correct answer is 'True'.

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

The correct answer is 'False'.

Question 7
HTTP 500 message means the server successfully processed the request.
Correct

Mark 1.00 out of


1.00
Select one:
True

False

The correct answer is 'False'.

Question 8 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 9 <div> Defines a container for an external (non-HTML) application
Correct

Mark 1.00 out of Select one:


1.00
True

False

The correct answer is 'False'.

Question 10 Choose what <data> is for


Correct

Mark 1.00 out of Select one:


1.00
a. Specifies a list of pre-defined options for input controls

b. Links the given content with a machine-readable translation

c. Defines additional details that the user can view or hide

d. Defines text that has been deleted from a document

Your answer is correct.

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

The correct answer is 'True'.

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

Mark 1.00 out of Select one:


1.00
True

False

The correct answer is 'False'.


Question 13  C# programming language has in-built  support  for  classes  and  objects. 
Correct

Mark 1.00 out of Select one:


1.00
True

False

The correct answer is 'True'.

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

The correct answer is 'True'.

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

The correct answer is 'True'.

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

Your answer is correct.


The correct answer is: GET Request
Question 17 Blade is a simple markup syntax for embedding server code (C# or VB) into ASP.NET web pages.
Incorrect

Mark 0.00 out of Select one:


1.00
True

False

The correct answer is 'False'.

Question 18 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 19 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 20 external CSS files are files of type  .css  that are  linked to a document using the link tag
Correct

Mark 1.00 out of Select one:


1.00
True

False

The correct answer is 'True'.

◄ ASP.NET Web Pages Basics Jump to... Second Quarter Exam ►


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

Started on Tuesday, 12 January 2021, 11:02 AM


State Finished
Completed on Tuesday, 12 January 2021, 11:13 AM
Time taken 10 mins 18 secs
Marks 17.33/40.00
Grade 4.33 out of 10.00 (43%)

Question 1 Choose The Rules for VBScript variable names


Partially correct

Mark 0.33 out of Select one or more:


1.00
a. Can contain any special characters

b. Cannot exceed 255 characters

c. Must begin with a letter

d. Can use number as first character

e. Cannot contain a period (.)

Your answer is partially correct.

You have correctly selected 1.


The correct answers are: Must begin with a letter, Cannot contain a period (.), Cannot exceed 255 characters

Question 2 Returns a DataTableReader with one result set per DataTable, in the same sequence as the tables appear in the
Incorrect Tables collection
Mark 0.00 out of
1.00 Select one:
a. CreateDataReader(DataTable[])

b. CreateDataReader()

c. GetDataSetSchema

Your answer is incorrect.

The correct answer is: CreateDataReader()


Question 3 runs code a specified number of times
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...Next statement

Question 4 JSON uses the .json extension when it stands alone.


Correct

Mark 1.00 out of Select one:


1.00
True

False

The correct answer is 'True'.

Question 5

Incorrect skrrt typically accepts two parameters.

Mark 0.00 out of


1.00

The correct answer is: Open() Method

Question 6 Choose what <a> is for


Correct

Mark 1.00 out of Select one:


1.00
a. Defines contact information for the author/owner of a document

b. Defines an abbreviation or an acronym

c. Defines a hyperlink

d. Defines an area inside an image-map

Your answer is correct.


The correct answer is: Defines a hyperlink
Question 7 Specify a callback function to execute when animation is complete.
Correct

Mark 1.00 out of Select one:


1.00
True

False

The correct answer is 'True'.

Question 8
Send the request to the server using the send() method of the XHR object
Correct
 
Mark 1.00 out of
1.00

Select one:
True

False

The correct answer is 'True'.

Question 9

Incorrect brrrr() method hides or displays specified element(s).

Mark 0.00 out of


1.00

The correct answer is: jQuery toggle()

Question 10 An Integer data types are used to work with numbers. In this case, the numbers are whole numbers like 10, 20 or
Correct 30.
Mark 1.00 out of
1.00 Select one:
True

False

The correct answer is 'True'.

Question 11
The two parameters are the URL request method to use and the HTTP to send the request to.
Incorrect

Mark 0.00 out of


1.00
Select one:
True

False

The correct answer is 'False'.


Question 12
Type of JavaScript Array method if you want to know the number of elements in an array
Incorrect

Mark 0.00 out of


1.00

Answer: rolex.jpg()HD 4k Ultra Realistic

The correct answer is: Length property

Question 13

Incorrect gang gang is a key-value data format that is typically rendered in curly braces.

Mark 0.00 out of


1.00

The correct answer is: JSON object

Question 14 select one of two sets of lines to execute


Incorrect

Mark 0.00 out of Select one:


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

b. Select Case statement

c. If...Then...Else statement

d. If statement

Your answer is incorrect.

The correct answer is: If...Then...Else statement

Question 15
no is a markup syntax that lets you embed server-based code (Visual Basic and C#) into
Incorrect
web pages.
Mark 0.00 out of
1.00

The correct answer is: Razor

Question 16 Variable names should start with a letter and they are case sensitive.
Correct

Mark 1.00 out of Select one:


1.00
True

False

The correct answer is 'True'.


Question 17 <head> Defines a header for a document or section
Incorrect

Mark 0.00 out of Select one:


1.00
True

False

The correct answer is 'False'.

Question 18 The ADO.NET objects encapsulate all the data access operations and the controls interact with these objects to
Correct display data, thus hiding the details of movement of data
Mark 1.00 out of
1.00 Select one:
True

False

The correct answer is 'True'.

Question 19

Incorrect JavaScript uses beats on either end of its array type.

Mark 0.00 out of


1.00

The correct answer is: square brackets

Question 20

Incorrect You can apply animation duration in 808 as a second parameter of animate() method.

Mark 0.00 out of


1.00

The correct answer is: milliseconds

Question 21 Indicates whether the component is currently in design mode.


Incorrect

Mark 0.00 out of Select one:


1.00
a. EnforceConstraints

b. Events

c. DesignMode

d. ExtendedProperties

Your answer is incorrect.


The correct answer is: DesignMode
Question 22 Inline expressions (variables and functions) start with @
Correct

Mark 1.00 out of Select one:


1.00
True

False

The correct answer is 'True'.

Question 23 A double data type is used to work with decimals. In this case, the numbers are whole numbers like 10.11, 20.22 or
Correct 30.33.
Mark 1.00 out of
1.00 Select one:
True

False

The correct answer is 'True'.

Question 24
AJAX stands for? 
Incorrect

Mark 0.00 out of


1.00

Answer: yes

The correct answer is: Asynchronous JavaScript And XML

Question 25
Loops are useful when you have to execute the same lines of code repeatedly.
Correct

Mark 1.00 out of


1.00
Select one:
True

False

The correct answer is 'True'.

Question 26  C# programming language has in-built  support  for  classes  and  objects. 
Correct

Mark 1.00 out of Select one:


1.00
True

False

The correct answer is 'True'.


Question 27 The dataset represents a subset of the database. It does not have a continuous connection to the database
Correct

Mark 1.00 out of Select one:


1.00
True

False

The correct answer is 'True'.

Question 28 An array is an object that can store a collection of items.


Correct

Mark 1.00 out of Select one:


1.00
True

False

The correct answer is 'True'.

Question 29 Ends the initialization of the data set


Incorrect

Mark 0.00 out of Select one:


1.00
a. Finalize

b. EndInit

Your answer is incorrect.


The correct answer is: EndInit

Question 30

Incorrect When sending request and retrieving the response, the first thing to do is to grab the mic an XHR object.

Mark 0.00 out of


1.00

The correct answer is: initiate


Question 31 Defines a piece of computer code
Incorrect

Mark 0.00 out of Select one:


1.00
a. <data>

b. <col>

c. <code>

d. <cite>

Your answer is incorrect.


The correct answer is: <code>

Question 32 Gets a copy of DataSet with all changes made since it was loaded or the AcceptChanges method was called, filtered
Incorrect by DataRowState
Mark 0.00 out of
1.00 Select one:
a. GetChanges

b. GetChanges(DataRowState)

Your answer is incorrect.

The correct answer is: GetChanges(DataRowState)

Question 33 Choose what <data> is for


Correct

Mark 1.00 out of Select one:


1.00
a. Defines text that has been deleted from a document

b. Specifies a list of pre-defined options for input controls

c. Links the given content with a machine-readable translation

d. Defines additional details that the user can view or hide

Your answer is correct.

The correct answer is: Links the given content with a machine-readable translation

Question 34
Ajax make use of the browser’s built-in XHR object to send and receive information to and from a web server
Incorrect
Yes .
Mark 0.00 out of
1.00

The correct answer is: asynchronously


Question 35 Returns a copy of the DataSet with all changes made since it was loaded or the AcceptChanges method was called
Correct

Mark 1.00 out of Select one:


1.00
a. GetChanges

b. GetChanges(DataRowState)

Your answer is correct.

The correct answer is: GetChanges

Question 36 C# code is case insensitive


Incorrect

Mark 0.00 out of Select one:


1.00
True

False

The correct answer is 'False'.

Question 37 Razor code blocks are enclosed in @[ ... ]


Incorrect

Mark 0.00 out of Select one:


1.00
True

False

The correct answer is 'False'.

Question 38
Type of JavaScript Array method if you want to add new properties and method
Incorrect

Mark 0.00 out of


1.00

Answer: polo_G

The correct answer is: Prototype property

Question 39
Execution of the script continues as soon as the Ajax request is sent.
Correct

Mark 1.00 out of


1.00
Select one:
True

False

The correct answer is 'True'.


Question 40 A String data type is used to work with String values. In C#, the datatype is denoted by the keyword 'String'.
Correct

Mark 1.00 out of Select one:


1.00
True

False

The correct answer is 'True'.

◄ Quiz 2 Jump to...


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

Started on Friday, 27 November 2020, 4:47 PM


State Finished
Completed on Friday, 27 November 2020, 5:40 PM
Time taken 53 mins 3 secs
Grade 32.00 out of 40.00 (80%)

Question 1 HTTP 302 Message Means The server can't find the requested page.
Correct

Mark 1.00 out of Select one:


1.00
True

False

The correct answer is 'False'.

Question 2 _________ is  a  key-value  data  format  that  is  typically  rendered  in  curly  braces.
Correct

Mark 1.00 out of Select one:


1.00
a. XML

b. JSON

c. YAML

Your answer is correct.

The correct answer is: JSON

Question 3 The  Visual  Studio  IDE  can only be  used  to  create  a Web-application.
Correct

Mark 1.00 out of Select one:


1.00
True

False

The correct answer is 'False'.


Question 4 Microsoft Visual Studio is an integrated development environment (IDE) from Microsoft. It is used to develop
Correct computer programs for Microsoft Windows.
Mark 1.00 out of
1.00 Select one:
True

False

The correct answer is 'True'.

Question 5 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 6 <head> Defines a header for a document or section


Correct

Mark 1.00 out of Select one:


1.00
True

False

The correct answer is 'False'.

Question 7 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

The correct answer is 'True'.


Question 8 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

The correct answer is 'True'.

Question 9 external CSS files are files of type  .css  that are  linked to a document using the link tag
Correct

Mark 1.00 out of Select one:


1.00
True

False

The correct answer is 'True'.

Question 10 An array is an object that can store a collection of items.


Correct

Mark 1.00 out of Select one:


1.00
True

False

The correct answer is 'True'.

Question 11  C# programming language has in-built  support  for  classes  and  objects. 
Correct

Mark 1.00 out of Select one:


1.00
True

False

The correct answer is 'True'.

Question 12 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 13 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. prototype property

b. length property

c. reverse method

d. sort method

Your answer is correct.


The correct answer is: prototype property

Question 14 The  switch  statement  is  an  enhancement  to  the  'for'  statement.  If  you  have  multiple expressions   that  
Incorrect need   to   be   evaluated   in   one   shot,   then   writing   multiple   'if' statements becomes an issue.
Mark 0.00 out of
1.00 Select one:
True

False

The correct answer is 'False'.

Question 15 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 16 The  What statement  is  used  to  evaluate  a  boolean  expression  before  executing  a  set  of statements.
Incorrect

Mark 0.00 out of Select one:


1.00
True

False

The correct answer is 'False'.


Question 17 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 18
HTTP 500 message means the server successfully processed the request.
Correct

Mark 1.00 out of


1.00
Select one:
True

False

The correct answer is 'False'.

Question 19 A double data type is used to work with decimals. In this case, the numbers are whole numbers like 10.11, 20.22 or
Correct 30.33.
Mark 1.00 out of
1.00 Select one:
True

False

The correct answer is 'True'.

Question 20 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

The correct answer is 'False'.


Question 21 ______________ make use of the browser's built-in XMLHttpRequest (XHR) object to send and receive information to
Correct and from a web server asynchronously, in the background, without blocking the page or interfering with the user's
Mark 1.00 out of experience
1.00

Select one:
a. YAML

b. JSON

c. XML

d. AJAX

Your answer is correct.


The correct answer is: AJAX

Question 22 Defines a piece of computer code


Correct

Mark 1.00 out of Select one:


1.00
a. <code>

b. <cite>

c. <data>

d. <col>

Your answer is correct.

The correct answer is: <code>

Question 23 An Integer data types are used to work with numbers. In this case, the numbers are whole numbers like 10, 20 or
Correct 30.
Mark 1.00 out of
1.00 Select one:
True

False

The correct answer is 'True'.

Question 24 An array is used to store a collection or series of elements. These elements will be of the same type.
Correct

Mark 1.00 out of Select one:


1.00
True

False

The correct answer is 'True'.


Question 25 embedded or global styles are written in the document head and refer to the file as a whole.
Correct

Mark 1.00 out of Select one:


1.00
True

False

The correct answer is 'True'.

Question 26 C++ is a general purpose, multi-paradigm programming language developed by Microsoft that runs on the .NET
Incorrect Framework.
Mark 0.00 out of
1.00 Select one:
True

False

The correct answer is 'False'.

Question 27 A String data type is used to work with String values. In C#, the datatype is denoted by the keyword 'String'.
Correct

Mark 1.00 out of Select one:


1.00
True

False

The correct answer is 'True'.

Question 28 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 29 Choose what <a> is for
Correct

Mark 1.00 out of Select one:


1.00
a. Defines an abbreviation or an acronym

b. Defines an area inside an image-map

c. Defines a hyperlink

d. Defines contact information for the author/owner of a document

Your answer is correct.


The correct answer is: Defines a hyperlink

Question 30  <fieldset> Specifies self-contained content


Correct

Mark 1.00 out of Select one:


1.00
True

False

The correct answer is 'False'.

Question 31 _____________ 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. POST Request

c. PUT Request

d. GET Request

Your answer is correct.

The correct answer is: GET Request


Question 32 A _________ is a block of code which will be executed only if it is called.
Correct

Mark 1.00 out of Select one:


1.00
a. variable

b. function

c. class

d. array

Your answer is correct.


The correct answer is: function

Question 33  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. reverse method

b. prototype property

c. length property

d. sort method

Your answer is correct.

The correct answer is: length property

Question 34 Describe what <b> tag is for


Correct

Mark 1.00 out of Select one:


1.00
a. Defines big text

b. Defines the document's body

c. Defines a single line break

d. Defines bold text

Your answer is correct.

The correct answer is: Defines bold text

Question 35 Blade is a simple markup syntax for embedding server code (C# or VB) into ASP.NET web pages.
Incorrect

Mark 0.00 out of Select one:


1.00
True

False

The correct answer is 'False'.


Question 36 Choose what <data> is for
Correct

Mark 1.00 out of Select one:


1.00
a. Links the given content with a machine-readable translation

b. Defines text that has been deleted from a document

c. Defines additional details that the user can view or hide

d. Specifies a list of pre-defined options for input controls

Your answer is correct.


The correct answer is: Links the given content with a machine-readable translation

Question 37 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 38 HTTP 200 message means the server successfully processed the request.
Incorrect

Mark 0.00 out of Select one:


1.00
True

False

The correct answer is 'True'.

Question 39 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 40 <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'.

◄ Performance Task 2 Jump to... jQuery Introduction ►


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...


Home / My courses / BAED-PROG3115-2016S / Week 8-9: Web Page Scripting with Javascript / Performance Task 1

Started on Sunday, 10 January 2021, 11:39 AM


State Finished
Completed on Sunday, 10 January 2021, 11:44 AM
Time taken 4 mins 56 secs
Grade 4.00 out of 10.00 (40%)

Question 1
JavaScript is used mainly or enhancing the interaction of a user with the webpage
Correct

Mark 1.00 out of


1.00
Select one:
True

False

Question 2 You can assign a value to the variable while declaring the variable but not after declaring the variable
Incorrect

Mark 0.00 out of Select one:


1.00
True

False

Question 3 Variable names should start with a letter and they are case sensitive.
Correct

Mark 1.00 out of Select one:


1.00
True

False

Question 4
Loops are useful when you have to execute the same lines of code repeatedly.
Correct

Mark 1.00 out of


1.00
Select one:
True

False

Question 5

Incorrect variable are used to store values or expressions

Mark 0.00 out of


1.00
Question 6

Correct browser is responsible for running JavaScript.

Mark 1.00 out of


1.00

Question 7

Incorrect JSON is a key-value data format that is typically rendered in curly braces.

Mark 0.00 out of


1.00

Question 8
Type of JavaScript Array method if you want to know the number of elements in an array
Not answered

Marked out of
1.00

Answer:

Question 9
Type of JavaScript Array method if you want to add new properties and method
Not answered

Marked out of
1.00

Answer:

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

Marked out of
1.00

Answer:

◄ Javascript AJAX Jump to... Written Work 2 ►


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

Started on Tuesday, 12 January 2021, 11:13 AM


State Finished
Completed on Tuesday, 12 January 2021, 11:29 AM
Time taken 15 mins 6 secs
Marks 31.00/40.00
Grade 7.75 out of 10.00 (78%)

Question 1 The  What statement  is  used  to  evaluate  a  boolean  expression  before  executing  a  set  of statements.
Correct

Mark 1.00 out of Select one:


1.00
True

False

The correct answer is 'False'.

Question 2 Copies both structure and data


Correct

Mark 1.00 out of Select one:


1.00
a. Copy

b. Clone

c. CreateDataReader(DataTable[])

d. CreateDataReader()

Your answer is correct.

The correct answer is: Copy

Question 3 The  Visual  Studio  IDE  can only be  used  to  create  a Web-application.
Correct

Mark 1.00 out of Select one:


1.00
True

False

The correct answer is 'False'.


Question 4
JavaScript is used mainly or enhancing the interaction of a user with the webpage
Correct

Mark 1.00 out of


1.00
Select one:
True

False

The correct answer is 'True'.

Question 5 Blade is a simple markup syntax for embedding server code (C# or VB) into ASP.NET web pages.
Correct

Mark 1.00 out of Select one:


1.00
True

False

The correct answer is 'False'.

Question 6 Creating variables in VBScript is most often referred to as "declaring" variables.


Incorrect

Mark 0.00 out of Select one:


1.00
True

False

The correct answer is 'False'.

Question 7 The DataRelation objects represent the relationship between two tables.
Correct

Mark 1.00 out of Select one:


1.00
True

False

The correct answer is 'True'.

Question 8 Returns a DataTableReader with one result set per DataTable


Incorrect

Mark 0.00 out of Select one:


1.00
a. CreateDataReader(DataTable[])

b. CreateDataReader()

Your answer is incorrect.

The correct answer is: CreateDataReader(DataTable[])


Question 9 _________ is  a  key-value  data  format  that  is  typically  rendered  in  curly  braces.
Correct

Mark 1.00 out of Select one:


1.00
a. YAML

b. XML

c. JSON

Your answer is correct.

The correct answer is: JSON

Question 10 Returns a view of data in the data set.


Incorrect

Mark 0.00 out of Select one:


1.00
a. CaseSensitive

b. DefaultViewManager

c. Container

d. DataSetName

Your answer is incorrect.

The correct answer is: DefaultViewManager

Question 11 The default scripting language in ASP is C++.


Correct

Mark 1.00 out of Select one:


1.00
True

False

The correct answer is 'False'.

Question 12

Not answered Keys need to be unique and can include whitespaces, so it’s best to use .

Marked out of
1.00

The correct answer is: underscores


Question 13
HTTP 500 message means the server successfully processed the request.
Correct

Mark 1.00 out of


1.00
Select one:
True

False

The correct answer is 'False'.

Question 14 Gets the container for the component.


Incorrect

Mark 0.00 out of Select one:


1.00
a. DataSetName

b. DefaultViewManager

c. CaseSensitive

d. Container

Your answer is incorrect.

The correct answer is: CaseSensitive

Question 15 Statements can be executed repeatedly in loops.


Correct

Mark 1.00 out of Select one:


1.00
True

False

The correct answer is 'True'.

Question 16 An array is used to store a collection or series of elements. These elements will be of the same type.
Correct

Mark 1.00 out of Select one:


1.00
True

False

The correct answer is 'True'.


Question 17 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

The correct answer is 'True'.

Question 18 just a means of loading data from the server and selectively updating parts of a webpage without reloading the
Correct whole page.
Mark 1.00 out of
1.00
Answer: AJAX

The correct answer is: AJAX

Question 19 ADO.NET provides a bridge between the front end controls and the back end database.
Correct

Mark 1.00 out of Select one:


1.00
True

False

The correct answer is 'True'.

Question 20 Free resources and perform other cleanups


Incorrect

Mark 0.00 out of Select one:


1.00
a. Freeup

b. Finalize

Your answer is incorrect.

The correct answer is: Finalize

Question 21 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

The correct answer is 'True'.


Question 22

Correct Variables are used to store values or expressions

Mark 1.00 out of


1.00

The correct answer is: Variables

Question 23 A _________ is a block of code which will be executed only if it is called.


Correct

Mark 1.00 out of Select one:


1.00
a. function

b. array

c. variable

d. class

Your answer is correct.

The correct answer is: function

Question 24 external CSS files are files of type  .css  that are  linked to a document using the link tag
Correct

Mark 1.00 out of Select one:


1.00
True

False

The correct answer is 'True'.

Question 25 Strings are enclosed with grave accent(`) marks


Incorrect

Mark 0.00 out of Select one:


1.00
True

False

The correct answer is 'False'.

Question 26 You can assign a value to the variable while declaring the variable but not after declaring the variable
Correct

Mark 1.00 out of Select one:


1.00
True

False

The correct answer is 'False'.


Question 27 The  switch  statement  is  an  enhancement  to  the  'for'  statement.  If  you  have  multiple expressions   that  
Correct need   to   be   evaluated   in   one   shot,   then   writing   multiple   'if' statements becomes an issue.
Mark 1.00 out of
1.00 Select one:
True

False

The correct answer is 'False'.

Question 28 When this access specifier is attached to either a property or a method, it means that those members cannot be
Correct accessed from any external program
Mark 1.00 out of
1.00 Select one:
True

False

The correct answer is 'False'.

Question 29 Variables are declared with the let keyword


Incorrect

Mark 0.00 out of Select one:


1.00
True

False

The correct answer is 'False'.

Question 30

Correct browser is responsible for running JavaScript.

Mark 1.00 out of


1.00

The correct answer is: Browser

Question 31 # files have the extension .csphtml


Incorrect

Mark 0.00 out of Select one:


1.00
True

False

The correct answer is 'False'.


Question 32 ______________ make use of the browser's built-in XMLHttpRequest (XHR) object to send and receive information to
Correct and from a web server asynchronously, in the background, without blocking the page or interfering with the user's
Mark 1.00 out of experience
1.00

Select one:
a. AJAX

b. YAML

c. XML

d. JSON

Your answer is correct.


The correct answer is: AJAX

Question 33 embedded or global styles are written in the document head and refer to the file as a whole.
Correct

Mark 1.00 out of Select one:


1.00
True

False

The correct answer is 'True'.

Question 34 he DataSet contains DataTable objects and DataRelation objects.


Correct

Mark 1.00 out of Select one:


1.00
True

False

The correct answer is 'True'.

Question 35
JSON object is a key-value data format that is typically rendered in curly braces.
Correct

Mark 1.00 out of


1.00
Select one:
True

False

The correct answer is 'True'.


Question 36 C++ is a general purpose, multi-paradigm programming language developed by Microsoft that runs on the .NET
Correct Framework.
Mark 1.00 out of
1.00 Select one:
True

False

The correct answer is 'False'.

Question 37
The jQuery library provides two easing function which are:
Correct

Mark 1.00 out of


1.00
Select one or more:
a. Queue

b.
Swing

c. Progress

d.
Linear

Your answer is correct.

The correct answers are: Linear, Swing

Question 38 Microsoft Visual Studio is an integrated development environment (IDE) from Microsoft. It is used to develop
Correct computer programs for Microsoft Windows.
Mark 1.00 out of
1.00 Select one:
True

False

The correct answer is 'True'.

Question 39
XHR stands for? 
Correct

Mark 1.00 out of


1.00

Answer: XMLHttpRequest

The correct answer is: XMLHttpRequest


Question 40

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

◄ Quiz 2 Jump to...

You might also like