• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

some help

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Kindly help me with the folowing questions--
1)
Which of the following are features of the WebArt Designer?
a) Creates .wao files and provides an Export wizard to convert the .wao files to .gif, and .jpg file formats.
b) Provides a border wizard to create and edit web page borders.
c) Provides file conversion facility.
d) Includes a gallery of reusable images for logos.
e) Includes a gallery of reusable images for buttons.
--2 choices
2)
While using Applet Designer and executing an Applet, a developer finds that nothing is displayed in the Applet Browser. Which of the following would be the first step in debugging the Applet?
a) Open the Applet Designer Connections window to see if there were any compilation errors.
b) Open the browser's Java Console to determine if any Java exceptions have been caught.
c) Restart the Servlet development environment.
d) Restart the server machine where the Applet?s code base is located.

3)
Which of the following are true of the AnimatedGif Designer?
a) Multiple files can be opened in one window.
b) It allows only one frame to be edited at a time.
c) The animation can run forwards only.
d) Images can be inserted anywhere in the sequence then dragged to the correct place.
e) Images cannot be rotated.
--2 choices
4)
An HTML designer has created a custom output page named "MyE.jsp" to replace original output generated by Studio Wizards. Which of the following should the designer do to configure the servlet named "MyE" to use the new output file?
a) Edit the MyE.java file to reflect the new output file name and recompile it.
b) Edit the MyE.servlet file to reflect the new output file name.
c) Edit the MyE.properties file to reflect the new output file name.
d) No changes are needed.

5)
A developer for Sparky Electric wants to index pages to give a description and a set of keywords defining topics found on the page. Which of the following would give Sparky Electric's web site the appropriate META elements to be used by spiders and robots?
a) < META NAME="description" CONTENT="Sparky Electric">
< META NAME="keywords" CONTENT="power, electricity">
b) < META DESCRIPTION="Sparky">
< META KEYWORDS="power, electricity">
c) DESCRIPTION="Sparky" KEYWORDS="power, electricity"
d) < META NAME=Sparky Electric>
< META KEYWORDS=power, electricity>
e) META elements are proprietary and are browser dependent with no existing standard language available at this time.

6)
Which of the following list structures would be most appropriate to format a bulleted list of items in HTML?
a) Heading< dir> < li> Item< /dir>
b) Heading< ol type=A> < li> Item< /ol>
c) Heading< ul> < li> Item< /ul>
d) < dl> < dt> Heading< dd> Item< /dl>
e) Heading< ol> < li> Item< /ol>

7)
In which of the following ways are JavaBeans typically used?
a) JavaBeans can be used during runtime.
b) JavaBeans can be used only in development environments.
c) JavaBean features cannot be invoked.
d) JavaBean properties cannot be kept in sync.
e) JavaBean features can be reused at design time.
--2 choices
8)
In order to modify the SQL query generated by the SQL Wizard:
a) edit the query on the review page before saving it.
b) right-click the new .sql file and select Edit with > SQL wizard.
c) edit the .sql file in a text editor.
d) the query cannot be modified.
--2 choices are correct
9)
IBM WebSphere Studio archive files are BEST used for:
a) sharing Studio work with other developers.
b) sharing Studio work with developers using tools other than Studio.
c) version control.
d) team development.

10)
Page Designer can be used to create dynamic content in all of the following
a) ys EXCEPT:
b) support of Scripting languages.
c) creation of Servlets.
d) creation of HTML based on client request.
e) support of XML.
f) support of JSPs.

11)
Java Server Pages are used to accomplish which two of the following?
a) Access Java Beans from server side programs.
b) Enhance client performance.
c) Simplify access of Java components from within HTML.
d) Simplify access of server objects from a client.

12)
Which two of the following web image file extensions are available as defaults in IBM WebSphere Studio?
a) .gif
b) .png
c) .avi
d) .mpg

13)
Which of the following is NOT an external version control system supported by IBM WebSphere Studio?
a) MS SourceSafe
b) IBM Team Connection
c) PVCS
d) TeamWare
Thanks in advance...
Ashutosh
 
reply
    Bookmark Topic Watch Topic
  • New Topic