0

Web Applications

Description: Practice questions.
Number of Questions: 15
Created by:
Tags: ASP Information Technology
Attempted 0/15 Correct 0 Score 0

Which of the following is a small program, downloaded to web browser and written on to hard disk of the system called?

  1. Java Appellate

  2. JavaScript

  3. C++ program

  4. ActiveX

  5. None of the above


Correct Option: D
Explanation:

This program is ActiveX and is written onto the hard disk.

Which of the following approaches (models) provides individual functions of all HTML parts in one .aspx file?

  1. Code behind page model

  2. Multi page model

  3. Double page model

  4. Single page model

  5. All of the above


Correct Option: A
Explanation:

Code behind page model approach provides individual functions of all HTML parts in one .aspx file.

A user is required to make some changes in the account folder of the front page of his existing file. He uses Site.css for doing this but could not make the modifications. What is the reason behind this?

  1. Site.css allows to open account folder in read only mode.

  2. Site.css allows to change the style only.

  3. Site.css is not a valid style sheet in ASP.Net.

  4. Both 1 and 2 are correct.

  5. None of the above


Correct Option: B
Explanation:

The Site.css allows to change the style of the frontpage. It can not be used to modify the contents in the front page. So account folder could not be modified.

Basic components like Server Explorer Window, Class View Window, and Task List Window are used for which of the following packages?

  1. Visual Basic 2010 IDE

  2. Visual C 2010 IDE

  3. Visual Studio 2010 IDE

  4. Visual Studio 2013 IDE

  5. Visual Studio 2001 IDE


Correct Option: C
Explanation:

This contains the above mentioned components.

A database table product_profile table is required to be added in the existing B2B web site using ASP.Net. Which of the following databases should be used for this?

  1. ASPNETMS

  2. ASP.NET Oracle

  3. ASPNETDB

  4. ASPNETACCESS

  5. ASPNET


Correct Option: C
Explanation:

This is the data base which is used for adding the product_profile table.

Specific database can be changed in ASP.Net using Update method. This method can be invoked by which of the following?

  1. Data set

  2. Database (itself)

  3. SQL

  4. DBMS

  5. None of the above


Correct Option: A
Explanation:

Data set invokes the method Update for changing any specific data base in ASP.Net.

Which of the following should be available to .Net framework in order to develop dynamic languages so that these can run on ASP.Net?

  1. Side by side execution

  2. Enhancement parallel computing

  3. Improved garbage collection

  4. MEF

  5. Dynamic language runtime


Correct Option: E
Explanation:

This should be available for development.

The source code of the assembly is taken as evidence to provide security in .NET framework. Which of the following terms describes this feature?

  1. Comman type security (CTS)

  2. Common Language run time security (CLRS)

  3. Base class library

  4. Assembly language

  5. Code access security (CAS)


Correct Option: E
Explanation:

The source code of the assembly is taken as evidence to provide security in .NET framework. This feature is called CAS.

By which of the following is the memory allocated in .NET framework as long as a reference to an object via graph is available?

  1. .NET garbage collector

  2. Memory management module

  3. CLR

  4. CTS

  5. None of the above


Correct Option: C
Explanation:

CLR provides the memory management facilities to any object , whether it is referenced directly of via graph.

Graphic rendering in a .NET framework is possible because of its availablity in which of the following?

  1. CLR

  2. CTS

  3. Base class library

  4. Ground library

  5. Both CLR and CTS


Correct Option: C
Explanation:

Graphic rendering is in available in Base class library of .NET framework.

While writing a small program for Mozila browser, the programmer writes this program as ActiveX object. The program was correct in all aspects including compiler requirements but this object could not be evoked or opened in Mozila. Which of the following best describe(s) the reason(s) for the same?

  1. The programm did not contain proper syntax.

  2. Mozila is a Microsoft browser, so ActiveX cannot run there.

  3. Mozila browser requires some specific characters, which are missing in the program.

  4. All of the above

  5. ActiveX can run only in Microsoft's Internet Explorer.


Correct Option: E
Explanation:

Mozila is non Microsoft browser while ActiveX can run in Microsoft browser only. So it could not be opened. ActiveX  will not run in Mozila since Mozila is non Microsoft browser. Answer is correct.

Certain specifications transform source code into a natural format in a .Net framework. Which of the following best describes this?

  1. Common Language Specification

  2. Programming Language Layer

  3. VB.Net

  4. C

  5. Common Language Runtime


Correct Option: A
Explanation:

CLS is a natural run time format.

HTML form receives a value from user. Once received, this value must be moved into request object of IIS server. Which of the following will frame such condition?

  1. TCP/IP

  2. Java script

  3. ASP.Net

  4. .Net framework

  5. VB.Net


Correct Option: C
Explanation:

ASP.Net net is specifications or conditions in which following is also a condition imposed to the system.: HTML form receives a value from user. Once received this value must be moved into request object of IIS server

ASP.Net has been used to re-size an existing font . Which of the following facilities is given by ASP.Net for this is?

  1. Style sheet

  2. Modify style sheet

  3. Site.ssc

  4. Page modifying sheet

  5. Site.master


Correct Option: A
Explanation:

Style sheet is provided by ASP.Net for modifications in font.

Java byte code converter provides machine language version of byte code to CLR to run an ASP.Net program. This converter is a part of which of the following?

  1. MSIL

  2. Compiler

  3. CLS

  4. CLR

  5. None of the above


Correct Option: D
Explanation:

This provides the run time environment to byte code, and it contains the converter.

- Hide questions