Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 26

When this access modifier is attached to either a property or a method, it means that

those members  can  be  accessed  from  any  external  program.

Select one:
True 

False
Feedback

The correct answer is 'True'.

Question 2
Correct
Mark 1.00 out of 1.00

Flag question
Question text

Describe what <b> tag is for

Select one:
a. Defines a single line break
b. Defines the document's body
c. Defines bold text 

d. Defines big text


Feedback

Your answer is correct.


The correct answer is: 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

Your answer is correct.


The correct answer is: JSON

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

The correct answer is 'True'.

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

The correct answer is 'False'.

Question 6
Correct
Mark 1.00 out of 1.00

Flag question
Question text

An array is an object that can store a collection of items.

Select one:
True 

False
Feedback

The correct answer is 'True'.

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

Your answer is correct.


The correct answer is: AJAX

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

The correct answer is 'True'.

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

The correct answer is 'False'.

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

The correct answer is 'True'.

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

The correct answer is 'False'.

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

Your answer is correct.


The correct answer is: prototype property

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 

c. embedded or global styles


Feedback

Your answer is correct.


The correct answer is: 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

Your answer is correct.


The correct answer is: length property

Question 15
Correct
Mark 1.00 out of 1.00

Flag question
Question text

 <fieldset> Specifies self-contained content

Select one:
True

False 
Feedback

The correct answer is 'False'.

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

The correct answer is 'False'.


Question 17
Correct
Mark 1.00 out of 1.00

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

The correct answer is 'True'.

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

The correct answer is 'False'.

Question 19
Correct
Mark 1.00 out of 1.00
Flag question
Question text

C++ is a general purpose, multi-paradigm programming language developed by


Microsoft that runs on the .NET Framework.

Select one:
True

False 
Feedback

The correct answer is 'False'.

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

The correct answer is 'True'.

Question 21
Correct
Mark 1.00 out of 1.00
Flag question
Question text

<div> Defines a container for an external (non-HTML) application


Select one:
True

False 
Feedback

The correct answer is 'False'.

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

The correct answer is 'True'.

Question 23
Correct
Mark 1.00 out of 1.00
Flag question
Question text

Microsoft Visual Studio is an integrated development environment (IDE) from Microsoft.


It is used to develop computer programs for Microsoft Windows.

Select one:
True 

False
Feedback

The correct answer is 'True'.

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

The correct answer is 'True'.

Question 25
Correct
Mark 1.00 out of 1.00
Flag question
Question text

A _________ is a block of code which will be executed only if it is called.


Select one:
a. array
b. class
c. function 

d. variable
Feedback

Your answer is correct.


The correct answer is: function

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

The correct answer is 'True'.

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

The correct answer is 'True'.

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

The correct answer is 'True'.

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

The correct answer is 'True'.

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

The correct answer is 'False'.

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

Your answer is correct.


The correct answer is: GET Request

Question 32
Correct
Mark 1.00 out of 1.00

Flag question
Question text

Choose what <data> is for


Select one:
a. Defines additional details that the user can view or hide
b. Specifies a list of pre-defined options for input controls
c. Links the given content with a machine-readable translation 

d. Defines text that has been deleted from a document


Feedback

Your answer is correct.


The correct answer is: Links the given content with a machine-readable translation

Question 33
Correct
Mark 1.00 out of 1.00

Flag question
Question text

Choose what <a> is for

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 

d. Defines an abbreviation or an acronym


Feedback

Your answer is correct.


The correct answer is: 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

The correct answer is 'True'.

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

The correct answer is 'True'.

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

The correct answer is 'True'.

Question 37
Correct
Mark 1.00 out of 1.00

Flag question
Question text

<head> Defines a header for a document or section

Select one:
True

False 
Feedback

The correct answer is 'False'.

Question 38
Correct
Mark 1.00 out of 1.00

Flag question
Question text

Defines a piece of computer code

Select one:
a. <cite>
b. <code> 
c. <data>
d. <col>
Feedback

Your answer is correct.


The correct answer is: <code>

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

The correct answer is 'False'.

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

The correct answer is 'False'.

 <fieldset> Specifies self-contained content

Select one:
True

False 
Feedback

The correct answer is 'False'.

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

The correct answer is 'True'.

Question 3
Correct
Mark 1.00 out of 1.00
Flag question
Question text

Defines a piece of computer code


Select one:
a. <data>
b. <col>
c. <code> 

d. <cite>
Feedback

Your answer is correct.


The correct answer is: <code>

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

c. nline or local styles 


Feedback

Your answer is correct.


The correct answer is: nline or local styles
Question 5
Correct
Mark 1.00 out of 1.00

Flag question
Question text

<head> Defines a header for a document or section


Select one:
True

False 
Feedback

The correct answer is 'False'.

Question 6
Correct
Mark 1.00 out of 1.00

Flag question
Question text

Describe what <b> tag is for


Select one:
a. Defines a single line break
b. Defines the document's body
c. Defines bold text 

d. Defines big text


Feedback

Your answer is correct.


The correct answer is: Defines bold text
Question 7
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

The correct answer is 'True'.

Question 8
Correct
Mark 1.00 out of 1.00

Flag question
Question text

Choose what <a> is for


Select one:
a. Defines a hyperlink 
b. Defines contact information for the author/owner of a document
c. Defines an abbreviation or an acronym

d. Defines an area inside an image-map


Feedback

Your answer is correct.


The correct answer is: Defines a hyperlink
Question 9
Correct
Mark 1.00 out of 1.00

Flag question
Question text

Choose what <data> is for


Select one:
a. Links the given content with a machine-readable translation 
b. Defines text that has been deleted from a document
c. Specifies a list of pre-defined options for input controls

d. Defines additional details that the user can view or hide


Feedback

Your answer is correct.


The correct answer is: Links the given content with a machine-readable translation

Question 10
Correct
Mark 1.00 out of 1.00

Flag question
Question text

<div> Defines a container for an external (non-HTML) application

Select one:
True

False 
Feedback

The correct answer is 'False'.

You might also like