Вы находитесь на странице: 1из 11

Exam Title

: Adobe 9A0-803 : Certified Dreamweaver 8 Developer Exam

Version : R6.1

www.Prepking.com

Prepking - King of Computer Certification Important Information, Please Read Carefully


Other Prepking products A) Offline Testing engine Use the offline Testing engine product to practice the questions in an exam environment. B) Study Guide (not available for all exams) Build a foundation of knowledge which will be useful also after passing the exam. Latest Version We are constantly reviewing our products. New material is added and old material is updated. Free updates are available for 90 days after the purchase. You should check your member zone at Prepking and update 3-4 days before the scheduled exam date. Here is the procedure to get the latest version: 1.Go towww.Prepking.com 2.Click on Member zone/Log in (right side) 3. Then click My Account 4.The latest versions of all purchased products are downloadable from here. Just click the links. For most updates,it is enough just to print the new questions at the end of the new version, not the whole document. Feedback If you spot a possible improvement then please let us know. We always interested in improving product quality. Feedback should be send to feedback@Prepking.com. You should include the following: Exam number, version, page number, question number, and your login ID. Our experts will answer your mail promptly. Copyright Each PDF file contains a unique serial number associated with your particular name and contact information for security purposes. So if we find out that a particular PDF file is being distributed by you, Prepking reserves the right to take legal action against you according to the International Copyright Laws. Explanations This product does not include explanations at the moment. If you are interested in providing explanations for this exam, please contact feedback@Prepking.com.
.

www.Prepking.com

1. What area, in the Insert bar, is intended for customizing and organizing frequently used objects? A. Layout B. Common C. Favorites D. Application Answer: C 2. What can the <head> section of a document contain? A. <body> tag B. style sheets C. <meta> tags D. version of HTML used E. everything that displays in a browser Answer: BC 3. What is a feature of the coding toolbar? A. create unordered list from selected code B. apply comment button can only insert HTML comment C. ability to undock and move toolbar and customize button D. if nested comments, remove comment button only removes outer comment tag Answer: D 4. If a form requires a constant value for a form field each time the form is submitted, what type of field is used to store the data? A. Hidden B. Standard C. Concealed D. Fixedvalue Answer: A 5. What text formatting can be applied from the Property inspector? A. font size B. underline C. superscript D. definition list Answer: A 6. In CSS, what is the correct example of a custom class called myclass? A. .myclass B. #myclass
www.Prepking.com

(Choose TWO)

C. $myclass D. %myclass Answer: A 7. What set of Cascading Style Sheets (CSS) style rules cause hypertext links within a table data cell to appear bold, not underlined, and with a pale gray background when the user moves the mouse pointer over a link? A. td a:hover { font-weight: bold; underline: none; -color: #CCCCCC; } B. td a:hover { font-weight: bold; text-decoration: none; background-color: #CCCCCC; } C. td a.hover { font-weight: bold; underline: none; background-color: #CCCCCC; } D. td, a.hover { font-weight: bold; text-decoration: none; background-color: #CCCCCC; } Answer: B 8. What action reduces a page's download time? A. Use tables instead of CSS for page layout. B. Link, rather than embed, client-side JavaScript. C. Reduce the number of colors used in GIF images. D. Resize images using the height and width attributes of the <img> tag. Answer: C 9. Which symbols could be used to start a comment in JavaScript? A. //
www.Prepking.com

(Choose TWO)

B. */ C. # D. { E. /* Answer: AE 10. What behavior can be attached to a hyperlink to load new content into two different frames in a frameset? A. Go To URL B. Swap Image C. Change Behavior D. Open Browser Window Answer: A 11. What Visual Aid displays the margin, border, and padding of CSS elements? A. Layer Outline B. CSS Layout Outlines C. CSS Layout Box Mode D. CSS Background Layout Background Answer: C 12. What is "align" in the following code known as? <div align="center"> A. value B. element C. attribute D. argument Answer: C 13. A page has an embedded style sheet that redefines H3 as Arial, red. The same page has a linked style sheet attached that defines H3 as Verdana, blue, and 16 pixels. How should text between H3 tags display on the page in a browser? A. Arial, red, 16 pixels B. Verdana, red, 16 pixels C. Verdana, blue, 16 pixels D. Arial, red, browser default font size Answer: A 14. When would an onBlur event occur? A. onBlur is not an event
www.Prepking.com

B. when an image is selected C. when a form field is selected D. when selecting any object other than the one the onBlur event is attached E. when selecting any object after selecting the one the onBlur event is attached Answer: E 15. What CSS formatting options must be previewed in the browser to see them properly rendered? A. A:link B. A:hover C. Line Height D. Letter Spacing Answer: B 16. What functionality does the Coding Toolbar provide in Code View? (Choose TWO) A. Code Collapse B. Code Hint Tools C. Balance Braces D. Inserting Functions E. Create New Snippet Answer: AC 17. Where is the Characters menu found? A. Assets panel B. Property inspector C. HTML Styles panel D. Insert > HTML > Special Characters Answer: D 18. How are guides created in Dreamweaver? A. dragged from ruler B. added by viewing grid C. drawn with the line tool D. automatically drawn along slice Answer: A 19. Which method is used to open a new browser window? A. window.new() B. window.open() C. navigator.open() D. document.new()
www.Prepking.com

Answer: B 20. Dreamweaver can display code that is inserted by the server using a server-side include. Why should a developer use this feature? A. makes sure the code is accessible B. aids proper layout of the web page C. way to create a server-side include in HTML D. helps test how the server-side include works on a local machine Answer: B 21. What three styles does Dreamweaver allow the user to define when building CSS Style Sheets? A. HTML Styles, CSS Styles, and Inline Styles B. Tag Styles, Format Styles, and Selection Styles C. Format Styles, HTML Styles, and Selection Styles D. HTML Tag styles, Class Styles, and Selector Styles Answer: D 22. Which Cascading Style Sheets (CSS) properties are used to specify the horizontal and vertical position of an element in relation to its parent element? A. Top, Left B. Top, Right C. Width, Top D. Height, Width Answer: A 23. What is the target attribute of the link (<a>) tag used to specify? A. name of the file that is being linked to B. name of the anchor that is being linked to C. frame in which a linked page should open D. text/image that is to appear as a hypertext link E. whether a linked page should open in a new browser window Answer: CE 24. What is the correct workflow for XSL transformation in Dreamweaver? A. Create RSS > Generate dynamic page > Output XSL as XML B. Create RSS from dynamic page > Generate XSL > Output XML as web page C. Create XML > Create XSL file using XML > Use XSL transformation in dynamic web page D. Create XML > Include XML into dynamic page > Server transforms XSL to RSS for viewing Answer: C 25. While working in Design view in Dreamweaver, two vertical guides are dragged onto the page. How is
www.Prepking.com

(Choose TWO)

the exact distance between the two guides determined? A. Choose View > Guides > Show Distance B. Place your mouse pointer between both guides, right-click, and choose Show Distance C. Shift + Click both guides to select them both and the distance will automatically be shown D. Place your mouse pointer between both guides and press the Control key (Windows) or Command key (Macintosh) Answer: D 26. What is NOT a valid attribute for the <table> tag? A. align B. width C. valign D. background Answer: C 27. What is the order of precedence (highest to lowest), when using all three types of Cascading Style Sheets (CSS) styles in a document? A. embedded, inline, linked B. linked, embedded, inline C. linked, inline, embedded D. inline, embedded, linked Answer: D 28. What Dreamweaver feature can invoke client-side JavaScript code based on the actions of a user? A. Action B. Behavior C. Command D. Server Behavior E. Application Object Answer: B 29. What code is used to change the background color of a page to white using JavaScript? A. bgcolor = "#FFFFFF"; B. page.bgcolor = "#FFFFFF"; C. document.bgColor = "#FFFFFF"; D. document.changeBgColor("#FFFFFF"); Answer: C 30. How is text rendered inside a <th> tag by most browsers by default? A. Bold
www.Prepking.com

(Choose TWO)

B. Italicized C. Centered D. Aligned left E. Aligned top Answer: AC 31. What properties can be set ONLY when a table cell is selected? A. Cell Padding B. Cell Spacing C. Border Width D. Vertical Alignment E. Horizontal Alignment Answer: DE 32. When creating an image map, where does Dreamweaver put the image map code by default? A. inside a <meta> tag B. in the JavaScript code C. between <body> and </body> tags D. between the <head> and </head> tags Answer: C 33. What is used to apply a class style to selected text? A. Insert bar B. Style panel C. Assets panel D. CSS Styles panel E. Property inspector Answer: DE 34. Why will a <div> styled with "position:relative" NOT appear in the "Layers Panel" in Dreamweaver? A. <div> style cannot be used this way B. position:relative is not a permitted style C. as a block tag, a <div> cannot be affected by position:relative styles D. Dreamweaver only regards elements styled with position:absolute as "layers" Answer: D 35. What computer languages are used most to write Dreamweaver extensions? A. C and XML B. HTML and XML C. C and JavaScript
www.Prepking.com

(Choose TWO)

(Choose TWO)

D. HTML and JavaScript Answer: D 36. What option is NOT available in the images category of the Assets panel? A. Edit image B. Set alt text for image C. Insert image on page D. Add image to favorites E. Copy image to another site Answer: B 37. What is the default address for a local web server? A. 127.0.0.0 B. 127.0.0.1 C. 127.1.1.1 D. 127.0.0.10 Answer: B 38. What CSS positioning property value is used to position layers when using the Draw Layer tool or choosing Insert > Layer? A. fixed B. static C. relative D. absolute Answer: D 39. What is an example of a Site Root relative link? A. images/navbar/content.gif B. /images/navbar/content.gif C. ../images/navbar/content.gif D. http://www.macromedia.com/images/navbar/content.gif Answer: B 40. What is done to make an existing HTML document XHTML compliant? A. Use the File > Convert > XHTML command. B. Use the Modify > Convert > XHTML command. C. Check an XHTML option from the Document Type (DTD) popup menu in the New Document dialog. D. Choose Edit > Preferences and select the Code Format category and check the "Make Document XHTML Compliant" checkbox. Answer: A
www.Prepking.com

100% Pass Guaranteed or Full Refund Word to Word Real Exam Questions from Real Test Buy full version of exam from this link below http://www.prepking.com/9A0-803.htm

Вам также может понравиться