Web Design and Development Quiz#1, MCQs



NOTE: Attempt all Questions to see the Result at the bottom of this page.



The Timer has started 10:00



  1. 1)

    DSN stands for ___________.


    • A) Domain System Name
    • B) Data Source Name
    • C) Database System Name
    • D) Database Simple Name

  2. 2)

    One application has _________ servlet context(s).


    • A) 1
    • B) 2
    • C) 3
    • D) 4

  3. 3)

    In packages, we organize files into different directories according to their ____________.


    • A) Functionality
    • B) Usability
    • C) Category
    • D) All of these

  4. 4)

    Entire JSP page gets translated into a servlet ____________.


    • A) Once
    • B) Every time when it is accessed
    • C) Every time when the page is refreshed
    • D) Every time when the browser is restarted

  5. 5)

    A bean class ___________ be serializable.


    • A) Can
    • B) Can’t
    • C) Must
    • D) Shouldn’t

  6. 6)

    MVC stands for _____________.


    • A) Model View Content
    • B) Model View Controller
    • C) Multi View Controller
    • D) Multi View Content

  7. 7)

    Layers represent the _____________ view of application.


    • A) Physical
    • B) Logical
    • C) External
    • D) None of these

  8. 8)

    Tiers represent the _____________ view of application.


    • A) Physical
    • B) Logical
    • C) External
    • D) None of these

  9. 9)

    Managed Bean is JavaBeans which are defined in ------------------


    • A) Configuration file
    • B) Source file
    • C) Class file
    • D) None of these

  10. 10)

    _____________ is a standard web based application framework


    • A) Java
    • B) Servlet
    • C) JSP
    • D) JSF