Test your basic knowledge |

iOS 5 App Development Objective C

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. Origin of a view's coordinate system is _ left






2. Objective C only allows for single inheritance - so in regards to class you only ever see the following pattern






3. Each individual instance is a bundle of data that it maintains. Typically that data is private - which means that it's encapsulated as well; no other object knows what that data is or in what form it is kept. The only way to discover from outside wha






4. initWithFrame: the designated initializer for UIView gives the view






5. Property List...






6. A class inherits all _ from its superclass and can add as many as it wants for its own purposes....






7. When a view controller presents a modal view controller - the _ of the modal view controller is set to be the parent of the presenting controller






8. Instance Variables by default are called @protected meaning...






9. A pointer to the object being asked to execute a method






10. Variable names tend to start with a _ letter; class names tend to start with an _ letter.






11. A delegate is a pointer to an object with a set of methods the delegate-holder knows how to call. In other words - it's _ from a later created object






12. A message is always contained in square brackets - and has three parts






13. A collection object - an ordered list of objects that can be accesed by an index






14. UIImageView is used to...






15. Any other initializer a class has calls the _ designated initializer....

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


16. NSDate - class...






17. id is a...






18. Inside a method - _ is an implicit local variable. Typically - _ is used so that an object can send a message to itself....






19. NSString objects are usually sent _ rather than _...






20. UITableViewController is a subclass of...






21. Only exists within the statement block there defined - outside of the block is fine






22. In Objective C - the name of a setter method is set plus the name of the instance variable it is changing - for example PossessionName would be...






23. A method in a _ is required unless its preceded by an @optional.






24. Whenever a UINavigationController is about to swap views - it sends out two messages






25. Views have three properties related to their location and size: @property _ _;






26. Prefixing a character string with an @ symbol [specific - NSString class]...






27. Classes describe two things...






28. Hold data and know nothing about the user interface






29. If the view has no subviews - create it programmatically; if it has subviews






30. To get the full path for a directory in the sandbox - you use the _ NSSearchPathForDirectoriesInDomains.






31. NSString *s = @'Hello - World'; is an example of...






32. At the top of any implementation file...






33. Designated initializer makes sure that every...






34. @property declares - and _ implements the setter and getter...






35. Reference Counting...






36. In Cocoa Touch - the table view asks another object _ what it should display...






37. A UITableViewController can fill all three roles of...






38. When making a tableView always...






39. Any individual object belonging to any class...






40. The designated initializer calls the _ designated initializer....

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


41. The integer prefix is...






42. UIViewController has several methods that get called at certain times...






43. Never access a view controller's view in that...

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


44. class methods...






45. Categories are an Objective C way to add _ to an existing class without subclassing






46. What does autorelease mean?






47. When an object is added to a NSMutableArray - that object is sent the message to retain;...






48. Also if you send the NSObject the _ message - you own that object.






49. Core foundation classes are prefixed with _ and suffixed with _






50. You use _ to implement the view







Sorry!:) No result found.

Can you answer 50 questions in 15 minutes?


Let me suggest you:



Major Subjects



Tests & Exams


AP
CLEP
DSST
GRE
SAT
GMAT

Most popular tests