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 a class method you cannot access...






2. Property List...






3. Each _ has a 'designated' initializer method....






4. A _ handles touch events.






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






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






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






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






9. A UITableViewController can fill all three roles of...






10. Hold data and know nothing about the user interface






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






12. NSArray - important methods...






13. UIView - designated initializer...






14. Three ways instances are created...






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






16. Classes describe two things...






17. What does autorelease mean?






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






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






20. class methods...






21. @property - is using methods...






22. Ready-made instances...






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






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


25. A UITableView usually needs three different pieces...






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






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. NSString *s = @'Hello - World'; is an example of...






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






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






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






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






34. Primitives and C Structures...






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






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






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






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


39. super - is used...






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






41. Designated initializer makes sure that every...






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






43. UIImageView is used to...






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






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






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






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






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






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






50. Reference Counting...






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