Category Archives: Quiz

AS Quiz #4

This quiz contains a few questions about design patterns. I think the best intro book to design patterns is Head First Design Patterns. (the examples are in Java but it is an excellent resource/intro). After that its worth checking out GOF


Number of Questions : 7
Difficulty : If you know patterns this will be easy, if not, it will make very little sense to you.
Topic : Design Patterns

Fill in the blank. The Strategy pattern is used to change the ________ of an object at runtime.





The AS3 display list could be considered an implementation of which of the following design patterns:





Which of the following is true about the Adapter pattern?





Fill in the blank. Using the flyweight pattern can reduce a group of thousands of class instances down to __________.





True or False... The Decorator pattern and the Strategy pattern both make use of composition to add flexibility at runtime.



True or False... It's uncommon and considered bad practice to combine two or more design patterns to fit you needs.



True or False... When implementing MVC, you should only ever have one view running at a time.





Posted in Quiz | Tagged , , , | 5 Comments

AS Quiz # 3

Here is another quiz. Tomorrows quiz will be about design patterns…

Number of Questions : 5
Difficulty : Easy
Topic : General

Please go to AS Quiz # 3 to view the quiz
Posted in Quiz | Tagged , , | 7 Comments

AS Quiz # 2

People seemed to do pretty well on yesterday’s quiz. I have lots of questions written that fall into that same category of being somewhere between beginner and intermediate level. I decided to write a trickier quiz for today. Tomorrow I’ll alternate back to some easier questions. This quiz is really more about operators and hex numbers than ActionScript…

Number of Questions : 5
Difficulty : Medium
Topic : Operators and Hexadecimal

Please go to AS Quiz # 2 to view the quiz
Posted in Quiz | Tagged , , , | 14 Comments

AS Quiz #1

This is the first in a hopefully long series of short ActionScript Quizzes I’ll be writing. This is just 6 simple questions… check it out….

Number of Questions : 6
Difficulty : Easy
Topic : General


Please go to AS Quiz #1 to view the quiz

Posted in Quiz | Tagged , , , | 16 Comments