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. Declaring a method in an interface file - before it is actually implemented is called _______ the method






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


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






4. Postcondition repetition structure syntax






5. In the US - the '#' symbol is often called the ____ symbol






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


7. Closes an interface file






8. Single line text field






9. IDE for iPhone Development






10. A virtual 'box' for organizing related projects






11. Method used to print information in an output panel






12. An app has boolean variables 'hasShrunk' and 'hasMoved'. Write a boolean condition that checks if each are true






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






14. Synonym for interface file






15. API






16. 'plist' stands for...






17. Beginning with iOS4 - applications no longer terminate when the user presses the...






18. Other name for an *.xib file






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






20. Write a statement to declare and initialize a label object called 'myLabel'






21. What computer language is the storyboard written in?






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






23. To zoom between an overview of the entire storyboard and the actual size view - ______ the storyboard background.






24. Recommended image type for button graphics






25. Way to refer to an object within its own methods






26. Term used to describe each screen of an iPhone app






27. setters






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






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






30. Apps written to assist users with special disabilities






31. These define to which messages the datasource and delegate respond






32. Class that creates an array capable of being changed after it is create






33. Framework used to write iPhone apps






34. Every iOS application implements a subclass of _________






35. In the UK - the '#' symbol is often called the ____ symbol






36. The Utilities area has two sections: ______ and ______






37. NS stands for...






38. Syntax to include the fictitious user-created file 'myFile.h'

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


39. In most graphical user interfaces - a _____ view is a view that must be dismissed ('OK' button - 'Cancel' button for example) before the user can perform any other actions in the application.






40. Key sequence to hide/show the Assistant Editor






41. Data type for whole numbers






42. Purpose of 'Secure' attribute for text fields






43. Class used for creating image views






44. strong and nonatomic are examples of ...






45. Declare and initialize a string that says: 'Hello World' whose identifier if 'phrase' . Use the shortest command possible.

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


46. Dimensions of iPhone (in points)






47. Implements a logical AND condition






48. The Round Rect Button is found in this library






49. Combining two messages into a single line of code






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