1.
Which style declaration has the lowest precedence?
2.
Which line of code correctly adds a column to a DataGrid component?
3.
Which CSS selector will affect the styles for all components in the application?

 
4.
Which code will create the same transition to and from every state in the application?
5.
Which container controls layout and positioning?
6.
You want an effect to play for two seconds. Which effect declaration setting should you use?
7.
Which two Flex UI controls can be used to display multi-line wrapped text?
8.
You have created an ArrayCollection, a DataGrid, and a List. The dataProvider properties of both the
DataGrid and the List are set to the same bindable ArrayCollection.
At runtime, the user clicks on a column header of one of the columns of the DataGrid to sort the data.
What happens to the appearance of the List control?
9.
Which is NOT an acceptable MXML style attribute for use in the MXML tag?
10.
Which MXML tag is used to create composite effects?