Home / CSE MCQs / MVC MCQs ::

CSE MCQs :: MVC MCQs

  1. Which of following is TRUE?
  2. A.
    The controller redirects incoming request to model
    B.
    The controller executes an incoming request
    C.
    The controller controls the data
    D.
    The controller render html to view

  3. Which Name space is used to create chart using ASP.Net MVC?
  4. A.
    using System.Web.MVC
    B.
    using System.Web.Helpers
    C.
    using System.Web.Chart
    D.
    All

  5. For controller action method . . . . . returns nothing as the result.
  6. A.
    ResultEmpty
    B.
    EmptyResult
    C.
    ReturnEmpty
    D.
    EmptyReturn

  7. Which of the following method of html helper generates html control based on the data type of specified property?
  8. A.
    Html.TextBox
    B.
    Html.Password
    C.
    Html.Editor
    D.
    Html.Display

  9. What is default authentication in Internet Information Services (IIS)?
  10. A.
    Standard User
    B.
    Administrator
    C.
    Anonymous
    D.
    None