These questions are puzzling me ..can someone help me..
--------------
1)
A web page developer's company has changed its name. Using Page Designer, which of the following should the developer use to modify references to the company?s web address on the site?
a) Web Style Sheet
b) URL Editor
c) Heading Editor
d) Cascaded Style Sheet
2)
A company is in the planning stage of its web site. Which of the following recommendations should a developer give regarding web site security?
a) Server-side processing can alleviate client inconsistencies making the web site secure
b)
Servlets cannot enhance security of a web site due to the dynamic nature of the server-side access of data and file systems
c) Servlets can protect resources behind the firewall
d) Dynamic HTML is more secure across client browsers than JSPs or EJBs
e) Static HTML and
Applets increase client/server security
--more than 1 choice can be correct
3)
A company would like to build a retail web site providing on-line shopping over the Internet. The recommended solution for building a high-performance and scalable web site is:
a) a two-tier solution: An Applet connecting and querying the warehouse over the Internet. Applet displays the inventory and processes orders.
b) a two-tier solution: An Applet connecting and querying a
JDBC enabled relational database where the inventory is being saved by back office processes. Applet displays the items and processes orders.
c) a three-tier solution: HTML is used to display inventory. Servlets are used to connect, and query the database where the inventory is being saved by back office processes. JSPs are used to display the inventory and take orders.
d) a three-tier solution: HTML is used to display inventory. Servlets act as controllers. The business and data access logic is encapsulated using JavaBeans. Inventory information is being saved in a database by back office processes. JSPs are used to display the inventory and take orders.
4)
Design specifications of an application require a graphical user interface using hierarchical lists and tables. The workstation machines that run the application will have the appropriate software to function properly. The end users running the application can use the Internet to access the application. What is the BEST design to implement this application?
a) Use a
Java applet with Swing JFC components.
b) Write JavaScript to utilize dynamic content.
c) It is not possible to implement this requirement.
d) Use Servlets to implement server generated HTML.
5)
A web page developer is using Page Designer to develop a series of web pages. The developer wants to use a common font for all of the headings on all of the pages. Which of the following should the developer do to make sure all of the headings on all of the pages have the same font?
a) Use a Cascaded Style Sheet to set the font for the headings.
b) Manually change all of the headings.
c) Use the font dialog to set the common fonts for each individual page.
d) se the Heading Editor and CSS Manager.
e) Use a Cascaded Style Sheet to set the font for the headings and then apply the Cascaded Style Sheet to each page.
6)
In IBM WebSphere Studio Version 4.0, which of the following wizards generates at least one .JSP file?
a) The XML Wizard.
b) The SQL Wizard.
c) The JavaBean Wizard.
d) The User Content Wizard.
--more than 1 choice can be correct
7)
In IBM WebSphere Studio Version 4, which of the following wizards generates no .JSP file?
a) The Database Wizard.
b) The SQL Wizard.
c) The Beans Wizard.
d) The Basic Servlet Wizard.
8)
How are JavaBeans used in visual programming tools?
a) JavaBeans can only be used in runtime, not in visual programming tools.
b) JavaBean Properties can be kept in sync with Properties from other JavaBeans.
c) JavaBean Methods can invoke Action Events.
d) JavaBean Events can trigger Events in other non-visual JavaBeans.
e) JavaBean features can be defined, generated and manipulated in browsers and in Servlet tools.
9)
A table contains two columns. The first cell in each row is right aligned and contains text, while the second cell is left aligned and contains a photograph. Which of the following will ensure that there is space between the text and the photograph in each row?
a) Including an alignment=left attribute in each image reference tag
b) Including an hspace=10 attribute in each image reference tag
c) Including a cellpadding=true in each image reference tag
d) Including a vspace=left in each image reference tag
10)
A customer requires a link to its London office web site. Which of the following will open this link from any pane?
a) < A HREF="
http://london.company.com" > Your London Office< /A>
b) < A SREF="
https://london.company.com" target="_self"> Your London Office< /A>
c) < A SREF="
https://london.company.com" > Your London Office< /A>
d) < A HREF="
http://london.company.com" target="_self"> Your London Office< /A>
--two choice are correct..
Already thanks.
Ravi