• 1. 
    System.Drawing Class Library Contains?

  • Printing
  • Design
  • 2. 
    __________________ validator is used to display listof all validation errors in the web form.

  • ValidationSummary
  • RegularExpression
  • 3. 
    In Base Class Library System.Windows.Forms Contains?

  • Text
  • Design
  • 4. 
    The --------------refer to fixed values that the program may not alter during its execution

  • constants
  • Function
  • module
  • robust
  • 5. 
    What codes protect your form for unowned post

  • @Html.AntiForgeryTokens()
  • @Html.AntiForgeryToken()
  • @Html.AntiForgeryToken();
  • None of The Above
  • 6. 
    In ASP.NET Web forms contains _________ code Window

  • 2
  • 3
  • 7. 
    -----------------operator, If any of the two operands is non zero then condition becomes true.

  • Logical AND Operator
  • Logical OR Operator
  • Logical NOT Operator
  • None of these
  • 8. 
    An integrated development environment for writing, compiling, and debugging the code.

  • ASP.NET
  • Visual Studio
  • Object-oriented
  • Web Applications
  • 9. 
    ____________ control is used to validate e-mail addresses, Social Security Numbers and phone numbers.

  • Range Validator
  • Compare Validator
  • RegularExpression Validator
  • RequiredField Validator
  • 10. 
    _____________ is a property common in every validation control.

  • InitialValue
  • ValidationExpression
  • ControlToValidate
  • ControlToCompare
  • 11. 
    When ASP.NET gets a page request, it decides whether to parse and compile the page, or there would be a cached version of page.

  • Page Initialization
  • Validation
  • Page Request
  • Unload
  • 12. 
    Correct syntax for declaring a student first name in model classes

  • public string FirstName { get; set;Default }
  • public string FirstName { get; set; }
  • public string FirstName { get; set }
  • None of the Above
  • 13. 
    When you start a new Web Site, ASP>NET provides the starting folders and files for the site, including two files for the first web form of the site.

  • True
  • False
  • 14. 
    -------------operator works on bits and perform bit by bit operation.

  • Relational
  • Bitwise
  • Logical
  • arithematic
  • 15. 
    -----------------is the output of language compilers in .NET

  • managed code.
  • unmanaged code.
  • Microsoft Intermediate Language
  • Just-in Time Compiler
  • 16. 
    Total Visitors can be calculated by accurate ______

  • Session
  • Application
  • 17. 
    The code that is executed by CLR environment ,instead of being executed by OS is called

  • JIT (Just-in Time Compiler)
  • managed code
  • unmanaged code
  • (Microsoft Intermediate Language
  • 18. 
    An is a symbol that tells the compiler to perform specific mathematical or logical manipulations.

  • variable
  • constant
  • operator
  • integer
  • 19. 
    ---------------operator, If both the operands are non zero then condition becomes true.

  • Logical AND operator.
  • Called Logical OR operator.
  • Called Logical XOR operator.
  • none of these
Report Question
warning
access_time
  Time