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. Why properties?






2. What happens when the last owner calls release?

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


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






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






5. A view is an...






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






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






8. We can use dot notation to reference...

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


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






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






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






12. Designated initializer makes sure that every...






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






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






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






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






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






18. Asking a class or object to execute a method






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






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






21. Defining variables - three parts...






22. Ready-made instances...






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






24. class methods...






25. Files Owner...






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






27. The notion that the data for an object is stored in it's instance variables and is accessed only by the objects methods. This maintains the integrity of the data.






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






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






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






31. A _ handles touch events.






32. You use _ to implement the view






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






34. NSArray - important methods...






35. Three ways instances are created...






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






37. A responder is responsible for...






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






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






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


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


42. Delegation is an object oriented approach to






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






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






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






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. A UITableView usually needs three different pieces...






48. NSNumber - class...






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






50. super - is used...







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