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. A function in the objective c library that simply displays or logs it's argument






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






3. if you implemented both the setter and getter - the @synthesize method...






4. NSDate - class...






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






6. Defining variables - three parts...






7. Three ways instances are created...






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






9. When an object is removed from an NSMutableArray - that object is sent the message release;...






10. A method in a _ is required unless its preceded by an @optional.






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






12. When overriding a method - all you need to is _ - you do not need to declare it in the header file because it has already been declared by the superclass....






13. Core foundation classes are prefixed with _ and suffixed with _






14. A view is a subclass of _






15. Use of class methods - there are three...






16. It's class is sent the message alloc - which creates an instance of that class and returns a pointer to it - and then that instance is sent the message init - which gives its instance variables initial values.






17. All objects are accessed using...






18. Class methods typically either create






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






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






21. The notion that the data for an object is stored in it's instance variables and is accessed only by the objects methods. This maintains the integrity of the data.






22. 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 _.






23. Ready-made instances...






24. Property List...






25. Asking a class or object to execute a method






26. When an object is added to a NSMutableArray - that object is sent the message to retain;...






27. @property - is using methods...






28. The integer prefix is...






29. NSValue - class...






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






31. NSDictionary...






32. Center and frame are used to _ your view






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






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






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






36. If a break statement is executed from within a set of nested loops...






37. Reference Counting...






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






39. When do you take ownership?...






40. In Objective C - the name of a setter method is set plus the name of the instance variable it is changing - for example PossessionName would be...






41. id is a...






42. A set of variables and associated methods. An object can be sent messages to cause one of its methods to be executed.






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






44. A delegate is a pointer to an object with a set of methods the delegate-holder knows how to call. In other words - it's _ from a later created object






45. Delegation is an object oriented approach to






46. A view is an...






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






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






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






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






Can you answer 50 questions in 15 minutes?



Let me suggest you:



Major Subjects



Tests & Exams


AP
CLEP
DSST
GRE
SAT
GMAT

Most popular tests