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. Origin of a view's coordinate system is _ left






2. UIImageView is used to...






3. NSSet...






4. class methods...






5. If you have extra work you want to do on the view...






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






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






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






9. NSNumber - class...






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






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






12. Any individual object belonging to any class...






13. A view is a subclass of _






14. UIViewController has several methods that get called at certain times...






15. Hold data and know nothing about the user interface






16. UIView - designated initializer...






17. Center and frame are used to _ your view






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






19. Property List...






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






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






22. A view is an...






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






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






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






26. All objects are accessed using...






27. Why properties?






28. In object oriented languages - we call methods that get and set instance variables

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


29. Asking a class or object to execute a method






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






31. If you aren't going to initialize an instance reference pointer at the moment you declare it by assigning a real value - it's a good idea to assign it _.






32. Ready-made instances...






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






34. [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.






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






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


37. Class methods typically either create






38. In Objective C arrays can hold only...






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






40. Designated initializer makes sure that every...






41. Each individual instance is a bundle of data that it maintains. Typically that data is private - which means that it's encapsulated as well; no other object knows what that data is or in what form it is kept. The only way to discover from outside wha






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






43. NSDictionary...






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






45. In general - class methods tend to be factory methods - that is...






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






47. Execution of the break statement...






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






49. super - is used...






50. Files Owner...







Sorry!:) No result found.

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