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. In general - in Objective-C - a reference to an instance is a _ - and the name of the data type of what's at the far end of that pointer is the name of the instances's _.






2. To get the full path for a directory in the sandbox - you use the _ NSSearchPathForDirectoriesInDomains.






3. A view is an...






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






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






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






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






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






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


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






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






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






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






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






15. Property List...






16. @property - is using methods...






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






18. Execution of the break statement...






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






20. NSValue - class...






21. A view is a subclass of _






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






23. All objects are accessed using...






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






25. Ready-made instances...






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






27. NSDate - class...






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






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






30. NSNumber - class...






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






32. NSSet...






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






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






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






36. When do you take ownership?...






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


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


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






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






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






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






43. id is a...






44. UIView - designated initializer...






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






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






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


48. A view represents a _ area






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






50. NSDictionary...







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