0% found this document useful (0 votes)
832 views10 pages

My Courses: Home BAED-PROG3115-2016S Quarterly Exam Second Quarter Exam

The document outlines the results of a second quarter exam taken on January 12, 2021, which consisted of 33 multiple choice questions and was completed in 15 minutes and 6 seconds. The exam covered topics such as boolean expressions, data types, programming languages, and web development. The exam achieved a score of 31 out of 40 points (78%).

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 (0 votes)
832 views10 pages

My Courses: Home BAED-PROG3115-2016S Quarterly Exam Second Quarter Exam

The document outlines the results of a second quarter exam taken on January 12, 2021, which consisted of 33 multiple choice questions and was completed in 15 minutes and 6 seconds. The exam covered topics such as boolean expressions, data types, programming languages, and web development. The exam achieved a score of 31 out of 40 points (78%).

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