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. Core foundation classes are prefixed with _ and suffixed with _






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






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


4. The root view controller typically creates the next view controller - and the next _ creates the one after that






5. A view is a subclass of _






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






7. The integer prefix is...






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


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






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






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






12. Files Owner...






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






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


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






16. Reducing details to focus on the core concepts






17. NSSet...






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






19. What does autorelease mean?






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






21. Hold data and know nothing about the user interface






22. A _ handles touch events.






23. NSString *s = @'Hello - World'; is an example of...






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






25. A responder is responsible for...






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






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






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






29. NSArray - important methods...






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






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






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






33. Why properties?






34. Asking a class or object to execute a method






35. Three ways instances are created...






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






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






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






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






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






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






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






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


44. Designated initializer makes sure that every...






45. NSDictionary...






46. Name of the method to be executed






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






48. NSNumber - class...






49. id is a...






50. Class methods typically either create






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