Online Tests for Application of .net technology

Application of .net technology

Download Guruji24.com App on Google Play
  • 1. Each question below gives a multiple choice of answers. Choose the most appropriate one and enter in the "OMR" answer sheet supplied with the question paper, following instructions therein.


    Q - 1.1 . What ADO stands for?

    Q - 1.2 . In.NET, reference types

    Q - 1.3 . In the statement, using system, system is a

    Q - 1.4 . Collection types in Visual basic

    Q - 1.5 . Dim com as ADODB.command Dim rst as ADODB.Recordset Dim con as ADODB.connection SQL="Delete from staff where SSN='123-12-1234'" Which of the following lines of code will execute the SQL string sample in the code above using ADO objects?

    Q - 1.6 . The .NET Framework is made up of components.

    Q - 1.7 . Insert a specified string into the current instance

    Q - 1.8 . Value parameters

    Q - 1.9 . The .NET Framework consists of application languages.

    Q - 1.10 . Which is not an iteration statement

    2. Each statement below is either TRUE or FALSE. Choose the most appropriate one and ENTER in the "OMR" answer sheet supplied with the question paper, following instructions therein.


    Q - 2.1 . C# is an object oriented language.

    Q - 2.2 . OLE DB is a higher-level model than ADO.s

    Q - 2.3 . An abstraction is a view of an entity that includes only those aspects that are relevant for a particular situation.

    Q - 2.4 . Intermediate Language(IL) contains the executable portion of the program.

    Q - 2.5 . Microsoft .NET supports not only language independence, but also language integration.

    Q - 2.6 . The ADO Data control uses Microsoft ActiveX Data Object(ADO) to quickly create connections between data-bound controls and data providers.

    Q - 2.7 . In Visual Basic .NET, you use the Dim statement to create a variable that represents a value type.

    Q - 2.8 . XML is a file format designed for exchanging structured data over the internet and in other settings.

    Q - 2.9 . Web forms is used to create forms that run over the internet.

    Q - 2.10 . There is no limit on the number of session variables that may be used.

    3. Match words and phrases in column X with the closest related meaning/ word(s)/phrase(s) in column Y. Enter your selection in the "OMR" answer sheet supplied with the question paper, following instructions therein

    Question Select Answer
    3.1 Fixed size array
    3.2 Reference type
    3.3 COM
    3.4 CLR
    3.5 Events
    3.6 Extension of C# programming
    3.7 SOAP
    3.8 JavaScript and VBScript
    3.9 Unboxing
    3.10 int, float, double and char

    4. Each statement below has a blank space to fit one of the word(s) or phrase(s) in the list below. Enter your choice in the "OMR" answer sheet supplied with the question paper, following instructions therein.

    Question Select Answer
    4.1 ________ facilitates code reuse and allows you to extend and use the code that you have already written.
    4.2 The most important component of the .NET framework is the ________ which provides the environment in which programs are executed.
    4.3 The ________ is a foundation for software development.
    4.4 A Running thread enters the __________ state when its Thread Start delegate terminates.
    4.5 A sequence of code that performs a specific task and returns a specific value is called________.
    4.6 To use SQL server as backhand________ provider is used.
    4.7 A number of related class libraries, collectively known as the ________ .
    4.8 Saying that operators are applied from left to right to _________ the of operators.
    4.9 The________ is an area of memory that is reserved by the application for execution of the program.
    4.10 Types such as int,float, double and char are called_________ data types.