Test your basic knowledge |

iOS 5 App Development 2

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. Some controllers have ____________ as their views.






2. How to force a redraw of a custom area?






3. In a nutshell: how to do custom drawing?






4. What is the name of a property in the controller that it uses to talk to views?






5. Show a private interface section.






6. What about the view talking to the controller?

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


7. What about controller talking to the model?






8. Is NSString mutable or not?






9. What about public/private in Objective-C?

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


10. Talk about BOOL variables.






11. What is the base class for most objects in the iOS SDK?






12. What is a property list?






13. Class methods are used for ___________ and the call starts with ____________.






14. Classes cannot have _________ or ___________.






15. How to access the controller's top view?






16. Objects in an array: are the pointed to strongly or weakly?






17. The controller is always a subclass of...?






18. What is a reason to write our own setter?






19. When happens when you send a message to nil?






20. What is static typing? Why is it good?

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


21. How are local variables initialized in iOS 5?






22. Instance methods start with a ______ and class methods start with a ______.






23. The basic steps in custom drawing.






24. How to instantiate an object?






25. Is NSArray mutable?






26. If I need to convert a number to an object - use __________






27. How to see all actions - outlets - incoming/outgoing segues on a view?






28. You can send a message to a...






29. What is the iOS term for a library?






30. Why are properties good?






31. The view is...

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


32. A _______ goes from the Controller to the View. A ________ goes from the view to the controller.






33. What is at the top of the view hierarchy?






34. How many superviews does a view have? How many subviews?






35. The decision on what method to call is made when?






36. A property is just the combination of _______.






37. There is no difference between _____ and _______ at runtime.






38. How can I save user information between launches of my app?






39. What is the makeup of a CGSize?






40. ______ is a pointer






41. What is used in lieu of pixels? And why?






42. Dot notation does what?






43. ________ implements the getter and setter. But we can always__________






44. Can the controller talking to the view?






45. ______ is a pointer to any object.






46. What is the word for checking/verifying the type of an object?

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


47. What do I use for an ordered collection of objects? And is it mutable?

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


48. What is the makeup of a CGPoint?






49. What is the center property of a UIView?

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


50. Are local pointers to objects strong or weak? So what happens at the end of the routine?