Test your basic knowledge |

iOS 5 App Development Basics

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. An _______ is used to 'advertise' a method in your code that should be called when a certain event takes place






2. Attribute that informs Xcode not to worry about different parts of the application using a property at the same time






3. What type of object does a web view expect as a parameter when loading a remote URL?






4. IDE for iPhone Development






5. If you wish to 'echo print' breadcrumb info as you develop your app - this panel must be visible






6. Key sequence to run an app in Xcode






7. Extension for implementation file






8. The Round Rect Button is found in this library






9. IB

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


10. Other name for an *.xib file






11. Attribute that informs the system that the object referred to needs to be kept around and not discarded from memory






12. Size of iPhone retina icon image in pixels






13. A class that manages the user's interaction with the iDevice






14. Always used to end the list of objects when initializing an array






15. @synthesize directives should be placed _____ (above or below) the @implementation directive in the implementation file






16. OOP






17. Although it is possible to declare an instance variable and then define a corresponding property - you may also use @property alone to...






18. Write a line of code creating a pointer to a wall paper image called 'wp1' that refers to a resource in an app with the file name 'wallPaper_01.png'

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


19. What computer language is the storyboard written in?






20. A tool in Xcode to help fix broken code






21. Used to define a list of all methods and properties a class uses






22. Key sequence to hide/show Utilities View






23. Purpose of 'Secure' attribute for text fields






24. Every iOS application implements a subclass of _________






25. Directive to include other interface files that an application might need to access






26. strong and nonatomic are examples of ...






27. Another name for a 'button bar'






28. Piece of information provided to a method when it is messaged






29. Consider: int x = 6;int y = 7;float quotient = (float) x/y;The statement that creates the variable 'quotient' is an example of ...






30. Process of creating an active object from a class






31. Development approach (design pattern) to structure iOS applications






32. Class of strings that can be changed






33. Syntax for declaring a string called 'userName'






34. Multiline text entry block






35. Expression to create a random number in [0 -20];






36. The Inspector you will need if you want to connect a custom class to an object in Interface Builder






37. This type of app typically involves hierarchical data






38. This keyword in the property directive is related to memory management and refers to the idea that we want to maintain control of memory issues






39. Used to set up an outgoing connection from the implementation code to the view






40. Given: [graduationParty addAttendee: @'Aunt Jane' withDish: @'deviled eggs']; The 'receiver' is _______; the 'selector' is _________






41. The object currently in control and interacting with the user






42. What property needs to be set before a scroll view (UIScrollView) will scroll?






43. This keyword in the property directive is related to the concept of mutability and basically asks Apple to handle the details. This is the more 'relaxed' - less 'powerful' setting of two possibilities






44. Proper way to pronounce a *.xib file

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


45. Purpose of the 'Auto-enable Return Key' attribute for text fields






46. Key sequence on a Mac to select between open application






47. API






48. Syntax for sending an object a message with no parameters






49. Postcondition repetition structure syntax






50. In the MVC design pattern for iOS apps - view consists of the various...

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