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. Keep view and model objects in sync - control the 'flow' of the application - and save the model objects out to the filesystem






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






3. NSSet...






4. 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


5. Name of the new class - it's superclass - the instance variables that each instance of this class has - and any methods this class implements






6. Variable names tend to start with a _ letter; class names tend to start with an _ letter.






7. In a class method you cannot access...






8. Class methods do not operate on an _ or have any access to _ variables....






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






10. Values to be supplied as the parameters to the method






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






12. An instance is a device for maintaining state. It's a box for _ of data.






13. Any other initializer a class has calls the _ designated initializer....

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


14. When a view controller presents a modal view controller - the _ of the modal view controller is set to be the parent of the presenting controller






15. When do you take ownership?...






16. The class is responsible for what instance variables the instance has - but not the _ of those variables.






17. A responder is responsible for...






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






19. Delegation is an object oriented approach to






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






21. Three ways instances are created...






22. NSNumber - class...






23. The object to which a message is sent - the receiver can be referred to as self from inside the method that is invoked






24. For view controllers that are closely related - like a table view controller and its detail view controller - you can simply give them _ that point to each other.






25. NSArray - class...






26. Hold data and know nothing about the user interface






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






28. All objects are accessed using...






29. UIImageView is used to...






30. If a class declares a _ that is different from its superclass - you must override the superclass' _ to call the new _...






31. Prefixing a character string with an @ symbol [specific - NSString class]...






32. Also - because arrays only hold a pointer to an object...






33. In Cocoa Touch - the table view asks another object _ what it should display...






34. NSValue - class...






35. A view exists within a hierarchy. The window (an instance of UIWindow) is a view and the root of the hierarchy. It has _ (that appear on the window). Those views can also have _.






36. To load a Xib file manually - you use _






37. A pointer to the object being asked to execute a method






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






39. Files Owner...






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






41. If the view has no subviews - create it programmatically; if it has subviews






42. A _ handles touch events.






43. Reference Counting...






44. The integer prefix is...






45. A message is always contained in square brackets - and has three parts






46. How do I implement my drawRect?






47. Objective C only allows for single inheritance - so in regards to class you only ever see the following pattern






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






49. UITableViewController is a subclass of...






50. 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