Category: Photoshop

Adobe 9A0-311 Dump,High Quality Adobe 9A0-311 Exam Questions Vce With Accurate AnswersAdobe 9A0-311 Dump,High Quality Adobe 9A0-311 Exam Questions Vce With Accurate Answers

Flydumps is the best place for preparing IT Certifications as we are providing latest and guaranteed questions for all certifications.We offer you the ultimate preparation resource of Adobe 9A0-311 exam question. Wondering what could be this effective? It is our training material which serves as a guide to achieving your dream as a certified professional.

QUESTION 11
What are the three main ways of presenting video using Flash?
A. embedded, progressive, filtered
B. embedded, On2 VP6, streaming
C. embedded, progressive, streaming
D. embedded, progressive, stand-alone
E. embedded, progressive, Soresson Spark

Correct Answer: C
QUESTION 12
How is declining image quality prevented when publishing to a SWF, if bitmap images are optimized prior to importing them into Flash?
A. Re-import the bitmaps in an uncompressed format.
B. Do nothing. Bitmaps aren’t compressed when the SWF is published.
C. Convert bitmaps to symbols so that they are not compressed by Flash.
D. In Publish Settings, under the Flash Tab, set the JPEG Quality slider to 100.

Correct Answer: D
QUESTION 13
What should be kept to a minimum in any Flash file in order to enhance playback optimization? (Choose TWO)
A. Layers
B. Gradients
C. Device Fonts
D. Graphic symbols
E. Alpha Transparency

Correct Answer: BE
QUESTION 14
What are correct statements concerning text fields? (Choose TWO)
A. Embedded font outlines are shared by text fields using the same font.
B. Font outlines for input text fields are embedded in the SWF file by default.
C. Font outlines for static text fields are embedded in the SWF file by default.
D. Font outlines for dynamic text fields are embedded in the SWF file by default.
E. Individual font outlines are embedded into the SWF file for each text field in the FLA file.
Correct Answer: AC
QUESTION 15
What Flash elements can be assigned instance names? (Choose THREE)
A. Layers
B. Frames
C. Buttons
D. Tweens
E. Text Boxes
F. MovieClips
Correct Answer: CEF
QUESTION 16
What method loads external JPG images into a MovieClip instance?
A. getURL();
B. loadMovie();
C. loadImage();
D. loadMovieNum();

Correct Answer: B
QUESTION 17
What type of graphic formats are calculated mathematically and have the ability to scale without losing their quality?
A. GIF
B. JPEG
C. Vector
D. Bitmap
E. Scanned

Correct Answer: C
QUESTION 18
How is the Object Drawing Mode used?
A. merges drawn shapes when they are overlapped
B. centers drawn objects in the authoring environment
C. draws shapes and automatically converting them into graphic symbols
D. draws shapes as separate objects that do not automatically merge together when overlaid

Correct Answer: D
QUESTION 19
When importing a FreeHand or Illustrator file that contains a gradient fill with more than eight colors, what is used to simulate the appearance of a gradient fill?
A. Target Path
B. Radial Path
C. Clipping Path
D. Gradient Path
Correct Answer: C
QUESTION 20
What must be true in order to enable bitmap caching on a movie clip symbol? (Choose TWO)
A. complex vector artwork, nested animation, and its position changes in time
B. complex vector artwork, no nested animation, and its position changes in time
C. complex vector artwork, nested animation, and its position does not change in time
D. complex vector artwork, nested animation, and it is larger than 2880 pixels in width
E. complex vector artwork, no nested animation, and its position does not change in time

Correct Answer: BE
QUESTION 21
What method of the TextField.StyleSheet class is used to add a new style to a style sheet object?
A. addStyle();
B. setStyle();
C. setNewCSS();
D. addStyleSheet();

Correct Answer: B QUESTION 22
What is the default theme for version 2 components?
A. Ice Theme
B. Halo Theme
C. Sample Theme
D. FlashDefault Theme

Correct Answer: B QUESTION 23
What does selecting the Render Text as HTML button on the Property inspector with a dynamic text field selected do?
A. improves SWF performance
B. converts the displayed text into HTML tagged text
C. enables the text field to load HTML files at runtime
D. enables the text field to render certain HTML tags including <A>, <B>, and <FONT>

Correct Answer: D QUESTION 24
When two path segments meet, what is NOT a join option?
A. Miter
B. Bevel
C. Square
D. Round

Correct Answer: C QUESTION 25
What does an empty or white circle signify on a frame in the timeline?
A. an action
B. blank keyframe
C. a keyframe with a symbol on it
D. the first frame of an animation

Correct Answer: B QUESTION 26
What are benefits of Flash Remoting? (Choose TWO)
A. automatically parses custom XML
B. provides access to client hard disk
C. accesses server-side methods as if they are local
D. provides access to user Webcams and microphones
E. integrates external data sources directly with Flash UI components

Correct Answer: CE QUESTION 27
How are specific frames designated as printable from the Macromedia Flash Player?
A. assign each frame the label “#p”
B. set Formats in the Publish Settings
C. place an onPrint action on each frame
D. set Page Setup in the Macromedia Flash program

Correct Answer: A
QUESTION 28
What statements are correct about shape tweens? (Choose TWO)
A. Only 1 keyframe is needed.
B. Each keyframe must contain symbols.
C. Each keyframe must not contain symbols.
D. A light blue arrow in the timeline denotes a shape tween.
E. There must be at least 2 keyframes in order to create a shape tween.

Correct Answer: CE
QUESTION 29
What best describes the purpose of setInterval?
A. defines the SWF frame rate dynamically, at runtime
B. repeats calls to a function every set number of milliseconds
C. creates a function that repeats every set number of frames
D. creates a function that executes once at a specified point in the future

Correct Answer: B
QUESTION 30
What is the most highly processor intensive animation technique?
A. alpha effects
B. motion tween
C. onion skinning
D. brightness effects

Correct Answer: A
QUESTION 31
What native object allows a developer to save data to a client computer, assuming the user has given permission?
A. LocalObject
B. LocalCookie
C. SharedObject
D. SharedCookie
Correct Answer: C
QUESTION 32
What does the Sound object allow? (Choose TWO)
A. control the volume of a sound
B. delete portions of a sound clip
C. alter the sampling rate of a sound
D. set the left/right balance of a sound

Correct Answer: AD QUESTION 33
A button instance is named circle_btn. ActionScript is placed on the main Timeline so that when the button is clicked a movie clip instance named rec_mc ‘ s width is changed to 100. What is the code to perform this action?
A. circle_btn.onRelease = function() { this.width=100; }
B. circle_btn.onRelease { rec_mc._width=100; }
C. circle_btn.onRelease = function { rec_mc._width=100; }
D. circle_btn.onRelease = function() { rec_mc._width=100; }

Correct Answer: D QUESTION 34
What correctly defines a getter method that retrieves a property named “count”?
A. function count():Number { return _nCount;}
B. function getCount():Number { return _nCount;}
C. function get count():Number { return _nCount; }
D. function getter count():Number { return _nCount;}

Correct Answer: C QUESTION 35
What defines a class named “Car” that receives additional methods and properties from a superclass named “Vehicle”?
A. class Car uses Vehicle {}
B. class Car inherits Vehicle {}
C. class Car extends Vehicle {}
D. class Car derives Vehicle {}

Correct Answer: C QUESTION 36
What transition is NOT one of the default types available via the Tween or TransitionManager Classes?
A. Fade
B. Wipe
C. Zoom
D. Checkerboard

Correct Answer: D QUESTION 37
Where must ActionScript classes be located?
A. components
B. external files
C. frame 1 of _root
D. top layer of timeline

Correct Answer: B QUESTION 38
What is the ActionScript that defines a LoadVars object?
A. LoadVars.new();
B. myLoadVars.new();
C. LoadVars.createNew();
D. var myLoadVars:LoadVars = new LoadVars();

Correct Answer: D
QUESTION 39
Where are variables that are loaded via a LoadVars object referenced?
A. within an array
B. directly into a TextField object
C. on the timeline where they are loaded
D. in properties of the LoadVars object where they are loaded

Correct Answer: D
QUESTION 40
What command removes an interval created with setInterval?
A. deleteInt()
B. clearInterval()
C. interval.cancel()
D. removeInterval()

Correct Answer: B

latest Adobe 9A0-311 exam is one of popular Certification.Many candidates won’t have confidence to get latest Adobe 9A0-311. Now We guaranteed latest Adobe 9A0-311 exam training is available in various formats to best suit your needs and learning style.Whether you are a hands-on tactile learner,visually or even a textbook training veteran,Flydumps has latest Adobe 9A0-311 resources that will enable you to pass your Adobe 9A0-311 test with flying colors.As with Cisco exams,the Adobe 9A0-311 exam is structured to stack or plug into other related courses.The combination of Adobe 9A0-311 courses builds the complete core knowledge base you need to meet your Adobe 9A0-311 certification requirements.

Adobe 9A0-090 Free Dumps,Useful Adobe 9A0-090 Flydumps OnlineAdobe 9A0-090 Free Dumps,Useful Adobe 9A0-090 Flydumps Online

100% Pass!Do you want to pass Adobe 9A0-090 exam quickly? Go to flydumps.com to get more free exam dumps.All the Adobe 9A0-090 dumps are timely updated by the professional experts.Also we guarantee 100% pass and money back guarante

QUESTION 7
Which are the three categories of files displayed by the Dreamweaver Link Checker?
A. Broken Links, External Links, and Invalid Links
B. Broken Links, External Links, and Missing Files
C. Broken Links, External Links, and Orphaned Files
D. Broken Links, External Links, and Unreachable Files

Correct Answer: C
QUESTION 8
Which tool is required to create and deploy a Web site?
A. Web browser
B. Dreamweaver
C. production server
D. application server

Correct Answer: D
QUESTION 9
Which is required when hosting a Web site on a publicly addressable production server?
A. FTP server
B. SSL certificate
C. Web server
D. Application server

Correct Answer: C
QUESTION 10
Which product is required to enable users to play Flash video on a Web page without progressivedownloading?
A. Flash Media Encoding Server
B. Flash Media Interactive Server
C. Flash Media Streaming Server
D. Flash Media Rights Management Server

Correct Answer: C
QUESTION 11
Your site requirements dictate that all pages must load in under 6 seconds for users connecting to the Internet with a 33.6k modem.What is the easiest way to verify that each page in your site meets this requirement?
A. run the Accessibility HTML Report for all pages in your site
B. change your connection speed in your status bar preferences
C. install a modem and browse each page while using a stopwatch
D. use the file browser to ensure that no HTML page is more than 18K

Correct Answer: B
QUESTION 12
Which action does NOT help mitigate page weight?
A. remove extra white space in the code
B. optimize and compress all image files
C. replace a JPEG photo with a GIF image
D. format pages and text using Cascading Style Sheets

Correct Answer: C
QUESTION 13
You are required to publish content stored in a database to a Web page on-demand. Which two types of connectivity are required? (Choose two.)
A. The database must be installed on the web server.
B. Dreamweaver must be able to connect to a database.
C. Your web server must be able to connect to a database.
D. Your application server must be able to connect to a database.
E. Your web server must be able to connect to an application server.

Correct Answer: DE
QUESTION 14
You want to deploy a Web site using Active Server Pages. Which type of server topology is required?
A. PHP Server running on Apple OSX Web Server
B. Apache Server running on aUnix operating system
C. JavaScript Server running on Macromedia ColdFusion
D. Microsoft Windows Server running Internet Information Services

Correct Answer: D
QUESTION 15
You have created a Web page that contains ASP, JavaScript, CSS, and HTML code. Which source code cannot be viewed in the browser by users?
A. ASP
B. CSS
C. HTML
D. JavaScript

Correct Answer: A
QUESTION 16
You have been tasked with developing a form and action page that requires a user to entertheir user name and password so that it may be written to a database. Which two programming languages can you use to enforce a business rule that requires the user to fillspecific form fields before the request is passed to the database server for processing? (Choose two.)
A. XML
B. SQL
C. HTML
D. JavaScript
E. ColdFusion/ASP/JSP
Correct Answer: DE QUESTION 17
Which is NOT a server-side scripting language?
A. PHP
B. VBScript
C. JavaScript
D. PostScript

Correct Answer: D QUESTION 18
Which Dreamweaver panel enables you to run an accessibility check of your pages?
A. Validation
B. Site Reports
C. Link Checker
D. Browser Compatibility

Correct Answer: B QUESTION 19
Your company requires that its Web site comply with accessibility standards. Which two actions improve accessibility? (Choose two.)
A. use DIV containers for all web content
B. insert Label attributes in all form elements
C. remove Title attributes from Frame elements
D. replace animated GIFs with Flash animations
E. add <empty> Alternate text attributes to non-essential images

Correct Answer: BE QUESTION 20
Which data types are available when creating a Spry Data Set in Dreamweaver?
A. SQL and XML
B. XML and CSV
C. HTML and XML
D. HTML and SQL

Correct Answer: C QUESTION 21
What is the advantage of using Spry Framework for AJAX over other server applications?
A. Ajax allows you to create dynamic web pages without relying on JavaScript or VisualBasic.
B. Ajax enables you to create dynamic web pages directly from data stored in Excel spreadsheets.
C. Ajax allows you to use a proprietary development language developed specifically for Dreamweaver.
D. Ajax can refresh data without having to completely reload the page as needed in other server applications.

Correct Answer: D QUESTION 22
Which functionality can be added to a Web page by using the Server Behaviors panel?
A. Swap Image
B. Form Validation
C. Pop-up Message
D. User Authentication

Correct Answer: D QUESTION 23
Which is NOT a data type that can be validated when using the Validate Form Behavior in Dreamweaver?
A. String
B. Number
C. Email Address
D. Number Range

Correct Answer: A QUESTION 24
Which is NOT an example of an Application Server technology?
A. PHP
B. Microsoft IIS
C. Adobe ColdFusion 8
D. Microsoft Active Server Pages

Correct Answer: B QUESTION 25
Which two tasks does an Application Server enable you to perform? (Choose two.)
A. Play a progressive download FLV
B. process a file uploaded through a web form
C. dynamically query and display results from a database
D. dynamically validate data as a user types it into a form
E. validate an entire user’s form before it is submitted to the server

Correct Answer: BC QUESTION 26
You are using the Basic tab of the Site Definition Wizard to create a new site.Which three stages of the wizard will you need to complete in order to create your new site?
A. Local Info, Remote Info, Testing Server
B. Editing Files, Remote Info, Sharing Files
C. Editing Files, Testing Files, Sharing Files
D. Editing Files, Testing Server, Remote Server

Correct Answer: C QUESTION 27
You are using the Advanced tab of the Site Definition Wizard to create a new site.Which category, or categories, do you need to properly complete in order to be able to begin creating and editing files?
A. the Local Info category only
B. the Local Info and Remote Info categories only
C. the Local Info, Remote Info, and Testing Server categories
D. the Local Info, Remote Info, and Version Control categories

Correct Answer: A
QUESTION 28
Which is the minimum information required in the Site Definition dialog to create a new site?
A. Local Info only
B. Local Info and Remote Info only
C. Local Info, Remote Info, and Testing Server only
D. Local Info, Remote Info, Testing Server, and Version Control

Correct Answer: A
QUESTION 29
You have added image files to the Web site you are building. Which panel allows you to preview these images?
A. Files
B. Assets
C. Snippets
D. Behaviors

Correct Answer: B
QUESTION 30
You have been working on a site within. Some of the files you have opened have the samename. Which command should you choose to view the directory of the file you are currently editing?
A. Edit > Find and Replace and search for the file you are editing
B. File > Open Recent to see the path for the file that you are editing
C. Site > Locate in Site to highlight the file you are editing in the Files panel
D. Edit > Find Selection to highlight the file you are editing in the Files panel
Correct Answer: C
QUESTION 31
Where are local files stored for a Dreamweaver site?
A. in a Local Sites directory created when Dreamweaver is installed
B. in a directory defined in the Directories tab under the Site Definition
C. in the Local Sites directory under the Dreamweaver installation directory
D. in a directory defined in the Local root folder setting under the Site Definition

Correct Answer: D
QUESTION 32
Your Web site has grown to over 200 pages. You want to move some of your pages into sub folders within your root folder. Which should you use to add folders and move files so links within your Web site are automatically updated during this process?
A. the Web server
B. the operating system
C. the Files panel within Dreamweaver
D. the Insert menu within Dreamweaver

Correct Answer: C
QUESTION 33
You have built a Web site using Dreamweaver and want to upload the Web site files to a Web server.You
can view the Web server root directory folder from your computer.
Which access setting should you use within the Remote Info section of the Site Definition dialog box to
upload your Web site files to the Web server?

A. FTP
B. RDS
C. WebDAV
D. Local/Network

Correct Answer: A
QUESTION 34
You are defining a Remote Site in Dreamweaver. From which file transfer method will you NOT be able to choose?
A. RDS
B. HTTP
C. WebDAV
D. FTP/SFTP
E. Local/Network

Correct Answer: B
QUESTION 35
You want to use the Synchronize Files feature to upload only newer files to the remote server. The Synchronize Sitewide command in Dreamweaver is grayed out, so you cannot access it. What must you do so you can use the Synchronize Sitewide feature?
A. define a remote server
B. define an images folder
C. close all pages within your website
D. delete unused files within your website

Correct Answer: A
QUESTION 36
You create a new folder called PDF at the root-level of your local site. You copy a PDF document to this folder. In the Files panel, you select the PDF document and click the Put button. What does Dreamweaver do?
A. Nothing. The folder must be selected before you can click the Put button.
B. The PDF document will be uploaded to the root-level of the remote site.
C. A PDF folder will be created at the root-level of the remote site, and the PDF documentwill then be uploaded into it.
D. A PDF folder will be created in the Default images folder of the remote site, and the PDF document will then be uploaded into it.

Correct Answer: C
QUESTION 37
You want to enable the Check In/Out system in Dreamweaver. Which category in the Site Definition dialog box should you use?
A. Cloaking
B. Contribute
C. Remote Info
D. Testing Server

Correct Answer: C
QUESTION 38
Which two statements about the local root folder are true? (Choose two.)
A. The local root folder name cannot contain spaces.
B. The local root folder cannot be located on a network server.
C. The local root folder can also serve as the default images folder.
D. The local root folder name must contain the URL address of the site.
E. The local root folder can be from a site that was not created in Dreamweaver.

Correct Answer: CE
QUESTION 39
By default, what does Dreamweaver assume about a testing server?
A. The testing server is running on a Unix-based server.
B. The testing server is running on your local root folder.
C. The testing server is running ColdFusion from Adobe.
D. The testing server is running on the same system as your web server.

Correct Answer: D
QUESTION 40
Which page layout option allows you to draw boxes for page content and Dreamweaver to create CSS for you?
A. Tables
B. Spry Region
C. AP Elements
D. Insert DIV Tag

Correct Answer: C
QUESTION 41
You want to create your site design by using a design saved as a JPEG, GIF, or PNG file. You also want the file to be loaded into the background of the Design view Window. Which command should you choose?
A. View > Tracing Image > Load
B. View > Style Rendering > Design-time
C. Insert > Image Objects > Image Placeholder
D. Modify > Page Properties > Background image
Correct Answer: A
QUESTION 42
What is a tracing image?
A. an image that can be used to morph and style SPRY elements
B. an image that is used as a guide for positioning HTML elements
C. an image that can be cut up by Dreamweaver into AP Elements
D. an image that can be cut up by Dreamweaver into an HTML table

Correct Answer: B QUESTION 43
Which type of page layout allows you to select all page elements on a Web page by using the AP Elements panel?
A. Spry
B. IFrame
C. relative positioned CSS
D. absolute positioned CSS

Correct Answer: D QUESTION 44
You are editing an HTML file that references an externally linked JavaScript file. You want to load the JavaScript file into Code view while keeping the HTML page visible in Design view. What should you do?
A. select the Coder Plus Workspace
B. choose Layout > Code view > Split Vertically
C. in Design view, choose Commands > Externalize JavaScript
D. in Split view, click on the .js file in the Related Files bar

Correct Answer: D QUESTION 45
How can you format text as superscript in Design view?
A. select the text, right-click on your selection, and choose Align >Top
B. select the text, right-click on your selection, and choose Style > Code
C. select the text and click on the Quick Tag Editor in the Properties panel
D. select the text, click on the Format drop-down list in the Properties panel, and select Superscript

Correct Answer: C QUESTION 46
What happens when you select some text in Design view and change the font to Comic Sans MS by using the Properties panel?
A. Your selection is wrapped with <font face=”Comic Sans MS”>..</font> tags.
B. Your selection is wrapped with <div style=”font-family:Comic Sans MS”>..</div> tags.
C. Your selection is wrapped with <span style=”font-family:Comic Sans MS”>6</span> tags.
D. You are prompted to enter a style class name and your text is wrapped with <span class=”classname”> </span> tags.

Correct Answer: D QUESTION 47
Which function is NOT available when you click on an image in Design view?
A. Crop
B. Rotate
C. Sharpen

D. Resample Correct Answer: B QUESTION 48
You build a Web page by using HTML, CSS, Spry, and JavaScript. You then click the Live View button. Which item on your Web page will work only if you use the Preview in Browser feature?
A. Flash
B. JavaScript
C. Hyperlinks
D. Server Behaviors

Correct Answer: C
QUESTION 49
Which two statements about Live Code View are true? (Choose two.)
A. It can only be run if Live View is active.
B. It can only be run if Live View is active.
C. It enables you to view JavaScript running in external .js files.
D. It allows you to modify your HTML as it is running and see the result.
E. It displays the same result as if you chose View > Source in a browser.

Correct Answer: AE
QUESTION 50
Which is NOT an option for Code view?
A. Auto Indent
B. Word Wrap
C. Head Content
D. Line Numbers

Correct Answer: C

Adobe 9A0-090 Exam Certification Guide presents you with an organized test preparation routine through the use of proven series elements and techniques.“Do I Know This Already?”quizzes open each chapter and allow you to decide how much time you need to spend on each section.Adobe 9A0-090 lists and Foundation Summary tables make referencing easy and give you a quick refresher whenever you need it.Challenging Adobe 9A0-090 review questions help you assess your knowledge and reinforce key concepts.Adobe 9A0-090 exercises help you think about exam objectives in real-world situations, thus increasing recall during exam time.

Adobe 9A0-082 Practice Exam,Prepare for the Adobe 9A0-082 Demo On StoreAdobe 9A0-082 Practice Exam,Prepare for the Adobe 9A0-082 Demo On Store

Most accurate The Adobe 9A0-082 Questions & Answers covers all the knowledge points of the real exam. We update our product frequently so our customer can always have the latest version of Adobe 9A0-082.We provide our customers with the excellent 7×24 hours customer service.We have the most professional Adobe 9A0-082 expert team to back up our grate quality products.If you still cannot make your decision on purchasing our product, please try our Adobe 9A0-082 free pdf practice test for you to free download.Adobe 9A0-082 is also an authenticated IT certifications site that offer all the new questions and answers timely.Visit the site Flydumps.com to get free Adobe 9A0-082 VCE test engine and PDF.

QUESTION 7
Which of the following containers is used to arrange its children in a single vertical stack, or column?
A. ViewStack
B. VBox
C. TabNavigator
D. Accordion

Correct Answer: B QUESTION 8
Which of the following components of the MVC data model is used for handling data interconnectivity in an application?
A. Controller
B. View
C. Architecture
D. Model

Correct Answer: A QUESTION 9
You want to play a transition effect whenever you press the enter key. Which of the following triggers will you use?
A. focuslnEffect
B. hideEffect
C. creationComplete Effect
D. moveEffect

Correct Answer: A QUESTION 10
Which of the following components of the MVC data model is used for handling data interconnectivity in an application?
A. Controller
B. View
C. Architecture
D. Model

Correct Answer: A QUESTION 11
Which of the following components of the MVC data model is used for handling data interconnectivity in an application?
A. Controller
B. View
C. Architecture
D. Model
Correct Answer: A

The Adobe contains more than 100 practice questions for the Adobe 9A0-082 exams,including simulation-based questions.Also contains hands-on exercises and a customized copy of the Adobe 9A0-082 exams network simulation software.

Adobe 9A0-064 Questions,Provides Best Adobe 9A0-064 Dump Test For DownloadAdobe 9A0-064 Questions,Provides Best Adobe 9A0-064 Dump Test For Download

100% Pass Guarantee You can download free Adobe 9A0-064 exam dumps with all new added questions and answers from Flydumps.com.With our Adobe 9A0-064 exam questions and answers in hand,a lot candidates pass the Adobe 9A0-064 exam at their first time. We make our promise that Flydumps is your best choice.

QUESTION 21
What defines a class named Car that receives additional properties and methods from a superclass named Vehicle?
A. class Car uses Vehicle {}
B. class Car inherits Vehicle {}
C. class Car derives Vehicle {}
D. class Car extends Vehicle {}

Correct Answer: D
QUESTION 22
What method loads external JPGs into a MovieClip instance?
A. getURL()
B. loadMovie()
C. loadImage()
D. loadMovieNum()

Correct Answer: B
QUESTION 23
A phone supporting SMS is selected in the device profile of the mobile emulator. What does the command trace(_capSMS); return when run?
A. 1
B. 0
C. nothing
D. undefined
E. A syntax error occurs
F. A compile time error occurs

Correct Answer: A
QUESTION 24
Your are using the attachMovie method. What happens when you attach two MovieClips at the same depth?
A. The second MovieClip replaces the first
B. Both MovieClips are unloaded and a run time error is created
C. The second attempt to attach a MovieClip produces a run time error
D. The first MovieClip remains in place and the constructor of the second MovieClip calls the getNextHighestDepth( ) method as a replacement for the value of 1

Correct Answer: A
QUESTION 25
What happens when this code is executed? (Choose TWO) retval = fscommand2( “GetDeviceID”, “ID” );
A. Flash player crashes
B. retval contains the IMEI string
C. ID contains the IMEI string for the phone
D. retval comes back with a numerical value
E. ID contains the unique phone number for the device
F. An error occurs, there is a compile time syntax problem
Correct Answer: CD QUESTION 26
Which two classes natively support the length property in Flash Lite 2.0/2.1? (Choose two.)
A. XML
B. Array
C. String
D. XMLNode
E. LoadVars

Correct Answer: BC
QUESTION 27
An event object is generated:
A. Whenever a user event, such as mouse press, occurs.
B. Event objects are generated when any type of event occurs.
C. Whenever a system event, such as XML data being loaded, occurs.
D. Event objects are only generated when custom events are dispatched.

Correct Answer: B
QUESTION 28
How does the mobile emulator in the Flash 8 authoring tool test device video?
A. The video is tested using MPEG4.
B. The video is tested using the FLV format.
C. The video is tested using the device capabilities, in the XML profile for the device.
D. The video is tested using QuickTime which means it may work in the emulator and not on the device.

Correct Answer: D
QUESTION 29
You have selected a device in the Flash Lite emulator and you have ActionScript that loads in an image. However, this image type is unsupported in the device you have selected. What happens when you test the application in the emulator?
A. You cannot test image loading in the emulator.
B. The emulator loads the image and displays an error message in the output panel
C. The emulator does not load an image but does not display an error message either.
D. The emulator loads the unsupported image format but it does not work when the file is transferred to the device.
Correct Answer: B
QUESTION 30
Which is a network operator that owns it’s infrastructure?
A. Nokia
B. Samsung
C. Handango
D. Amp’d Mobile
E. NTT DoCoMo
F. Sony Ericsson
Correct Answer: E QUESTION 31
An application needs to run on two different devices. Each device requires different, optimized ActionScript to run. What command is needed to detect the device that the content is being run on so different sets of ActionScript run properly?
A. $device
B. $version
C. _deviceid
D. _devicename
E. fscommand2( “DeviceID”, “ID” );
F. fscommand2( “GetDevice”, “devicename” );
G. fscommand2( “DeviceName”, “devicename” );

Correct Answer: F
QUESTION 32
What unique code is used to distinguish each Symbian based application installed on a device?
A. UID
B. IMEI
C. SymbianID
D. SID
E. SSID
F. DeviceID

Correct Answer: A
QUESTION 33
What does the file extension SIS refer to when packaging Flash Lite applications for deployment on a device?
A. Small installation system
B. Small information system
C. Scalable installation system
D. Symbian installation system
E. Symbian information system
F. Scalable information system
Correct Answer: D
QUESTION 34
How does the emulator in the Flash authoring tool handle testing device video?
A. Using Flash Video (FLV) files.
B. Using the capabilities of Quicktime.
C. Using the native video capabilities of the testing device.
D. Using the video capabilities in the Nokia multimedia tools.

Correct Answer: B
QUESTION 35
When attempting to access a network connection from the Flash Lite player, what happens on a BREW player versus a Nokia player?
A. Flash Lite 2.0/2.1 players do not display warning messages when a network connection is made.
B. Both players will display warning messages to the end user each time a network connection is made.
C. Both players will display warning messages to the end user only the first time a network connection is made.
D. The Nokia player will display a warning message to the end user explaining a network connection will be made, while the BREW player will not.

Correct Answer: D QUESTION 36
What file type is used to install games and applications to Symbian handsets?
A. ZIP
B. MSI
C. SIS
D. TAR

Correct Answer: C QUESTION 37
An application that you have written is attempting to load 100kb of XML data from an external source into the Flash Lite player. However, the device has only allocated 30kb to handle incoming data streams. What happens?
A. The data is automatically displayed in 30kb chunks.
B. The 100kb of data is displayed but the application runs very slowly.
C. The Flash Lite player displays an out of memory error to the user.
D. The Flash Lite player displays an an unable to load data error to the user.

Correct Answer: C QUESTION 38
Does Flash Lite support https protocol?
A. Flash Lite supports https protocol
B. Flash Lite only supports WAP protocol
C. Flash Lite does not support https protocol
D. Flash Lite supports https protocol but it can be used only if the mobile phone

Correct Answer: D QUESTION 39
Click the Exhibit button.
Which labeled keys are unavailable for access from Flash Lite content?
A. D, E, F
B. A, B, C
C. A, B, E
D. A, D, E
E. B, E, F

Correct Answer: A
QUESTION 40
What does GSM stand for in the mobile industry?
A. Global System for Mobile
B. Global Service for Mobile
C. Geographic Service for Mobile
D. Geographic System for Mobile
Correct Answer: A
QUESTION 41
You are creating an application. When should you use a a graphic symbol instead of a MovieClip symbol?
A. when you have multiple nested MovieClips that contain
B. when you have a static background with NO ActionScript
C. when you have multiple frames of ActionScriptActionScript
D. when you have an animation that is independent of the main timeline
Correct Answer: B QUESTION 42
What actions will most significantly improve content performance on a device? (Choose two)
A. grouping drawn objects
B. reducing the vector graphics nodes
C. using more raster images than vectors
D. avoiding alpha transparencies and gradients
E. using only the colors present in the default color palette

Correct Answer: BD QUESTION 43
Which format or protocol should you use for loading asynchronous structured data into Flash Lite?
A. XML
B. AMF
C. XMLSocket
D. Webservices

Correct Answer: A QUESTION 44
You have written an application that loads XML data from the same directory as the SWF file. You want to move the file and the data together to a Symbian OS phone as a package. What should you do?
A. Zip the materials together and upload the file.
B. Build an SIS file for bundling the materials and upload the file.
C. Upload all of the files separately into the same directory on the phone.
D. XML files must reside on a server. The Symbian OS does NOT support cross domain policies so access to the data would be blocked.

Correct Answer: B QUESTION 45
Flash Lite can consume XML from
A. A dynamic PHP URL.
B. A dynamic ASP URL
C. The file system of the device
D. All of the above

Correct Answer: D QUESTION 46
In the BREW environment, how is an image automatically attached to an MMS message?
A. Using the Image class
B. Using attachMovie() method
C. Using the loadMovie() method
D. It is not possible to automatically attach an image.

Correct Answer: D QUESTION 47
Which method or property should you use to determine the language set for a mobile OS?
A. _capLang
B. setDefaultLang()
C. loadLanguageXML()
D. capabilities.language

Correct Answer: D
QUESTION 48
Which type of layer does NOT exporte any content or add bytes to the final SWF file when publishing?
A. Guide layers
B. Normal layers
C. Mask layers
D. Any empty layer that does not contain media

Correct Answer: A
QUESTION 49
You have created a complex vector image using the MovieClip drawing tools. The code for drawing the image adds approximately 512 bytes to your final file size. The vector image is the basis for a game sprite. When you test the file you notice that the animation is very slow. You want to improve the animation performance of the sprite in your game. What should you do?
A. Set the _quality property to LOW.
B. Set the property _highquality of the MovieClip to 0.
C. Reduce the number of lines and fills to improve performance.
D. Generate the graphic and capture it as a bitmap. Then reimport the image into the library. Remove the code from your application.

Correct Answer: D
QUESTION 50
What is the most highly processor intensive animation technique?
A. Alpha effects
B. Motion tween
C. onEnterFrame
D. Brightness effects
Correct Answer: A
QUESTION 51
You are optimizing content for a mobile device. Which statement is true?
A. Try to use corners instead of curves.
B. Use shape outlines as much as possible.
C. Try to overlap tweens as much as possible.
D. Use the scaling tool to modify the size of bitmap images.
Correct Answer: A
QUESTION 52
How can a Flash Lite device’s ability to dynamically load data be determined?
A. _capLoadData
B. getNetworkStatus()
C. getNetworkRequestStatus()
D. getNetworkConnectStatus()

Correct Answer: A
QUESTION 53
Consider the following statement on a Nokia device:
capable = System.capabilities.hasMMS;
If the device does not support MMS, what would the value of the capable variable be?
A. 1
B. -1
C. false
D. notCapable

Correct Answer: C
QUESTION 54
What does GPRS stand for in the mobile industry?
A. General Packet Radio Services
B. General Packet Radio Systems
C. General Packet Radar Services
D. General Packet Radar Systems
E. Global Positioning Radio Services
F. Global Positioning Radio Systems

Correct Answer: A
QUESTION 55
Which is a network operator that owns it’s infrastructure?
A. Nokia
B. Samsung
C. Handango
D. Amp’d Mobile
E. NTT DoCoMo
F. Sony Ericsson

Correct Answer: E
QUESTION 56
You have selected a device in the Flash Lite emulator and you have ActionScript that loads in an image. However, this image type is unsupported in the device you have selected. What happens when you test the application in the emulator?
A. You cannot test image loading in the emulator.
B. The emulator loads the image and displays an error message in the output panel
C. The emulator does not load an image but does not display an error message either.
D. The emulator loads the unsupported image format but it does not work when the file is transferred to the device.

Correct Answer: B
QUESTION 57
An application that you have written is attempting to load 100kb of XML data from an external source into the Flash Lite player. However, the device has only allocated 30kb to handle incoming data streams. What happens?
A. The data is automatically displayed in 30kb chunks.
B. The 100kb of data is displayed but the application runs very slowly.
C. The Flash Lite player displays an out of memory error to the user.
D. The Flash Lite player displays an an unable to load data error to the user.

Correct Answer: C
QUESTION 58
What file type is used to install games and applications to Symbian handsets?
A. ZIP
B. MSI
C. SIS
D. TAR

Correct Answer: C
QUESTION 59
What unique code is used to distinguish each Symbian based application installed on a device?
A. UID
B. IMEI
C. SymbianID
D. SID
E. SSID
F. DeviceID

Correct Answer: A
QUESTION 60
Does Flash Lite support https protocol?
A. Flash Lite supports https protocol
B. Flash Lite only supports WAP protocol
C. Flash Lite does not support https protocol
D. Flash Lite supports https protocol but it can be used only if the mobile phone

Correct Answer: D
QUESTION 61
When attempting to access a network connection from the Flash Lite player, what happens on a BREW player versus a Nokia player?
A. Flash Lite 2.0/2.1 players do not display warning messages when a network connection is made.
B. Both players will display warning messages to the end user each time a network connection is made.
C. Both players will display warning messages to the end user only the first time a network connection is made.
D. The Nokia player will display a warning message to the end user explaining a network connection will be made, while the BREW player will not.
Correct Answer: D
QUESTION 62
Click the Exhibit button.
Which labeled keys are unavailable for access from Flash Lite content?

A. D, E, F
B. A, B, C
C. A, B, E
D. A, D, E
E. B, E, F

Correct Answer: A
QUESTION 63
How does the emulator in the Flash authoring tool handle testing device video?
A. Using Flash Video (FLV) files.
B. Using the capabilities of Quicktime.
C. Using the native video capabilities of the testing device.
D. Using the video capabilities in the Nokia multimedia tools.

Correct Answer: B

We provide Adobe 9A0-064 help and information on a wide range of issues.Adobe 9A0-064 is professional and confidential and your issues will be replied within 12 hous.Adobe 9A0-064 free to send us any questions and we always try our best to keeping our Customers Satisfied.

Adobe 9A0-040 Vce Files,Download Latest Adobe 9A0-040 Study Guide Book Online SaleAdobe 9A0-040 Vce Files,Download Latest Adobe 9A0-040 Study Guide Book Online Sale

Flydumps Adobe 9A0-040 exam questions and answers in PDF are prepared by our expert, Moreover, they are based on the recommended syllabus covering all the Adobe 9A0-040 exam objectives.You will find them to be very helpful and precise in the subject matter since all the Adobe 9A0-040 exam content is regularly updated and has been checked for accuracy by our team of SAP expert professionals.

QUESTION 21
Which automation mode in the Audio Mixer window should you use if you want automation to start only when you begin to adjust a value, and the value to remain where it is when you stop adjusting it.
A. Latch
B. Touch
C. Read
D. Write

Correct Answer: A QUESTION 22
Which is a valid purpose for exporting video with sequence markers?
A. To mark important points in individual clips in the sequence.
B. To add subtitles to a sequence.
C. To create Web links or chapter links in an exported sequence.
D. To view a comment in the Program monitor when the CTI is cued to the marker.

Correct Answer: C QUESTION 23
You are working with a sequence that will be exported to a movie for streaming Web playback. Which three encoding formats should you choose? (Choose three)
A. RealMedia
B. MPEG2
C. Microsoft DV
D. QuickTime
E. MPEG1
F. Windows Media

Correct Answer: ADF QUESTION 24
Which is a valid use for a reference monitor?
A. Viewing multiple source clips at once.
B. Viewing the sequence in a secondary monitor, usually for the purpose of color correction or color matching.
C. Ganging the Source and Program views together.
D. Arranging the windows to simulate older versions of Premiere.

Correct Answer: B QUESTION 25
You are working on your sequence and realize that you chose the wrong preset when you started the project. The audio sample rate of your project is 32kHz, but the sample rate of your source media audio is 48kHz. You do NOT want to downsample your audio. What should you do?
A. Nest the sequence in a new sequence that uses the proper sample rate.
B. Continue working, but make sure to export the project at 48kHz.
C. Start a new project with the 48kHz setting and import the sequence you were working on into that project.
D. change the audio sample rate to 48kHz in the General panel of the Project Settings dialog box,

Correct Answer: C QUESTION 26
A still image has a duration of 2 seconds in a project that is set to 30 frames per second. Which procedure will create a 2-second clip instead of 60 frames at 1/30 of a second each?
A. Select Millions of Colors from the Color Depth menu in the Video Rendering submenu of the Project Settings dialog box.
B. Select Scale Clips to Project Dimensions when Adding to Sequence from the General menu of the Project Settings dialog box.
C. Select Optimize Stills in the Video Rendering submenu of the Project Settings dialog box.
D. Select an appropriate codec from the Compressor menu in the Video Rendering submenu of the Project Settings dialog box.

Correct Answer: C
QUESTION 27
Your sequence has several clips on the Timeline. The edit points for the clips are timed to the beat of a music soundtrack. The edit point between the third and fourth clips are NOT in sync with the music. You want to drag the edit point between clips three and four to the correct location WITHOUT affecting any of the other edit points. Which tool should you use?
A. Pen
B. Rolling Edit
C. Ripple Edit
D. Slip

Correct Answer: B
QUESTION 28
Which action can be performed while using the Capture window and playing back a tape for viewing or capture?
A. Changing the folder where clips are logged.
B. Changing the scratch disk.
C. Entering information about the next clip.
D. Logging clips to a batch list.

Correct Answer: C
QUESTION 29
You are working in the Adobe Title Designer. You want your title to begin off screen, roll from the bottom to the top, and finish off screen. What should you do?
A. Create your text. Right-click the text box and choose Roll From Bottom to Top, and check Start Off Screen and End Off Screen.
B. Create your text. Choose Title > Roll/Crawl Options and check Roll From Bottom to Top.
C. Select Roll from the Title Type pop up menu. Create your text. Choose Title > Roll/Crawl Options and check Start Off Screen and End Off Screen.
D. Create your text. Right-click the text box and choose Transform > Roll/Crawl Options and check Start Off Screen and End Off Screen.

Correct Answer: C
QUESTION 30
You want to add a new video clip to your timeline between two existing video clips. You do NOT want to lose any existing footage. Which editing technique should you use?
A. rolling edit
B. insert edit
C. overlay edit
D. razor edit
Correct Answer: B
QUESTION 31
Which task can be accomplished from the Audio Mixer window?
A. adding a split edit between two audio clips
B. adding an audio effect
C. adding a clip from a bin
D. adding a cross-fade to two audio clips

Correct Answer: B
QUESTION 32
You want to add an additional keyframe directly to a clip on the timeline. You select the clip and set it to Show Keyframes for the filter you want to add a keyframe to. Which tool should you use to add a new keyframe to the clip?
A. Ctrl+left click the clip with the Pen tool
B. Ctrl+left click the clip with the Selection tool
C. left click the clip with the Selection tool
D. left click the clip with the Pen tool

Correct Answer: A
QUESTION 33
Which options in the Export Movies dialog box will allow you to open and edit the original project from within another Adobe Premiere Pro project or from another application that supports the command.?
A. File Type set to Animated GIF and Embedding Options set to None
B. File Type set to Targa and Embedding Options set to Project
C. File Type set to QuickTime and Embedding Options set to None
D. File Type set to Microsoft AVI and Embedding Options set to Project

Correct Answer: D
QUESTION 34
Which portion of the timeline is represented in the Effect Controls window?
A. The duration of the timeline
B. The duration of the selected clip on the timeline
C. The duration of the active sequence on the timeline
D. The duration of the work area set on the timeline

Correct Answer: B
QUESTION 35
You want to import an Adobe Photoshop image that contains blending modes while preserving the appearance of the image. What should you do?
A. Import the Photoshop image as a single file, and choose the top layer in the Layer Options of the Import Layered File dialog box.
B. Import the Photoshop image as a single file, and select Merged Layers in the Layer Options section of the Import Layered File dialog box.
C. Import the Photoshop image as a sequence.
D. Import the Photoshop image as a series of stills.

Correct Answer: B
QUESTION 36
You want to insert a clip into a sequence without altering the soundtrack. Which method results in an insert edit that shifts subsequent clips only in the tracks to which you add the clip?
A. Alt-drag to a track in the Timeline.
B. Ctrl-drag to a track in the Timeline.
C. Ctrl+Alt-drag to a track in the Timeline.
D. Ctrl+Shift-drag to a track in the Timeline.

Correct Answer: C QUESTION 37
Which equipment does Adobe Premiere Pro support natively and is necessary for device control of an external digital video device?
A. a source videotape without timecode
B. a IEEE 1394 cable that connects the device to the computer
C. a serial port connection on your computer
D. a software driver for Windows Media Player or Apple Quicktime

Correct Answer: B QUESTION 38
You want to import CD audio into your project. What should you do?
A. Import the CDA file into your project and choose Clip > Audio > Conform to Project Settings.
B. Choose File > Capture > CD Audio, and select Current Project Settings in the Conform Audio dialog box.
C. Use a third party application to first convert the CD Audio to a supported format, and then import the audio clip
D. Choose File > Capture and select CD Audio Device from the Device Control pop up menu.

Correct Answer: C QUESTION 39
You are editing the middle of three adjacent clips. You want to shift the In and Out points of the clip forward or backward by the same number of frames by using a single action.
You do NOT want to change the duration of the clip or affect the adjacent clips. Which tool should you use?
A. Slip Edit
B. Rolling Edit
C. Slide Edit
D. Ripple Edit

Correct Answer: A QUESTION 40
Which statement about locking a video track in the timeline is true?
A. The locked track becomes the target track.
B. The associated audio track is also locked.
C. The locked track is not exported.
D. The locked track is not shifted when performing insert edits.

Correct Answer: D QUESTION 41
Which set of options in the Transcode Settings dialog box of the Adobe Media Encoder will allow you to store information about the media?
A. Audience
B. Metadata
C. Multiplexer
D. Bitrate Encoding

Correct Answer: B
QUESTION 42
You want a title to fade in over a clip. What should you do?
A. select the title in the timeline, then set opacity keyframes in the Effects Control window
B. select the clip in the timeline, then set opacity keyframes in the Effects Control window
C. select the clip in the timeline, then set opacity keyframes in the Effects window
D. select the title in the timeline, then set opacity keyframes in the Effects window

Correct Answer: A
QUESTION 43
You want to resize the Work Area Bar over a contiguous range of clips. What should you do?
A. Alt-double click the Work Area Bar.
B. Double-click the Work Area Bar.
C. Context-click the Work Area Bar and select the appropriate option in the context menu.
D. Ctrl-click the Work Area Bar.

Correct Answer: A
QUESTION 44
Which automation mode in the Audio Mixer window should you use if you want automation to start only when you begin to adjust a value, and the value to remain where it is when you stop adjusting it.
A. Touch
B. Read
C. Latch
D. Write
Correct Answer: C
QUESTION 45
Which roll/crawl option specifies the number of frames that will play before the title begins?
A. Pre-Roll
B. Post-Roll
C. Ease-Out
D. Ease-In

Correct Answer: A
QUESTION 46
Which three attributes can be adjusted when you use the Fixed Effects area of the Effects Control palette? (Choose three)
A. Scale
B. Anchor Point
C. Tilt
D. Transform
E. Swivel
F. Rotation

Correct Answer: ABF QUESTION 47
When is digital audio conformed to the project settings?
A. when the audio is edited in Premiere Pro
B. when the project is exported to its final format
C. when the project is completely previewed in Premiere Pro
D. when the audio is imported

Correct Answer: D QUESTION 48
You want to know where in your video frame you can display a title that will NOT be cut off when viewed on a video monitor. Which setting in the Monitor window should you use?
A. Set In and Out Points
B. Output
C. Set Unnumbered Marker
D. Safe Margins

Correct Answer: D QUESTION 49
You are looking at a timeline and CANNOT see the first frame of each video clip. You want to view the thumbnails of the video clips. What should you do?
A. expand the video track by clicking the triangle to the left of a track’s name
B. right-click the clips in the video track and select Frame Hold from the pop-up menu
C. right-click the clips in the video track and select Enable from the pop-up menu
D. click the Eye icon to the left of the video track

Correct Answer: A QUESTION 50
Which set of options in the Transcode Settings dialog box of the Adobe Media Encoder will allow you to store information about the media?
A. Multiplexer
B. Bitrate Encoding
C. Audience
D. Metadata

Correct Answer: D QUESTION 51
What happens if you position the cursor over the edit point of the transition graphic as shown in the exibit, and then drag the cursor left or right?

A. Change the transition duration
B. A ripple edit
C. Change the transition position
D. A rolling edit

Correct Answer: D QUESTION 52
You want to export only the audio from a sequence in the Timeline window that contains both video and audio. What should you do?
A. right-click each video clip in the timeline, deselect Reveal in Project, and then export
B. turn off the Show Frames selection in the Set Display Style area of the timeline, and then export
C. click the eye icon to the left of any video clip in the timeline to remove it, and then export
D. set the properties in each video clip in the timeline to the appropriate setting, and then export

Correct Answer: C QUESTION 53
Where does a saved static title created in the Adobe Title Designer automatically appear?
A. at the current time in the Timeline
B. at the end of the currently selected clip in the Timeline
C. in the active bin in the Project window
D. in a separate file that needs to be imported to the current project

Correct Answer: C QUESTION 54
Your timeline is set to display keyframes. You want to set a new keyframe for a property in the timeline. What should you do?
A. Position the Selection tool over the keyframe graph line where you want to add the keyframe, and then Control-click.
B. Position the Pen tool over the keyframe graph line where you want to add the keyframe, and then Control-click.
C. Position the Selection tool over the keyframe graph line where you want to add the keyframe, and then click.
D. Position the Pen tool over the keyframe graph line where you want to add the keyframe, and then click.

Correct Answer: B QUESTION 55
What is the purpose of the Unlink Media command in the Project menu?
A. To take a single footage clip with audio and video and create two separate clips, one for audio and one for video.
B. To recapture the selected footage clip at the resolution of the project.
C. To convert the selected online file to an offline file.
D. To remove any unused files in the Project Window.

Correct Answer: C QUESTION 56
Which setting in the Audio Mixer window should you choose if you want to alter automation settings for some properties while leaving other properties unchanged?
A. Pre-Fader
B. Switch to Touch After Write
C. Safe During Write
D. Show/Hide Tracks

Correct Answer: C QUESTION 57
Which options in the Export Movies dialog box will allow you to open and edit the original project from within another Adobe Premiere Pro project or from another application that supports the command.?
A. File Type set to QuickTime and Embedding Options set to None
B. File Type set to Animated GIF and Embedding Options set to None
C. File Type set to Targa and Embedding Options set to Project
D. File Type set to Microsoft AVI and Embedding Options set to Project

Correct Answer: D QUESTION 58
You are editing the middle of three adjacent clips. You want to shift the In and Out points of the clip forward or backward by the same number of frames by using a single action.
You do NOT want to change the duration of the clip or affect the adjacent clips. Which tool should you use?
A. Rolling Edit
B. Ripple Edit
C. Slide Edit
D. Slip Edit

Correct Answer: D QUESTION 59
You have copied a set of keyframes in the Effects Controls window. Where will the copied keyframes
initially appear when you paste them in a second clip?
A. In the corresponding property in the destination clip’s effect. The earliest keyframe appears at the current time, and the other keyframes follow in relative order.
B. In the corresponding property in the destination clip’s effect. The earliest keyframe appears at the beginning of the clip, and the other keyframes follow in relative order.
C. In the selected properties in the destination clip’s effect. The earliest keyframe appears at the current time, and the other keyframes follow in relative order
D. In the selected properties in the destination clip’s effect. The earliest keyframe appears at the beginning of the clip, and the other keyframes follow in relative order.

Correct Answer: A
QUESTION 60
When is the Apply Video Transition option in the Squence menu be available?
A. Anytime a clip is selected
B. Anytime the the current-time indicator is on the edit point between two clips on your target track
C. Anytime the Video Transitions Bin is selected
D. Anytime there is a clip on the timeline

Correct Answer: B
QUESTION 61
Which edit is created by default when you drag a clip from a bin into the Timeline?
A. overlay edit
B. insert edit
C. razor edit
D. rolling edit

Correct Answer: A
QUESTION 62
You want to add an additional keyframe directly to a clip on the timeline. You select the clip and set it to Show Keyframes for the filter you want to add a keyframe to. Which tool should you use to add a new keyframe to the clip?
A. left click the clip with the Selection tool
B. left click the clip with the Pen tool
C. Ctrl+left click the clip with the Selection tool
D. Ctrl+left click the clip with the Pen tool
Correct Answer: D
QUESTION 63
Which statement about a static title created in the Adobe Title Designer is true?
A. If you are creating a static title in content for the Web or for a CD, the safe title and safe action zones do not apply since you can see the entire video.
B. The title is saved with a .ppj file extension.
C. You must apply transparency to a title before bringing it into the timeline.
D. Logos added to a static title cannot be resized.
Correct Answer: A
QUESTION 64
Your sequence has three clips. You want to move edit point 2 WITHOUT affecting any other edit points.
Which tool should you use?

A. Slide
B. Rolling Edit
C. Razor Edit
D. Slip

Correct Answer: B
QUESTION 65
Which button in the Project window allows you to override the default thumbnail that is displayed?
A. Icon
B. Automate to Sequence
C. Play
D. Poster Frame

Correct Answer: D

Whenever Cisco candidates take a tour of sample questions of Adobe 9A0-040 exam they find their training to be matchless to great extent.Passing the Adobe 9A0-040 on your own can be a difficult task,but with Adobe 9A0-040 preparation products, many candidates who appeared online passed Adobe 9A0-040 easily.