1.
Which statement about event handlers is true?
2.
You have a created a custom component in a file named
MyComponent.mxml. The file is stored in a subdirectory of the project root named components. You want to create an instance of the component in MXML. Which is the correct syntax?
3.
Which is a characteristic of the ArrayCollection class?
4.
Which line of code correctly calls a changeHandler function when the text in a TextInput component is changed?
5.
Which statement declares the Person class as a member of the com.adobe.people package?
6.
What is the most efficient way to validate that alpha-numeric data is in the correct format?
7.
Given this XML variable:
var myData:XML =
JoeMary name=Shipping>AliceHarry

And this ActionScript statement:
returnedXML = myData.dept.(@name == Marketing)
What is the value of returnedXML?
8.
Which two navigator containers can only let users control the active child of a ViewStack Container (choose two)?
9.
Which method of changing the appearance of a Flex application requires the use of 3rd-party tools like Adobe Photoshop or Adobe Flash 8?
10.
Which is the immediate child element of a Navigator container?