35
Adobe_PrepKing_9A0-064_v2011-06-11_114q_By-Martin Number : 9A0-064 Passing Score : 800 Time Limit : 120 min File Version : 2011-06-11 http://www.gratisexam.com/ Exam Code :9A0-064 Version 2011-06-11 Question : 114 Updated exam with some important questions. all questions are very meaningful. best of luck guys. By-Martin

Adobe PrepKing 9A0-064 v2011-06-11 114q By-Martin · 6/11/2011  · QUESTION 11 In what form are the types of video (VideoMimeTypes) a device supports returned? A. As a String B

  • Upload
    others

  • View
    2

  • Download
    0

Embed Size (px)

Citation preview

Page 1: Adobe PrepKing 9A0-064 v2011-06-11 114q By-Martin · 6/11/2011  · QUESTION 11 In what form are the types of video (VideoMimeTypes) a device supports returned? A. As a String B

Adobe_PrepKing_9A0-064_v2011-06-11_114q_By-Martin

Number: 9A0-064Passing Score: 800Time Limit: 120 minFile Version: 2011-06-11

http://www.gratisexam.com/

Exam Code :9A0-064

Version 2011-06-11

Question : 114

Updated exam with some important questions. all questions are very meaningful.

best of luck guys.

By-Martin

Page 2: Adobe PrepKing 9A0-064 v2011-06-11 114q By-Martin · 6/11/2011  · QUESTION 11 In what form are the types of video (VideoMimeTypes) a device supports returned? A. As a String B

Exam A

QUESTION 1After creating a custom button named "mybutton" on the Stage, a yellow outline around the button appearswhen it is selected. How can this be disabled?

A. _focusrect = false;B. _focus = false;C. focusrect = false;D. mybutton._focusrect = false;E. mybutton.focusrect = false;F. fscommand( "setFocusRect", "false" );G. fscommand2( "setFocusRect", "false" );

Correct Answer: ASection: (none)Explanation

Explanation/Reference:

QUESTION 2Which version of Flash Lite best supports right to left rendering of text, in Text fields using languages suchas Arabic and Hebrew?

A. Flash Lite 1.1B. Flash Lite 2.0C. Flash Lite 2.1D. Text Fields in Flash Lite do NOT support right to left rendering of text

Correct Answer: CSection: (none)Explanation

Explanation/Reference:

QUESTION 3When a button receives focus, how is the outline surrounding the button defined?

A. bounding box of the button's visible keyframesB. exact shape of the contents in the "hit" keyframeC. exact shape of the contents in the "up" keyframeD. bounding box of the contents in the "hit" keyframe

Correct Answer: DSection: (none)Explanation

Explanation/Reference:

QUESTION 4When sending an MMS message from Flash Lite how is an image attached?

Page 3: Adobe PrepKing 9A0-064 v2011-06-11 114q By-Martin · 6/11/2011  · QUESTION 11 In what form are the types of video (VideoMimeTypes) a device supports returned? A. As a String B

http://www.gratisexam.com/

A. Using the Image classB. Using the getURL() methodC. Using the loadMovie() methodD. The user must attach the image manually

Correct Answer: DSection: (none)Explanation

Explanation/Reference:

QUESTION 5On the BREW platform, Flash Lite is able to access the SMS system of the phone. How is the messagesent?

A. The SMS message is sent as an email message.B. Flash Lite is not able to send SMS messages from BREW.C. The SMS system is started and prefilled but the user must still click send.D. The SMS message is sent silently from the Flash Lite player, without any additional user interaction.

Correct Answer: DSection: (none)Explanation

Explanation/Reference:

QUESTION 6What are device fonts? (Choose two.)

A. arialB. _arialC. sansD. _timesE. _tahomaF. _typewriterG. sans

Correct Answer: CFSection: (none)Explanation

Explanation/Reference:

QUESTION 7What method of code looping offers the best performance for Flash Lite?

A. a 'for' loop

Page 4: Adobe PrepKing 9A0-064 v2011-06-11 114q By-Martin · 6/11/2011  · QUESTION 11 In what form are the types of video (VideoMimeTypes) a device supports returned? A. As a String B

B. a 'while' loopC. a 'for...in' loopD. a 'timeline' loop

Correct Answer: BSection: (none)Explanation

Explanation/Reference:

QUESTION 8What is the best and most efficient way to flip content 90 degrees and provide a landscape mode for anapplication?

A. _root._rotate = 90;B. _root.rotation = 90;C. tellTarget( " " ) { _rotation = 90; }D. fscommand2( "setDisplayMode", "portrait" );E. fscommand2( "setDisplayMode", "landscape", 90 );F. enclose everything in a movieclip and then apply _rotation = 90;

Correct Answer: FSection: (none)Explanation

Explanation/Reference:

QUESTION 9Which sound features are supported for creating wallpapers in Flash Lite 2?

A. All of the aboveB. The sound objectC. None of the aboveD. Timeline based Sound

Correct Answer: CSection: (none)Explanation

Explanation/Reference:

QUESTION 10Which two does the Sound object allow on a mobile device? (Choose two.)

A. Control the volume of a soundB. Delete portions of a sound clip.C. Control the envelope of a soundD. Alter the sampling rate of a soundE. Set the left right balance of a sound

Correct Answer: AESection: (none)Explanation

Explanation/Reference:

Page 5: Adobe PrepKing 9A0-064 v2011-06-11 114q By-Martin · 6/11/2011  · QUESTION 11 In what form are the types of video (VideoMimeTypes) a device supports returned? A. As a String B

QUESTION 11In what form are the types of video (VideoMimeTypes) a device supports returned?

A. As a StringB. As an ArrayC. As an ObjectD. As a numeric code

Correct Answer: BSection: (none)Explanation

Explanation/Reference:

QUESTION 12An XMLSocket() would be BEST suited for

A. An application where the data source rarely changes.B. A low latency, near continuous communication applicationC. A game that only needed name value pairs for high scores.D. A high latency application that deals with large amounts of data.

Correct Answer: BSection: (none)Explanation

Explanation/Reference:

QUESTION 13The childNodes property of the XMLNode object is what type of Object

A. XMLB. ArrayC. StringD. Object

Correct Answer: BSection: (none)Explanation

Explanation/Reference:

QUESTION 14What is the correct ActionScript syntax for animating a MovieClip instance, my_mc, horizontally across thestage?

A. my_mc.onEnterFrame = function(){if _y <= Stage.width{_y+1};B. my_mc.onEnterFrame = function(){if _x <= Stage.width{_x+1};C. my_mc.onEnterFrame = function(){if _x <= Stage.width{this._x++};D. my_mc.onEnterFrame = function(){if _x <= Stage.width{this._y++};

Correct Answer: CSection: (none)Explanation

Page 6: Adobe PrepKing 9A0-064 v2011-06-11 114q By-Martin · 6/11/2011  · QUESTION 11 In what form are the types of video (VideoMimeTypes) a device supports returned? A. As a String B

Explanation/Reference:

QUESTION 15Which method creates a MovieClip with the instance name of myMovie?

A. myMovie = new MovieClip (my_mc, 1);B. this.attachMovie(my_mc, myMovie, 1)C. myMovie.duplicateMovieClip(my_mc, 1);D. myMovie.createEmptyMovieClip(my_mc, 1)

Correct Answer: BSection: (none)Explanation

Explanation/Reference:

QUESTION 16What is true when using the duplicateMovieClip method?

A. The _visible property is set to true upon duplicationB. A duplicated MovieClip can have a different parent than the source clipC. Two movie clips can exist at the same depth provided they have different instance names.D. A MovieClip that has a depth of 4 will appear to be in front (or on top) of a clip with a depth of 7

Correct Answer: ASection: (none)Explanation

Explanation/Reference:

QUESTION 17In order to target as many devices as possible, for example, one device supports MIDI and anotherincludes MFI, what is the BEST way to include multiple sound formats in a Flash Lite SWF?

A. Use the sound bundlerB. Export all sound as MP3C. Export all sound as ADPCMD. Import all sounds and use the System.capabilities object to test

Correct Answer: ASection: (none)Explanation

Explanation/Reference:

QUESTION 18Examine the following code:

var keyListener:Object = new Object();keyListener.onKeyDown = function():Void{// code runs if any hotspot is pressedtrace("A hotspot was pressed!");}Key.addListener(keyListener);

In the code above, what would be known as the broadcaster?

Page 7: Adobe PrepKing 9A0-064 v2011-06-11 114q By-Martin · 6/11/2011  · QUESTION 11 In what form are the types of video (VideoMimeTypes) a device supports returned? A. As a String B

A. KeyB. keyListenerC. onKeyDownD. None of the above

Correct Answer: ASection: (none)Explanation

Explanation/Reference:

QUESTION 19What assigns the my_mc MovieClipss height to the value of 100 if the variable myProperty = _height?

A. my_mc.myProperty = 100;B. my_mc[myProperty] = 100;C. my_mc.myProperty = 100;D. my_mc[myProperty] = 100;

Correct Answer: BSection: (none)Explanation

Explanation/Reference:

QUESTION 20Where are variables that are loaded via a LoadVars object referenced?

A. within an ArrayB. directly in a text fieldC. on the timeline where they are loadedD. in the properties of the LoadVars object where they are loaded

Correct Answer: DSection: (none)Explanation

Explanation/Reference:

QUESTION 21What defines a class named Car that receives additional properties and methods from a superclass namedVehicle?

A. class Car uses Vehicle {}B. class Car inherits Vehicle {}C. class Car derives Vehicle {}D. class Car extends Vehicle {}

Correct Answer: DSection: (none)Explanation

Explanation/Reference:

Page 8: Adobe PrepKing 9A0-064 v2011-06-11 114q By-Martin · 6/11/2011  · QUESTION 11 In what form are the types of video (VideoMimeTypes) a device supports returned? A. As a String B

QUESTION 22What method loads external JPGs into a MovieClip instance?

A. getURL()B. loadMovie()C. loadImage()D. loadMovieNum()

Correct Answer: BSection: (none)Explanation

Explanation/Reference:

QUESTION 23A phone supporting SMS is selected in the device profile of the mobile emulator. What does the commandtrace(_capSMS); return when run?

A. 1B. 0C. nothingD. undefinedE. A syntax error occursF. A compile time error occurs

Correct Answer: ASection: (none)Explanation

Explanation/Reference:

QUESTION 24Your are using the attachMovie method. What happens when you attach two MovieClips at the samedepth?

A. The second MovieClip replaces the firstB. Both MovieClips are unloaded and a run time error is createdC. The second attempt to attach a MovieClip produces a run time errorD. 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: ASection: (none)Explanation

Explanation/Reference:

QUESTION 25What happens when this code is executed? (Choose TWO) retval =fscommand2( "GetDeviceID", "ID" );

A. Flash player crashesB. retval contains the IMEI stringC. ID contains the IMEI string for the phoneD. retval comes back with a numerical valueE. ID contains the unique phone number for the device

Page 9: Adobe PrepKing 9A0-064 v2011-06-11 114q By-Martin · 6/11/2011  · QUESTION 11 In what form are the types of video (VideoMimeTypes) a device supports returned? A. As a String B

F. An error occurs, there is a compile time syntax problem

Correct Answer: CDSection: (none)Explanation

Explanation/Reference:

QUESTION 26Which two classes natively support the length property in Flash Lite2.0/2.1? (Choose two.)

A. XMLB. ArrayC. StringD. XMLNodeE. LoadVars

Correct Answer: BCSection: (none)Explanation

Explanation/Reference:

QUESTION 27An 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: BSection: (none)Explanation

Explanation/Reference:

QUESTION 28How 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: DSection: (none)Explanation

Explanation/Reference:

QUESTION 29You 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 theapplication in the emulator?

Page 10: Adobe PrepKing 9A0-064 v2011-06-11 114q By-Martin · 6/11/2011  · QUESTION 11 In what form are the types of video (VideoMimeTypes) a device supports returned? A. As a String B

A. You cannot test image loading in the emulator.B. The emulator loads the image and displays an error message in the output panelC. 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: BSection: (none)Explanation

Explanation/Reference:

QUESTION 30Which is a network operator that owns it's infrastructure?

A. NokiaB. SamsungC. HandangoD. Amp'd MobileE. NTT DoCoMoF. Sony Ericsson

Correct Answer: ESection: (none)Explanation

Explanation/Reference:

QUESTION 31An application needs to run on two different devices. Each device requires different, optimized ActionScriptto run. What command is needed to detect the device that the content is being run on so different sets ofActionScript run properly?

A. $deviceB. $versionC. _deviceidD. _devicenameE. fscommand2( "DeviceID", "ID" );F. fscommand2( "GetDevice", "devicename" );G. fscommand2( "DeviceName", "devicename" );

Correct Answer: FSection: (none)Explanation

Explanation/Reference:

QUESTION 32What unique code is used to distinguish each Symbian based application installed on a device?

A. UIDB. IMEIC. SymbianIDD. SID

Page 11: Adobe PrepKing 9A0-064 v2011-06-11 114q By-Martin · 6/11/2011  · QUESTION 11 In what form are the types of video (VideoMimeTypes) a device supports returned? A. As a String B

E. SSIDF. DeviceID

Correct Answer: ASection: (none)Explanation

Explanation/Reference:

QUESTION 33What does the file extension SIS refer to when packaging Flash Lite applications for deployment on adevice?

A. Small installation systemB. Small information systemC. Scalable installation systemD. Symbian installation systemE. Symbian information systemF. Scalable information system

Correct Answer: DSection: (none)Explanation

Explanation/Reference:

QUESTION 34How 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: BSection: (none)Explanation

Explanation/Reference:

QUESTION 35When attempting to access a network connection from the Flash Lite player, what happens on a BREWplayer 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: DSection: (none)Explanation

Explanation/Reference:

Page 12: Adobe PrepKing 9A0-064 v2011-06-11 114q By-Martin · 6/11/2011  · QUESTION 11 In what form are the types of video (VideoMimeTypes) a device supports returned? A. As a String B

QUESTION 36What file type is used to install games and applications to Symbian handsets?

A. ZIPB. MSIC. SISD. TAR

Correct Answer: CSection: (none)Explanation

Explanation/Reference:

QUESTION 37An application that you have written is attempting to load 100kb of XML data from an external source intothe Flash Lite player. However, the device has only allocated 30kb to handle incoming data streams. Whathappens?

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: CSection: (none)Explanation

Explanation/Reference:

QUESTION 38Does Flash Lite support https protocol?

A. Flash Lite supports https protocolB. Flash Lite only supports WAP protocolC. Flash Lite does not support https protocolD. Flash Lite supports https protocol but it can be used only if the mobile phone

Correct Answer: DSection: (none)Explanation

Explanation/Reference:

QUESTION 39Click the Exhibit button.

Which labeled keys are unavailable for access from Flash Lite content?

Page 13: Adobe PrepKing 9A0-064 v2011-06-11 114q By-Martin · 6/11/2011  · QUESTION 11 In what form are the types of video (VideoMimeTypes) a device supports returned? A. As a String B

A. D, E, FB. A, B, CC. A, B, ED. A, D, EE. B, E, F

Correct Answer: ASection: (none)Explanation

Explanation/Reference:

QUESTION 40What does GSM stand for in the mobile industry?

A. Global System for MobileB. Global Service for MobileC. Geographic Service for MobileD. Geographic System for Mobile

Correct Answer: ASection: (none)Explanation

Explanation/Reference:

QUESTION 41

Page 14: Adobe PrepKing 9A0-064 v2011-06-11 114q By-Martin · 6/11/2011  · QUESTION 11 In what form are the types of video (VideoMimeTypes) a device supports returned? A. As a String B

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 containB. when you have a static background with NO ActionScriptC. when you have multiple frames of ActionScriptActionScriptD. when you have an animation that is independent of the main timeline

Correct Answer: BSection: (none)Explanation

Explanation/Reference:

QUESTION 42What actions will most significantly improve content performance on a device? (Choose two)

A. grouping drawn objectsB. reducing the vector graphics nodesC. using more raster images than vectorsD. avoiding alpha transparencies and gradientsE. using only the colors present in the default color palette

Correct Answer: BDSection: (none)Explanation

Explanation/Reference:

QUESTION 43Which format or protocol should you use for loading asynchronous structured data into Flash Lite?

A. XMLB. AMFC. XMLSocketD. Webservices

Correct Answer: ASection: (none)Explanation

Explanation/Reference:

QUESTION 44You have written an application that loads XML data from the same directory as the SWF file. You want tomove 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: BSection: (none)Explanation

Page 15: Adobe PrepKing 9A0-064 v2011-06-11 114q By-Martin · 6/11/2011  · QUESTION 11 In what form are the types of video (VideoMimeTypes) a device supports returned? A. As a String B

Explanation/Reference:

QUESTION 45Flash Lite can consume XML from

A. A dynamic PHP URL.B. A dynamic ASP URLC. The file system of the deviceD. All of the above

Correct Answer: DSection: (none)Explanation

Explanation/Reference:

QUESTION 46In the BREW environment, how is an image automatically attached to an MMS message?

A. Using the Image classB. Using attachMovie() methodC. Using the loadMovie() methodD. It is not possible to automatically attach an image.

Correct Answer: DSection: (none)Explanation

Explanation/Reference:

QUESTION 47Which method or property should you use to determine the language set for a mobile OS?

A. _capLangB. setDefaultLang()C. loadLanguageXML()D. capabilities.language

Correct Answer: DSection: (none)Explanation

Explanation/Reference:

QUESTION 48Which type of layer does NOT exporte any content or add bytes to the final SWF file when publishing?

http://www.gratisexam.com/

A. Guide layers

Page 16: Adobe PrepKing 9A0-064 v2011-06-11 114q By-Martin · 6/11/2011  · QUESTION 11 In what form are the types of video (VideoMimeTypes) a device supports returned? A. As a String B

B. Normal layersC. Mask layersD. Any empty layer that does not contain media

Correct Answer: ASection: (none)Explanation

Explanation/Reference:

QUESTION 49You have created a complex vector image using the MovieClip drawing tools. The code for drawing theimage 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 animationperformance 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: DSection: (none)Explanation

Explanation/Reference:

QUESTION 50What is the most highly processor intensive animation technique?

A. Alpha effectsB. Motion tweenC. onEnterFrameD. Brightness effects

Correct Answer: ASection: (none)Explanation

Explanation/Reference:

QUESTION 51You 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: ASection: (none)Explanation

Explanation/Reference:

Page 17: Adobe PrepKing 9A0-064 v2011-06-11 114q By-Martin · 6/11/2011  · QUESTION 11 In what form are the types of video (VideoMimeTypes) a device supports returned? A. As a String B

QUESTION 52How can a Flash Lite device's ability to dynamically load data be determined?

A. _capLoadDataB. getNetworkStatus()C. getNetworkRequestStatus()D. getNetworkConnectStatus()

Correct Answer: ASection: (none)Explanation

Explanation/Reference:

QUESTION 53Consider 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. 1B. -1C. falseD. notCapable

Correct Answer: CSection: (none)Explanation

Explanation/Reference:

QUESTION 54What does GPRS stand for in the mobile industry?

A. General Packet Radio ServicesB. General Packet Radio SystemsC. General Packet Radar ServicesD. General Packet Radar SystemsE. Global Positioning Radio ServicesF. Global Positioning Radio Systems

Correct Answer: ASection: (none)Explanation

Explanation/Reference:

QUESTION 55Which is a network operator that owns it's infrastructure?

A. NokiaB. SamsungC. HandangoD. Amp'd MobileE. NTT DoCoMo

Page 18: Adobe PrepKing 9A0-064 v2011-06-11 114q By-Martin · 6/11/2011  · QUESTION 11 In what form are the types of video (VideoMimeTypes) a device supports returned? A. As a String B

F. Sony Ericsson

Correct Answer: ESection: (none)Explanation

Explanation/Reference:

http://www.gratisexam.com/

QUESTION 56You 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 theapplication 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 panelC. 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: BSection: (none)Explanation

Explanation/Reference:

QUESTION 57An application that you have written is attempting to load 100kb of XML data from an external source intothe Flash Lite player. However, the device has only allocated 30kb to handle incoming data streams. Whathappens?

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: CSection: (none)Explanation

Explanation/Reference:

QUESTION 58What file type is used to install games and applications to Symbian handsets?

A. ZIPB. MSIC. SISD. TAR

Correct Answer: C

Page 19: Adobe PrepKing 9A0-064 v2011-06-11 114q By-Martin · 6/11/2011  · QUESTION 11 In what form are the types of video (VideoMimeTypes) a device supports returned? A. As a String B

Section: (none)Explanation

Explanation/Reference:

QUESTION 59What unique code is used to distinguish each Symbian based application installed on a device?

A. UIDB. IMEIC. SymbianIDD. SIDE. SSIDF. DeviceID

Correct Answer: ASection: (none)Explanation

Explanation/Reference:

QUESTION 60Does Flash Lite support https protocol?

A. Flash Lite supports https protocolB. Flash Lite only supports WAP protocolC. Flash Lite does not support https protocolD. Flash Lite supports https protocol but it can be used only if the mobile phone

Correct Answer: DSection: (none)Explanation

Explanation/Reference:

QUESTION 61When attempting to access a network connection from the Flash Lite player, what happens on a BREWplayer 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: DSection: (none)Explanation

Explanation/Reference:

QUESTION 62Click the Exhibit button.

Which labeled keys are unavailable for access from Flash Lite content?

Page 20: Adobe PrepKing 9A0-064 v2011-06-11 114q By-Martin · 6/11/2011  · QUESTION 11 In what form are the types of video (VideoMimeTypes) a device supports returned? A. As a String B

A. D, E, FB. A, B, CC. A, B, ED. A, D, EE. B, E, F

Correct Answer: ASection: (none)Explanation

Explanation/Reference:

QUESTION 63How 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: BSection: (none)Explanation

Explanation/Reference:

Page 21: Adobe PrepKing 9A0-064 v2011-06-11 114q By-Martin · 6/11/2011  · QUESTION 11 In what form are the types of video (VideoMimeTypes) a device supports returned? A. As a String B

QUESTION 64What does the file extension SIS refer to when packaging Flash Lite applications for deployment on adevice?

A. Small installation systemB. Small information systemC. Scalable installation systemD. Symbian installation systemE. Symbian information systemF. Scalable information system

Correct Answer: DSection: (none)Explanation

Explanation/Reference:

QUESTION 65An application needs to run on two different devices. Each device requires different, optimized ActionScriptto run. What command is needed to detect the device that the content is being run on so different sets ofActionScript run properly?

A. $deviceB. $versionC. _deviceidD. _devicenameE. fscommand2( "DeviceID", "ID" );F. fscommand2( "GetDevice", "devicename" );G. fscommand2( "DeviceName", "devicename" );

Correct Answer: FSection: (none)Explanation

Explanation/Reference:

QUESTION 66A phone with an English operating system is attempting to load in Chinese text from an external XML file.What would you need to do to get the player to interpret the text in the native language? Assume the correctfonts are installed and the text is Unicode.

A. Be sure the System.useCodePage property is set to true.B. Be sure the System.useCodePage property is set to falseC. The text cannot be displayed on the device in this scenario.D. Unicode text is only supported with the LoadVars class not XML

Correct Answer: BSection: (none)Explanation

Explanation/Reference:

QUESTION 67What is the best method for ensuring that elements on a layer are NOT part of the published SWF file?

A. set the layer to be a guide layer

Page 22: Adobe PrepKing 9A0-064 v2011-06-11 114q By-Martin · 6/11/2011  · QUESTION 11 In what form are the types of video (VideoMimeTypes) a device supports returned? A. As a String B

B. move those elements off of the stage areaC. turn the layer to hidden in the layer propertiesD. reduce the alpha transparency of those elements to zero

Correct Answer: ASection: (none)Explanation

Explanation/Reference:

QUESTION 68What functionality is supported for capturing user input when developing ringtones and wallpapers in FlashLite 2?

A. Using an input text fieldB. Using the soft keys (RSK and LSK) of the deviceC. Using the numeric buttons of the deviceD. It is NOT possible to capture user input when developing ringtones and screensavers

Correct Answer: DSection: (none)Explanation

Explanation/Reference:

QUESTION 69What is the best and most efficient way to flip content 90 degrees and provide a landscape mode for anapplication?

A. _root._rotate = 90;B. _root.rotation = 90;C. tellTarget( " " ) { _rotation = 90; }D. fscommand2( "setDisplayMode", "portrait" );E. fscommand2( "setDisplayMode", "landscape", 90 );F. enclose everything in a movieclip and then apply _rotation = 90;

Correct Answer: FSection: (none)Explanation

Explanation/Reference:

QUESTION 70What ActionScript command is used to dial a phone number in Flash Lite 2?

A. getURL()B. loadMovie()C. FSCommandD. FSCommand2

Correct Answer: ASection: (none)Explanation

Explanation/Reference:

Page 23: Adobe PrepKing 9A0-064 v2011-06-11 114q By-Martin · 6/11/2011  · QUESTION 11 In what form are the types of video (VideoMimeTypes) a device supports returned? A. As a String B

QUESTION 71What is NOT a sound editing feature in the Flash 8 authoring tool?

A. Changing the sound envelope of a soundB. Modifying the start and end points of a soundC. Changing the beats per minute (bpm) of a sound fileD. Switching the sound time units from seconds to frames

Correct Answer: CSection: (none)Explanation

Explanation/Reference:

QUESTION 72What method of code looping offers the best performance for Flash Lite?

A. a 'for' loopB. a 'while' loopC. a 'for...in' loopD. a 'timeline' loop

Correct Answer: BSection: (none)Explanation

Explanation/Reference:

QUESTION 73How can you determine the type of device that a user has?

A. Using the FSCommandB. Using the getDevice() methodC. Using the getPlatform() methodD. Using the System.capabilities object

Correct Answer: DSection: (none)Explanation

Explanation/Reference:

QUESTION 74When using a dynamic text field in a Flash Lite application, what will result in the smallest file size for theexported SWF file?

A. using pixel fontsB. using device fontsC. using a font size of less than 8 pointsD. using an anti-aliased font, but only embedding required characters

Correct Answer: BSection: (none)Explanation

Page 24: Adobe PrepKing 9A0-064 v2011-06-11 114q By-Martin · 6/11/2011  · QUESTION 11 In what form are the types of video (VideoMimeTypes) a device supports returned? A. As a String B

Explanation/Reference:

QUESTION 75On the BREW platform, Flash Lite is able to access the SMS system of the phone. How is the messagesent?

A. The SMS message is sent as an email message.B. Flash Lite is not able to send SMS messages from BREW.C. The SMS system is started and prefilled but the user must still click send.D. The SMS message is sent silently from the Flash Lite player, without any additional user interaction.

Correct Answer: DSection: (none)Explanation

Explanation/Reference:

QUESTION 76A button has keyframe content for its "up", "over", and "hit" keyframes.

The "down" state has no keyframe. What is displayed when the user activates the button's "down" state?

A. nothingB. content of the "up" keyframeC. content of the "hit" keyframeD. content of the "over" keyframe

Correct Answer: DSection: (none)Explanation

Explanation/Reference:

QUESTION 77What method of the Key class is used to determine what key a user pressed on a mobile device?

A. Key.getKey()B. 54Key.enter()C. Key.getCode()D. Key.getKeyCode()

Correct Answer: CSection: (none)Explanation

Explanation/Reference:

QUESTION 78What is the best way to check and be sure the data from a SharedObject has loaded from the device and isready for use?

A. Use the onLoad() event handlerB. Use the onData() event handler.C. The getLocal() method automatically does this for you.D. Create a custom listener using the addListener method

Page 25: Adobe PrepKing 9A0-064 v2011-06-11 114q By-Martin · 6/11/2011  · QUESTION 11 In what form are the types of video (VideoMimeTypes) a device supports returned? A. As a String B

Correct Answer: DSection: (none)Explanation

Explanation/Reference:

QUESTION 79The following events are invoked when the XML has been received from the server (choose two)

A. resultB. onDataC. onLoadD. onResultE. complete

Correct Answer: BCSection: (none)Explanation

Explanation/Reference:

QUESTION 80Your are using the attachMovie method. What happens when you attach two MovieClips at the samedepth?

A. The second MovieClip replaces the firstB. Both MovieClips are unloaded and a run time error is createdC. The second attempt to attach a MovieClip produces a run time errorD. 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: ASection: (none)Explanation

Explanation/Reference:

QUESTION 81What code creates an object named person with two properties, name and age?

A. person = {name:Fred, age:24};B. person = (name=Fred, age=24);C. person = new Array (name:Fred, age:24);D. person = new Object(name=Fred, age=24);

Correct Answer: ASection: (none)Explanation

Explanation/Reference:

QUESTION 82Given the following code:

var circle:TextField;

Page 26: Adobe PrepKing 9A0-064 v2011-06-11 114q By-Martin · 6/11/2011  · QUESTION 11 In what form are the types of video (VideoMimeTypes) a device supports returned? A. As a String B

circle.onSetFocus=function (){//}

Which two lines of code will write the name of the instance with focus to the output window?

A. trace(this._target);trace(this._event);

B. trace(this._proto_);trace(this._instance);

C. trace(this._type);trace(this._name);

D. trace(this._target);trace(this._name);

Correct Answer: DSection: (none)Explanation

Explanation/Reference:

QUESTION 83Which function should you use to create an animation?

A. eval()B. getTimer()C. targetPath()D. setInterval()

Correct Answer: DSection: (none)Explanation

Explanation/Reference:

QUESTION 84Which event in the LoadVars class is fired when the last byte of data has been retrieved from a server?

A. loadedB. onLoadC. onDataLoadD. getTotalBytes

Correct Answer: BSection: (none)Explanation

Explanation/Reference:

QUESTION 85How is a fscommand2 different from fscommand? (Choose THREE)

A. fscommand2 executes immediatelyB. fscommand2 returns a numerical valueC. fscommand2 executes only on a deviceD. fscommand2 always prompts a user before executing

Page 27: Adobe PrepKing 9A0-064 v2011-06-11 114q By-Martin · 6/11/2011  · QUESTION 11 In what form are the types of video (VideoMimeTypes) a device supports returned? A. As a String B

E. fscommand2 is limited to only Symbian-based devicesF. fscommand2 executes at the end of a frame it is put onG. fscommand2 must be run on the very first frame of a MoveClip

Correct Answer: ABCSection: (none)Explanation

Explanation/Reference:

QUESTION 86What do the left and right softkeys do by default on a Symbian OS-based device while the Flash Lite Playeris running?

A. left does nothing, right quits the applicationB. right does nothing, left quits the applicationC. left brings up the menu, right quits the applicationD. right brings up the menu, left quits the applicationE. A run-time error occurs, soft keys must be definedF. A compile-time error occurs, soft keys must be definedG. left is assigned to <Left> device key and right is assigned to <Right> device key

Correct Answer: CSection: (none)Explanation

Explanation/Reference:

QUESTION 87What happens when this code is executed?(Choose TWO) retval = fscommand2( "GetDeviceID", "ID" );

A. Flash player crashesB. retval contains the IMEI stringC. ID contains the IMEI string for the phoneD. retval comes back with a numerical valueE. ID contains the unique phone number for the deviceF. An error occurs, there is a compile time syntax problem

Correct Answer: CDSection: (none)Explanation

Explanation/Reference:

QUESTION 88Which event is supported by the Key class in Flash Lite 2.0/2.1?

A. onkeyupB. onListenerC. onKeyDownD. CAPSLOCK

Correct Answer: CSection: (none)

Page 28: Adobe PrepKing 9A0-064 v2011-06-11 114q By-Martin · 6/11/2011  · QUESTION 11 In what form are the types of video (VideoMimeTypes) a device supports returned? A. As a String B

Explanation

Explanation/Reference:

QUESTION 89Consider the following FSCommand2:

requeststatus = fscommand2("GetNetworkRequestStatus");

If the server returns a 404 error, what would the value of requeststatus be?

A. -1B. 1C. 2D. 6

Correct Answer: DSection: (none)Explanation

Explanation/Reference:

QUESTION 90Which is used to create frame rate independent script based animations?

A. whileB. setIntervalC. enterFrameD. gotoAndPlay

Correct Answer: BSection: (none)Explanation

Explanation/Reference:

QUESTION 91Where must ActionScript classes be located?

A. In componentsB. In external filesC. Top layer of the timelineD. Frame 1 of the root timeline

Correct Answer: BSection: (none)Explanation

Explanation/Reference:

QUESTION 92Which two classes natively support the length property in Flash Lite2.0/2.1? (Choose two.)

A. XMLB. Array

Page 29: Adobe PrepKing 9A0-064 v2011-06-11 114q By-Martin · 6/11/2011  · QUESTION 11 In what form are the types of video (VideoMimeTypes) a device supports returned? A. As a String B

C. StringD. XMLNodeE. LoadVars

Correct Answer: BCSection: (none)Explanation

Explanation/Reference:

QUESTION 93If you attempt to play a video object on a device that does not support the video format, what must you do?

A. You must convert the video to FLV formatB. The video must be bundled within the SWFC. The video must be loaded from an external URLD. Nothing, the video will not play on the device and an error message should be displayed.

Correct Answer: DSection: (none)Explanation

Explanation/Reference:

QUESTION 94What is returned when the following Flash Lite capabilities are run and the device does NOT support afeature? _capMMS _capLoadData _capEmail

A. -1B. 0C. 1D. trueE. falseF. variable is undefined

Correct Answer: FSection: (none)Explanation

Explanation/Reference:

QUESTION 95You 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 containB. when you have a static background with NO ActionScriptC. when you have multiple frames of ActionScriptActionScriptD. when you have an animation that is independent of the main timeline

Correct Answer: BSection: (none)Explanation

Explanation/Reference:

Page 30: Adobe PrepKing 9A0-064 v2011-06-11 114q By-Martin · 6/11/2011  · QUESTION 11 In what form are the types of video (VideoMimeTypes) a device supports returned? A. As a String B

QUESTION 96What actions will most significantly improve content performance on a device? (Choose two)

A. grouping drawn objectsB. reducing the vector graphics nodesC. using more raster images than vectorsD. avoiding alpha transparencies and gradientsE. using only the colors present in the default color palette

Correct Answer: BDSection: (none)Explanation

Explanation/Reference:

QUESTION 97Why is it considered bad practice to apply very detailed gradients to vector shapes in Flash Litedevelopment? (Choose two.)

A. Most Flash Lite enabled devices do not support gradient colors.B. Vector shapes with gradients cannot be resized to fullscreen size on the device.C. Advanced display settings on the mobile device can block gradient colors from being displayed.D. Gradients demand a high amount of CPU processing to be rendered which may affect the mobile

device performance.E. Mobile devices have a lower screen resolution compared to desktop computers, so colors can look

different from the originally intended colors.

Correct Answer: DESection: (none)Explanation

Explanation/Reference:

QUESTION 98What is wrong with the following code? _cap4WayKeyAS=2;

A. _cap4WayKeyAS cannot accept a positive valueB. _cap4WayKeyAS requires a list as an assignment; e.g.

localList="left,right,up,down";_cap4WayKeyAS= localList;

C. _cap4WayKeyAS must be assigned to a string; e.g. _cap4WayKeyAS="2";D. _cap4WayKeyAS is a part of capabilities and should be used as a read-only or as a test condition

Correct Answer: DSection: (none)Explanation

Explanation/Reference:

QUESTION 99In order to transfer a Flash file to a BREW device, the application file must be in the following format

A. DLLB. BARC. SWFD. MOD

Page 31: Adobe PrepKing 9A0-064 v2011-06-11 114q By-Martin · 6/11/2011  · QUESTION 11 In what form are the types of video (VideoMimeTypes) a device supports returned? A. As a String B

Correct Answer: DSection: (none)Explanation

Explanation/Reference:

QUESTION 100Which type of layer does NOT exporte any content or add bytes to the final SWF file when publishing?

A. Guide layersB. Normal layersC. Mask layersD. Any empty layer that does not contain media

Correct Answer: ASection: (none)Explanation

Explanation/Reference:

QUESTION 101You want to determine if a device has SMS capabilities. Which property should you use?

A. _capHasSMSB. System.capabilities.hasSMSC. System.capabilities.hasMessagingD. System.capabilities.hasConnection

Correct Answer: BSection: (none)Explanation

Explanation/Reference:

QUESTION 102What is the default quality setting when publishing Flash Lite content?

A. BestB. HighC. LowD. Medium

Correct Answer: DSection: (none)Explanation

Explanation/Reference:

QUESTION 103What is the value of myVar in the following command? myVar =_capCompoundSound

A. 1 if Flash Lite can process compound sound, 0 if it cannotB. 1 if Flash Lite can process compound sound, undefined if it cannotC. depends on the number of sounds the device can play simultaneously

Page 32: Adobe PrepKing 9A0-064 v2011-06-11 114q By-Martin · 6/11/2011  · QUESTION 11 In what form are the types of video (VideoMimeTypes) a device supports returned? A. As a String B

D. depends on the number of sounds the installed version of Flash Lite can play simultaneously

Correct Answer: BSection: (none)Explanation

Explanation/Reference:

QUESTION 104Which ActionScript method should you use to access the SMS, MMS, and dialing capabilities for the OS ofa phone?

A. getURL( )B. getProperty()C. setProperty()D. FSCommand2()

Correct Answer: ASection: (none)Explanation

Explanation/Reference:

QUESTION 105Which command should you use to determine if a mobile device has network access?

A. FScommand2("GetNetworkStatus");B. System.capabilities.getNetworkStatus;C. FSCommand2("GetNetworkConnectionName", "myConnectionName");D. System.capabilities. GetNetworkConnectionName;

Correct Answer: ASection: (none)Explanation

Explanation/Reference:

QUESTION 106When playing a game written for the Symbian standalone Flash Lite player, what happens to the gameapplication when a user receives a call?

A. ExitsB. Carries on playing while the call is in progressC. The game restarts when the call is terminatedD. Automatically pauses until the call is terminated

Correct Answer: DSection: (none)Explanation

Explanation/Reference:

QUESTION 107When attempting to load XML that contains white space, such as tabs and returns, what does a developerneed to do?

Page 33: Adobe PrepKing 9A0-064 v2011-06-11 114q By-Martin · 6/11/2011  · QUESTION 11 In what form are the types of video (VideoMimeTypes) a device supports returned? A. As a String B

A. XML used by Flash Lite cannot contain white spaceB. set the whiteSpace property of the XML object to true.C. Set the ignoreWhite property of the XML object to true.D. White space does not make a difference when using XML in Flash Lite.

Correct Answer: CSection: (none)Explanation

Explanation/Reference:

QUESTION 108What is the most highly processor intensive animation technique?

A. Alpha effectsB. Motion tweenC. onEnterFrameD. Brightness effects

Correct Answer: ASection: (none)Explanation

Explanation/Reference:

QUESTION 109On the BREW platform, Flash Lite is able to access the SMS system of the phone. How is the messagesent?

A. The SMS message is sent as an email message.B. Flash Lite is not able to send SMS messages from BREW.C. The SMS system is started and prefilled but the user must still click send.D. The SMS message is sent silently from the Flash Lite player, without any additional user interaction.

Correct Answer: DSection: (none)Explanation

Explanation/Reference:

QUESTION 110What method of the Key class is used to determine what key a user pressed on a mobile device?

A. Key.getKey()B. 54Key.enter()C. Key.getCode()D. Key.getKeyCode()

Correct Answer: CSection: (none)Explanation

Explanation/Reference:

QUESTION 111

Page 34: Adobe PrepKing 9A0-064 v2011-06-11 114q By-Martin · 6/11/2011  · QUESTION 11 In what form are the types of video (VideoMimeTypes) a device supports returned? A. As a String B

What happens when this code is executed?(Choose TWO) retval = fscommand2( "GetDeviceID", "ID" );

A. Flash player crashesB. retval contains the IMEI stringC. ID contains the IMEI string for the phoneD. retval comes back with a numerical valueE. ID contains the unique phone number for the deviceF. An error occurs, there is a compile time syntax problem

Correct Answer: CDSection: (none)Explanation

Explanation/Reference:

QUESTION 112After creating a custom button named "mybutton" on the Stage, a yellow outline around the button appearswhen it is selected. How can this be disabled?

A. _focusrect = false;B. _focus = false;C. focusrect = false;D. mybutton._focusrect = false;E. mybutton.focusrect = false;F. fscommand( "setFocusRect", "false" );G. fscommand2( "setFocusRect", "false" );

Correct Answer: ASection: (none)Explanation

Explanation/Reference:

QUESTION 113Which two does the Sound object allow on a mobile device? (Choose two.)

A. Control the volume of a soundB. Delete portions of a sound clip.C. Control the envelope of a soundD. Alter the sampling rate of a soundE. Set the left right balance of a sound

Correct Answer: AESection: (none)Explanation

Explanation/Reference:

QUESTION 114The childNodes property of the XMLNode object is what type of Object

A. XMLB. ArrayC. String

Page 35: Adobe PrepKing 9A0-064 v2011-06-11 114q By-Martin · 6/11/2011  · QUESTION 11 In what form are the types of video (VideoMimeTypes) a device supports returned? A. As a String B

D. Object

Correct Answer: BSection: (none)Explanation

Explanation/Reference: