0% found this document useful (0 votes)
827 views11 pages

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

The document summarizes the results of a quarterly exam taken on November 27, 2020 from 4:47 PM to 5:40 PM. The exam consisted of 30 multiple choice questions on topics related to programming. The examiner scored 80% overall with a grade of 32 out of 40 points.

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)
827 views11 pages

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

The document summarizes the results of a quarterly exam taken on November 27, 2020 from 4:47 PM to 5:40 PM. The exam consisted of 30 multiple choice questions on topics related to programming. The examiner scored 80% overall with a grade of 32 out of 40 points.

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

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 ►

You might also like