Test your basic knowledge |

iOS 5 App Development Objective C

Subjects : it-skills, apple
Instructions:
  • Answer 50 questions in 15 minutes.
  • If you are not ready to take this test, you can study here.
  • Match each statement with the correct term.
  • Don't refresh. All questions and answers are randomly picked and ordered every time you load a test.

This is a study tool. The 3 wrong answers for each question are randomly chosen from answers to other questions. So, you might find at times the answers obvious, but you will see it re-enforces your understanding as you take the test each time.
1. The designated initializer calls the _ designated initializer....

Warning: Invalid argument supplied for foreach() in /var/www/html/basicversity.com/show_quiz.php on line 183


2. Number one use of protocols in iOS...






3. Defining variables - three parts...






4. Origin of a view's coordinate system is _ left






5. UITableViewController is a subclass of...






6. Each _ has a 'designated' initializer method....






7. Only exists within the statement block there defined - outside of the block is fine






8. Name of the method to be executed






9. @property declares - and _ implements the setter and getter...






10. In any application with UINavigationController - the navigation controller...






11. A function in the objective c library that simply displays or logs it's argument






12. A responder is responsible for...






13. Primitives and C Structures...






14. initWithFrame: the designated initializer for UIView gives the view






15. Three ways instances are created...






16. NSString objects are usually sent _ rather than _...






17. A UITableViewController can fill all three roles of...






18. You use _ to implement the view






19. Each class picks one _ as it's designated initializer....






20. [Instance Variables] The code it gets from its class and in a sense is shared with all other instances of that class - but the _ belong to it alone.






21. Order of the declarations for methods. _ come first - followed by _ - followed by any other methods...






22. After accessors have been defined in the header file...






23. Keep view and model objects in sync - control the 'flow' of the application - and save the model objects out to the filesystem






24. Object Oriented based analogue to a function is called a...






25. When an NSMutableArray is deallocated - it sends...






26. Proceed through the loop - jump back to the top and check again






27. A command directed to an object is called an...






28. Classes describe two things...






29. The only reason to temporarily own an object - is...






30. A class inherits all _ from its superclass and can add as many as it wants for its own purposes....






31. Just a floating point number - but we always use it for graphics.






32. Execution of the break statement...






33. Never access a view controller's view in that...

Warning: Invalid argument supplied for foreach() in /var/www/html/basicversity.com/show_quiz.php on line 183


34. In object oriented languages - we call methods that get and set instance variables accessors - individually we call them...

Warning: Invalid argument supplied for foreach() in /var/www/html/basicversity.com/show_quiz.php on line 183


35. Why properties?






36. A callback is a function that is supplied in advance of an event - and...






37. When the message endEditing: is sent to a view - if it or any of its subviews or currently the _ - it will resign its first responder statues - and the keyboard will be dismissed.






38. Views have three properties related to their location and size: @property _ _;






39. Inside a method - _ is an implicit local variable. Typically - _ is used so that an object can send a message to itself....






40. What does autorelease mean?






41. We can use dot notation to reference...

Warning: Invalid argument supplied for foreach() in /var/www/html/basicversity.com/show_quiz.php on line 183


42. SomeClass* aVariable = [[SomeClass alloc] init]; is an example of what kind of instance?






43. A block of statements identified by a name that can accept one or more arguments passed to it by value and can optionally return a value






44. A _ handles touch events.






45. Archiving works by creating an instance of _ - which is essentially just a container for data - and placing objects and their data inside it.






46. Whenever a UINavigationController is about to swap views - it sends out two messages






47. At the top of any implementation file...






48. A view represents a _ area






49. In the last line of an init method...






50. When do we need to release our outlets?

Warning: Invalid argument supplied for foreach() in /var/www/html/basicversity.com/show_quiz.php on line 183