3COM certification 3COM
Adobe certification Adobe
Apple certification Apple
Avaya certification Avaya
BEA certification BEA Systems
Business Objects certification Business Objects
Check Point certification Check Point
Cisco certification Cisco
Citrix certification Citrix
CIW certification CIW
CompTIA certification CompTIA
CWNP certification CWNP
EC-Council certification EC-Council
EMC certification EMC
Exam Express certification Exam Express
Exin certification Exin
F5 Networks certification F5 Networks
HDI certification HDI
HP certification HP
Hitachi certification Hitachi
IBM certification IBM
ISC certification ISC
ISEB certification ISEB
Juniper certification Juniper Networks
Lotus certification Lotus
LPI certification LPI
Microsoft certification Microsoft
Mile2 certification Mile2
Network Appliance certification Network Appliance
Nortel certification Nortel
Novell certification Novell
Oracle certification Oracle
PMI certification PMI
RedHat certification RedHat
SAIR certification SAIR
SAS certification SAS Institute
SNIA certification SNIA
Sun certification Sun
Sybase certification Sybase
Symantec certification Symantec
Teradata certification Teradata
Tibco certification Tibco
Veritas certification Veritas
VMware certification VMware
All Exams

Adobe 9A0-602 Exam - PassITexam.com

Free 9A0-602 Sample Questions:

1. What are examples of absolute target paths? (Choose TWO)
A. mcCircle
B. this.mcCircle
C. _root.mcCircle
D. _level0.mcCircle
E. this._parent.mcCircle
Answer:CD

2. What type of animation is NOT available for a shape until it is converted into a symbol?
A. onion skinning
B. shape tweening
C. motion tweening
D. frame-by-frame animation
Answer:C

3. ActionScript works on a keyframe in what type of object?
A. Button
B. Group
C. Graphic
D. MovieClip
Answer:D

4. What symbols or objects CANNOT have Timeline effects applied to them?
A. text
B. sound
C. bitmap images
D. button symbols
Answer:B

5. What is the main use of the TextSnapshot class?
A. Allows static text in a movie clip.
B. Outputs a list of the fonts used within the text fields of a movie clip.
C. Captures the dynamic text used in a movie clip for export to a screen reader.
D. Returns text measurement information (width, height, kerning, etc.) for specified text strings within a movie clip.
Answer:A

6. A movie clip with an instance name of colorChip resides on the main Timeline of a movie. What ActionScript is added to the main Timeline to create a new Color object, named currentColor, to control the color of the colorChip MovieClip?
A. currentColor.add = Color.colorChip;
B. colorChip = new Color(currentColor);
C. currentColor = new Color(colorChip);
D. make Color (colorChip.currentColor);
Answer:C

7. What is the value of "myValue"?
var myValue = Math.ceil(54.22);
A. 54
B. 55
C. 54.2
D. 54.3
Answer:B

8. What property of the TextField class is used to define the text in a text field?
A. myTextField.txt
B. myTextField.text
C. myTextField.variable
D. text boxes cannot have instance names
Answer:B

9. How many classes can a single class extend?
A. 0
B. 1
C. 2
D. 3
E. 4
Answer:B

10. What does this code display in the output window?
var myEmployees:LoadVars = new LoadVars();
myEmployees.Address = "275 Grove Street";
myEmployees.fname = "Jeremy";
trace (myEmployees.toString());
A. blank output window
B. fname=Jeremy&Address=275%20Grove%20Street
C. &fname=Jeremy&Address=275%20Grove%20Street&
D. fname="Jeremy"&Address="275%20Grove%20Street"
Answer:B