Feedback The Correct Answer Is 'True'.: Correct Mark 1.00 Out of 1.00
Feedback The Correct Answer Is 'True'.: Correct Mark 1.00 Out of 1.00
Select one:
True
False
Feedback
Question 2
Correct
Mark 1.00 out of 1.00
Flag question
Question text
Select one:
a. Defines a single line break
b. Defines the document's body
c. Defines bold text
Question 3
Correct
Mark 1.00 out of 1.00
Flag question
Question text
_________ is a key-value data format that is typically rendered in curly braces.
Select one:
a. XML
b. YAML
c. JSON
Feedback
Question 4
Correct
Mark 1.00 out of 1.00
Flag question
Question text
A boolean data type is used to work with Boolean values of true and false. In C#, the
datatype is denoted by the Boolean keyword.
Select one:
True
False
Feedback
Question 5
Correct
Mark 1.00 out of 1.00
Flag question
Question text
The Visual Studio IDE can only be used to create a Web-application.
Select one:
True
False
Feedback
Question 6
Correct
Mark 1.00 out of 1.00
Flag question
Question text
Select one:
True
False
Feedback
Question 7
Correct
Mark 1.00 out of 1.00
Flag question
Question text
______________ make use of the browser's built-in XMLHttpRequest (XHR) object to send
and receive information to and from a web server asynchronously, in the background,
without blocking the page or interfering with the user's experience
Select one:
a. AJAX
b. YAML
c. XML
d. JSON
Feedback
Question 8
Correct
Mark 1.00 out of 1.00
Flag question
Question text
C# programming language has in-built support for classes and objects.
Select one:
True
False
Feedback
Question 9
Correct
Mark 1.00 out of 1.00
Flag question
Question text
The switch statement is an enhancement to the 'for' statement. If you have
multiple expressions that need to be evaluated in one shot, then writing
multiple 'if' statements becomes an issue.
Select one:
True
False
Feedback
Question 10
Correct
Mark 1.00 out of 1.00
Flag question
Question text
A double data type is used to work with decimals. In this case, the numbers are whole
numbers like 10.11, 20.22 or 30.33.
Select one:
True
False
Feedback
Question 11
Correct
Mark 1.00 out of 1.00
Flag question
Question text
The What statement is used to evaluate a boolean expression before executing a
set of statements.
Select one:
True
False
Feedback
Question 12
Correct
Mark 1.00 out of 1.00
Flag question
Question text
If you want to add new properties and methods, you can use this property
Select one:
a. reverse method
b. length property
c. sort method
d. prototype property
Feedback
Question 13
Correct
Mark 1.00 out of 1.00
Flag question
Question text
nline or local stylesThese are written correctly in the HTML tag and precede other styles.
Select one:
a. external CSS
b. nline or local styles
Question 14
Correct
Mark 1.00 out of 1.00
Flag question
Question text
If you want to know the number of elements in an array, you can use this property
Select one:
a. reverse method
b. prototype property
c. length property
d. sort method
Feedback
Question 15
Correct
Mark 1.00 out of 1.00
Flag question
Question text
Select one:
True
False
Feedback
Question 16
Correct
Mark 1.00 out of 1.00
Flag question
Question text
HTTP 500 message means the server successfully processed the request.
Select one:
True
False
Feedback
Flag question
Question text
A virtual path is shorthand to represent physical paths. If you use virtual paths, you can
move your pages to a different domain (or server) without having toupdate the paths.
Select one:
True
False
Feedback
Question 18
Correct
Mark 1.00 out of 1.00
Flag question
Question text
HTTP 302 Message Means The server can't find the requested page.
Select one:
True
False
Feedback
Question 19
Correct
Mark 1.00 out of 1.00
Flag question
Question text
Select one:
True
False
Feedback
Question 20
Correct
Mark 1.00 out of 1.00
Flag question
Question text
A String data type is used to work with String values. In C#, the datatype is denoted by
the keyword 'String'.
Select one:
True
False
Feedback
Question 21
Correct
Mark 1.00 out of 1.00
Flag question
Question text
False
Feedback
Question 22
Correct
Mark 1.00 out of 1.00
Flag question
Question text
The while loop is used for iterative purposes. Suppose if you want to repeat a certain set
of statements for a particular number of times, then while loop is used.
Select one:
True
False
Feedback
Question 23
Correct
Mark 1.00 out of 1.00
Flag question
Question text
Select one:
True
False
Feedback
Question 24
Correct
Mark 1.00 out of 1.00
Flag question
Question text
external CSS files are files of type .css that are linked to a document using the link tag
Select one:
True
False
Feedback
Question 25
Correct
Mark 1.00 out of 1.00
Flag question
Question text
d. variable
Feedback
Question 26
Correct
Mark 1.00 out of 1.00
Flag question
Question text
This variable will point to an array or list of elements, which will be responsible for
storing the elements of the array.
Select one:
True
False
Feedback
Question 27
Correct
Mark 1.00 out of 1.00
Flag question
Question text
embedded or global styles are written in the document head and refer to the file as a
whole.
Select one:
True
False
Feedback
Question 28
Correct
Mark 1.00 out of 1.00
Flag question
Question text
Content block (from another file) can be imported anywhere in a web page,
and can contain text, markup, and code, just like any regular web page.
Select one:
True
False
Feedback
Question 29
Correct
Mark 1.00 out of 1.00
Flag question
Question text
HTTP 200 message means the server successfully processed the request.
Select one:
True
False
Feedback
Question 30
Correct
Mark 1.00 out of 1.00
Flag question
Question text
Destructors are used to initializing the values of class fields when their
corresponding objects are created.
Select one:
True
False
Feedback
Question 31
Correct
Mark 1.00 out of 1.00
Flag question
Question text
_____________ is typically used to get or retrieve some kind of information from the server
that doesn't require any manipulation or change in database, for example, fetching
search results based on a term, fetching user details based on their id or name, and so
on.
Select one:
a. POST Request
b. PUT Request
c. OPTIONS Request
d. GET Request
Feedback
Question 32
Correct
Mark 1.00 out of 1.00
Flag question
Question text
Question 33
Correct
Mark 1.00 out of 1.00
Flag question
Question text
Select one:
a. Defines contact information for the author/owner of a document
b. Defines an area inside an image-map
c. Defines a hyperlink
Question 34
Correct
Mark 1.00 out of 1.00
Flag question
Question text
An array is used to store a collection or series of elements. These elements will be of the
same type.
Select one:
True
False
Feedback
Question 35
Correct
Mark 1.00 out of 1.00
Flag question
Question text
An Integer data types are used to work with numbers. In this case, the numbers are
whole numbers like 10, 20 or 30.
Select one:
True
False
Feedback
Question 36
Correct
Mark 1.00 out of 1.00
Flag question
Question text
When this access modifier is attached to either a property or a method, it means that
those members can be accessed only by classes inherited from the current class.
Select one:
True
False
Feedback
Question 37
Correct
Mark 1.00 out of 1.00
Flag question
Question text
Select one:
True
False
Feedback
Question 38
Correct
Mark 1.00 out of 1.00
Flag question
Question text
Select one:
a. <cite>
b. <code>
c. <data>
d. <col>
Feedback
Question 39
Correct
Mark 1.00 out of 1.00
Flag question
Question text
When this access specifier is attached to either a property or a method, it means that
those members cannot be accessed from any external program
Select one:
True
False
Feedback
Question 40
Correct
Mark 1.00 out of 1.00
Flag question
Question text
Blade is a simple markup syntax for embedding server code (C# or VB) into ASP.NET
web pages.
Select one:
True
False
Feedback
Select one:
True
False
Feedback
Question 2
Correct
Mark 1.00 out of 1.00
Flag question
Question text
embedded or global styles are written in the document head and refer to the file as a
whole.
Select one:
True
False
Feedback
Question 3
Correct
Mark 1.00 out of 1.00
Flag question
Question text
d. <cite>
Feedback
Question 4
Correct
Mark 1.00 out of 1.00
Flag question
Question text
nline or local stylesThese are written correctly in the HTML tag and precede other styles.
Select one:
a. external CSS
b. embedded or global styles
Flag question
Question text
False
Feedback
Question 6
Correct
Mark 1.00 out of 1.00
Flag question
Question text
Flag question
Question text
external CSS files are files of type .css that are linked to a document using the link tag
Select one:
True
False
Feedback
Question 8
Correct
Mark 1.00 out of 1.00
Flag question
Question text
Flag question
Question text
Question 10
Correct
Mark 1.00 out of 1.00
Flag question
Question text
Select one:
True
False
Feedback