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






2. All objects are accessed using...






3. Primitives and C Structures...






4. Three ways instances are created...






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






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






7. Also if you send the NSObject the _ message - you own that object.






8. Any individual object belonging to any class...






9. Property List...






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






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






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






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






14. Center and frame are used to _ your view






15. Asking a class or object to execute a method






16. Delegation is an object oriented approach to






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






18. In the last line of an init method...






19. A command directed to an object is called an...






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






21. The integer prefix is...






22. class methods...






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






24. When making a tableView always...






25. In Objective C arrays can hold only...






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






27. Reference Counting...






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






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






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






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






32. [Instance Variables] The code it gets from its class and in a sense is shared with all other instances of that class - but the _ belong to it alone.






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






34. UIImageView is used to...






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






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


37. A view is an...






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






39. Order of the declarations for methods. _ come first - followed by _ - followed by any other methods...






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






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






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






43. When do you take ownership?...






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






45. A collection object - an ordered list of objects that can be accesed by an index






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






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






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






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






50. NSDate - class...







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