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. Class used for image manipulations such as scaling - rotation and translation. Its data structure represents a matrix used for affine transformations.






2. Tests to see whether two values are equal






3. Key sequence to open the Attributes Inspector






4. Denotes an instance method






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






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






7. A transition between scenes - frequently with a visual transition effect applied






8. Syntax for declaring a string called 'userName'






9. A virtual 'box' for organizing related projects






10. If you have an image file called 'myImage.png' and you make a hi-res version for the retina display - what should be the name of the new file?






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






12. An integrated web browser component






13. Key sequence to run an app in Xcode






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






15. Used to test an app without needing an actual physical device






16. Dimensions of iPhone (in points)






17. What do the Autosizing settings of the Size Inspector do?






18. Negation symbol






19. Syntax to include UIKIT in a class






20. Master class in iOS






21. Extension for MainStoryboard






22. Single line text field






23. Every iOS application implements a subclass of _________






24. Used to display image file resources and show simple animations






25. Formatting placeholder for strings






26. Key sequence to hide/show the Assistant Editor






27. Opens the Xcode Quick Help Assistant






28. Multiline text entry block






29. What are data detectors?






30. Key sequence to open the Standard Editor






31. Storage location for a piece of information






32. Denotes a class method






33. Boolean for 'false' in Objective-C






34. Extension for interface file






35. Apple's classes often provide a special initialization method called a _____ method






36. Objective-C is an extension (super set) of...






37. The name of the panel to the left of the Interface Builder Editor panel






38. ______ enable applications to store multiple pieces of information in a single object






39. Tests to see whether two values are not equal






40. setters






41. Memory aid for keyboard shortcuts in the Navigator panel

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


42. Extension for implementation file






43. Character used to show an element as a literal string






44. Formatting placeholder for integers






45. A common button type that indicates additional information is available






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






47. Class of strings that can be changed






48. An example of a common collection data type






49. You have two labels in Interface Builder. One is selected (You clicked on it). How can you tell the distance between it and the other label?






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