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. Size of iPhone 'lo-res' icon image in pixels






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






3. Class used for creating image views






4. A skeleton (holding place) or framework of code that will be completed in the future; provided initially so code will compile (but it may not function)






5. Dimensions of iPad (in points)






6. Framework used to write iPhone apps






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






8. Storage location for a piece of information






9. Key sequence to open the Project Navigator (left panel)






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






11. For a text field - what does the 'Clear Button' look like?

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


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


13. Key sequence to hide/show the Assistant Editor






14. SDK

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


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






16. Another name for format specification






17. Key sequence to open the Attributes Inspector






18. The Inspector you would use to control your layout in Interface Builder






19. Size of iPhone retina icon image in pixels






20. NS stands for...






21. The Inspector you would use to tweak the way interface objects appear






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






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






24. Data type for true/false type variables






25. In a stepper control - when this attribute option is checked - the stepper's value is automatically set to the minimum value when the maximum value is exceeded (or vice versa).






26. MVC






27. How do you get rid of an onscreen keyboard?

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


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






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






30. This file contains the code that makes everything 'work'






31. A virtual 'box' for organizing related projects






32. Class used to work with dates as objects






33. getters






34. Key sequence to run an app in Xcode






35. IB

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


36. Key sequence to open the Standard Editor






37. Tests to see whether two values are not equal






38. Symbol often denoting a 'pointer'






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


40. If a method name includes a colon (:) this indicates a required _________






41. Scaling - rotation - and translation are the most commonly used manipulations supported by _____ transforms - but skewing is also possible.






42. Defines what an object can do






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






44. You have created some 'breadcrumbs' using NSLog to trace the path of your code - and the debug area is open - yet you see no information in the panel. What's the problem and what is the solution?

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


45. Implements a logical OR condition






46. A fully transparent image has an _____ property value of _____






47. Shortcut for writing: count = count + 1;






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






49. UI






50. IDE