My Courses: Home BAED-PROG3115-2016S Quarterly Exam First Quarter Exam
My Courses: Home BAED-PROG3115-2016S Quarterly Exam First Quarter Exam
Question 1 HTTP 302 Message Means The server can't find the requested page.
Correct
False
Question 2 _________ is a key-value data format that is typically rendered in curly braces.
Correct
b. JSON
c. YAML
Question 3 The Visual Studio IDE can only be used to create a Web-application.
Correct
False
False
Question 5 nline or local stylesThese are written correctly in the HTML tag and precede other styles.
Correct
c. external CSS
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
False
Question 9 external CSS files are files of type .css that are linked to a document using the link tag
Correct
False
False
Question 11 C# programming language has in-built support for classes and objects.
Correct
False
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
b. length property
c. reverse method
d. sort method
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
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
Question 16 The What statement is used to evaluate a boolean expression before executing a set of statements.
Incorrect
False
False
Question 18
HTTP 500 message means the server successfully processed the request.
Correct
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
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
Select one:
a. YAML
b. JSON
c. XML
d. AJAX
b. <cite>
c. <data>
d. <col>
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
Question 24 An array is used to store a collection or series of elements. These elements will be of the same type.
Correct
False
False
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
Question 27 A String data type is used to work with String values. In C#, the datatype is denoted by the keyword 'String'.
Correct
False
Question 28 Destructors are used to initializing the values of class fields when their corresponding objects are created.
Incorrect
False
c. Defines a hyperlink
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
b. function
c. class
d. array
Question 33 If you want to know the number of elements in an array, you can use this property
Correct
b. prototype property
c. length property
d. sort method
Question 35 Blade is a simple markup syntax for embedding server code (C# or VB) into ASP.NET web pages.
Incorrect
False
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
Question 38 HTTP 200 message means the server successfully processed the request.
Incorrect
False
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
False