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. If you have extra work you want to do on the view...






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






3. Categories are an Objective C way to add _ to an existing class without subclassing






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






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






6. Name of the method to be executed






7. Delegation is an object oriented approach to






8. The integer prefix is...






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






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


11. NSValue - class...






12. Typically the designated initializer has parameters for the most important and frequently used _ of an object






13. id is a...






14. A view represents a _ area






15. NSArray - important methods...






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






17. Designated initializer makes sure that every...






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






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






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






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






22. Reference Counting...






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






24. NSString* s2 = [s uppercase String]; Is an example of what kind of instance?






25. Instance Variables by default are called @protected meaning...






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






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


28. Each object does its own job - and presents to the rest of the world - to other objects - and indeed in a sense to the programmer - an opaque wall whose only entrances are the methods to which it promises to respond and the actions it promises to per






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






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






31. NSSet...






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






33. Three ways instances are created...






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






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






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






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






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






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






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






41. UIView - designated initializer...






42. A _ handles touch events.






43. Proceed through the loop - jump back to the top and check again






44. Primitives and C Structures...






45. Asking a class or object to execute a method






46. Ready-made instances...






47. Center and frame are used to _ your view






48. C struct with a CGPoint origin and a CGSize size - in other words two c structs.






49. Files Owner...






50. Keep view and model objects in sync - control the 'flow' of the application - and save the model objects out to the filesystem






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