PROGSecond Quarter Exam PDF

You might also like

You are on page 1of 10

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

You might also like