FINALTERM EXAMINATION
Spring 2010
CS506- Web Design and Development (Session - 4)
Ref No:
Time: 90 min
Marks: 60
Student Info | |
StudentID: | |
Center: | |
ExamDate: |
Question No: 1 ( Marks: 1 ) - Please choose one
► Domain System Name
► Data Source Name
► Database System Name
► Database Simple Name
Question No: 2 ( Marks: 1 ) - Please choose one
► 1
► 2
► 3
► 4
Question No: 3 ( Marks: 1 ) - Please choose one
In packages, we organize files into different directories according to their ____________.
► Functionality
► Usability
► Category
► All of these
Question No: 4 ( Marks: 1 ) - Please choose one
► Once
► Every time when it is accessed
► Every time when the page is refreshed
► Every time when the browser is restarted
Question No: 5 ( Marks: 1 ) - Please choose one
► Can
► Can’t
► Must
► Shouldn’t
Question No: 6 ( Marks: 1 ) - Please choose one
► HTML
► JavaScript
► JavaBeans
► ManagedBeans
Question No: 7 ( Marks: 1 ) - Please choose one
► Model View Content
► Model View Controller
► Multi View Controller
► Multi View Content
Question No: 8 ( Marks: 1 ) - Please choose one
► Physical
► Logical
► External
► None of these
Question No: 9 ( Marks: 1 ) - Please choose one
► Physical
► Logical
► External
► None of these
Question No: 10 ( Marks: 1 ) - Please choose one
► Configuration file
► Source file
► Class file
► None of these
Question No: 11 ( Marks: 1 ) - Please choose one
► Universal Description, Discovery & Integration (UDDI)
► Universal Data, Discovery & Integration (UDDI)
► Universal Data, Database & Integration (UDDI)
► None of these
Question No: 12 ( Marks: 1 ) - Please choose one
► Java
► Servlet
► JSP
► JSF
Question No: 13 ( Marks: 1 ) - Please choose one
► JFrame
► JDialog
► JPanel
► JWindow
Question No: 14 ( Marks: 1 ) - Please choose one
► html, JSP, Images etc..
► web.xml, Classes folder
► lib, jar files
► All of the given options
Question No: 15 ( Marks: 1 ) - Please choose one
► application, session, request, page
► page, request, session, application
► session, page, request, application
► application, session, page, request
Question No: 16 ( Marks: 1 ) - Please choose one
► Start of tag
► End of tag
► Attributes
► None of the given options
Question No: 17 ( Marks: 1 ) - Please choose one
► Light Weight Component
► Medium Weight Component
► Heavy Weight Component
► None of the given options
Question No: 18 ( Marks: 1 ) - Please choose one
► jspInit()
► jspService()
► _jspService()
► jspDestroy()
Question No: 19 ( Marks: 1 ) - Please choose one
► html
► JSP
► web.xml
► servlet
Question No: 20 ( Marks: 1 ) - Please choose one
► HttpServletResponse
► HttpServletRequest
► ServletConfig
► ServletContext
Question No: 21 ( Marks: 1 ) - Please choose one
► Known as Web Archive file (WAR)
► Used during development of web application
► Used to deploy web application
► None of the given options
Question No: 22 ( Marks: 1 ) - Please choose one
► webapps
► bin
► lib
► tags
Question No: 23 ( Marks: 1 ) - Please choose one
► JSP
► HTML
► web.xml
► Servlet
Question No: 24 ( Marks: 1 ) - Please choose one
► HttpServletRequest
► HttpServletResponse
► RequestDispatcher
► ServletConfig
Question No: 25 ( Marks: 1 ) - Please choose one
► None of the given options
► Key
► Value
► Attribute
Question No: 26 ( Marks: 1 ) - Please choose one
► = operator
► == operator
► equals() method
► compare() method
Question No: 27 ( Marks: 1 ) - Please choose one
► JFrame
► JPanel
► JButton
► All of the given options
Question No: 28 ( Marks: 1 ) - Please choose one
► read
► Write
► Listen
► None of the given options
Question No: 29 ( Marks: 1 ) - Please choose one
► Web.xml
► index.html
► Servlet.xml
► None of the given options
Question No: 30 ( Marks: 1 ) - Please choose one
► The code becomes a mixture of presentation, business and data access logic.
► The maintenance of the application becomes a nightmare.
► A lot of code is also get duplicated.
► All the business logic goes into one application.
Question No: 31 ( Marks: 2 )
Answer:
the user can be tracked in a serlver by it’s state stored on the client side. These states are stored in the form of text or some values etc. this can also be a cookie. By storing this on the use side, user can be tracked by using the information written in it.
Question No: 32 ( Marks: 2 )
Answer: the dotag() method is used to implement/override to code functionality of tag. And this is invoked when the end element of the tag encountered.
Question No: 33 ( Marks: 2 )
Answer:
Layers are simply logical grouping of the software components that make up the application or service, whereas Tiers refer to the physical residence of those layers. In simple words layers represents the logical view of application while Tiers represents physical view of application.
Question No: 34 ( Marks: 2 )
Answer:
The direct call of paint() is not recommended because all the graphical processes done automatically by the computer and is does not feel due to the modern computers processing speed. So we don’t call paint() method by recommendation.
Question No: 35 ( Marks: 3 )
Question No: 36 ( Marks: 3 )
Answer:
three stages of servlet life cycle are:
1- Initialize
2- Service
3- destroy
Question No: 37 ( Marks: 3 )
Question No: 38 ( Marks: 3 )
Answer: JSF navigation determines the control flow of the web application. Jsf provide a default navigational handler and this behavior can be configured in the configuration. We can do this also visually by using tools like sun studio creator.
Question No: 39 ( Marks: 5 )
Question No: 40 ( Marks: 5 )
No comments:
Post a Comment
PLEASE COMMENT ABOUT YOUR VISIT AND MY SITE
Note: Only a member of this blog may post a comment.