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. This Xcode utility allows you to check CPU usage - memory allocation and network/file access (among other things)






2. Class used for image manipulations such as scaling - rotation and translation. Its data structure represents a matrix used for affine transformations.






3. Synonym for interface file






4. Denotes an instance method






5. The 'First Responder' in a scene is not an object it is considered a ________






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






7. Alternative selection mechanism when many conditions exist






8. Framework used to write iPhone apps






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






10. Storage location for a piece of information






11. Key sequence to hide/show the Assistant Editor






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






13. Defines what an object can do






14. Master class in iOS






15. Storage place for a piece of information specific to a class






16. Which Apple project template creates a simple view/view controller application






17. Shortcut for writing: x = x - 1;






18. Closes an interface file






19. Used to receive an event in code and trigger something






20. Crash statement likely when an NSString is assigned a value with an incorrect format






21. Extension for interface file






22. Data type for true/false type variables






23. Language used to write iOS apps






24. iPhone and iPad ____ support .png transparency






25. Class that builds upon another class






26. An example of a common collection data type






27. You have an instance variable called 'myLabel' that is a member of UILabel. In an app - you set it's text property to 'Howdy' with the correctly-written command: myLabel.text = @'Howdy'; Re-write this command using [ ] message-sending syntax

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


28. Data type for whole numbers






29. API






30. A fully opaque image has an _______ property value of ______






31. Implements a logical OR condition






32. Syntax for declaring a string called 'userName'






33. This type of app typically involves hierarchical data






34. Data type for highly precise numbers with huge numbers of decimal places






35. Syntax for sending an object a message with one parameter (p1)






36. 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)






37. Apps written to assist users with special disabilities






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






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






40. A virtual 'box' for organizing related projects






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






42. ______ are variables that can store a ____ to an object.






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






44. Document Apple uses to evaluate apps for the App Store






45. Shortcut for writing: y = y * 5;






46. Fixed iteration repetition control structure syntax






47. Name of the '|' symbol






48. Name of the drop-down menu in Xcode that lets you select the device used with the iOS Simulator






49. The bar across the top of the Editor area that shows you the item you are editing






50. Extension for MainStoryboard