Adobe 9A0-182 - Flex 4.5 ACE Exam Exam
Page: 1 / 20
Total 96 questions
Question #1 (Topic: )
Which two statements about Spark and MX components are true? (Choose two.)
A. For each MX component, there is a corresponding Spark component
B. For many MX components, there is a corresponding Spark component
C. Spark components implement functionality and appearance in separate classes
D. Spark components are extended to customize layout, just like MX components
E. Spark and MX components CANNOT be used within the same application
Answer: B,C
Question #2 (Topic: )
Which statement about Spark components is true?
A. SkinnableComponent is a superclass of all Spark components
B. UIComponent is NOT a superclass of Spark components
C. Spark components CANNOT be used in the same application with MX components
D. NOT all Spark components are skinnable
Answer: D
Question #3 (Topic: )
Which approach allows you to specify a layout for a Spark container?
A. Each Spark container class defines a specific layout, so you must choose the Spark container corresponding to the layout you desire
B. You must specify a CSS layout style corresponding to the id of the Spark container
C. You must specify a value of "absolute", "horizontal" or "vertical" within the layout attribute of the Spark container
D. You must specify one of the Spark layout classes within the layout attribute of the Spark container
Answer: D
Question #4 (Topic: )
Which statement comparing Spark and MX layouts are true?
A. Spark layouts use layout classes, while MX layouts do not
B. Spark and MX share the same layout attribute values
C. Spark layouts do NOT support absolute positioning, unlike MX layouts
D. Spark components do NOT have default layouts, so a layout must be specified
Answer: A
Question #5 (Topic: )
You want to create a sub class of LayoutBase. Which method must be overridden to
specify positioning?
specify positioning?
A. layout()
B. measure()
C. commitProperties()
D. updateDisplayList()
Answer: D