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. NSValue - class...






2. What does autorelease mean?






3. A function in the objective c library that simply displays or logs it's argument






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


5. Each object does its own job - and presents to the rest of the world - to other objects - and indeed in a sense to the programmer - an opaque wall whose only entrances are the methods to which it promises to respond and the actions it promises to per






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






7. A view exists within a hierarchy. The window (an instance of UIWindow) is a view and the root of the hierarchy. It has _ (that appear on the window). Those views can also have _.






8. The integer prefix is...






9. id is a...






10. When you send a message to _ - you are sending a message to _ - but demanding that the search for the method begin at the superclass....






11. SomeClass* aVariable = [[SomeClass alloc] init]; is an example of what kind of instance?






12. The object to which a message is sent - the receiver can be referred to as self from inside the method that is invoked






13. @property - is using methods...






14. To load a Xib file manually - you use _






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


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






17. Each class picks one _ as it's designated initializer....






18. When overriding a method - all you need to is _ - you do not need to declare it in the header file because it has already been declared by the superclass....






19. Order of the declarations for methods. _ come first - followed by _ - followed by any other methods...






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






21. For view controllers that are closely related - like a table view controller and its detail view controller - you can simply give them _ that point to each other.






22. When do we need to release our outlets?

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


23. If you aren't going to initialize an instance reference pointer at the moment you declare it by assigning a real value - it's a good idea to assign it _.






24. A view is an...






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






26. class methods...






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






28. Proceed through the loop - jump back to the top and check again






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






30. In Objective C arrays can hold only...






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






32. NSSet...






33. What happens when the last owner calls release?

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


34. Execution of the break statement...






35. Dynamic binding means that when we call a certain object's method - and there are several _ of that method - the right one is figured out at runtime.






36. Hold data and know nothing about the user interface






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






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






39. Each _ has a 'designated' initializer method....






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






41. A view represents a _ area






42. Use of class methods - there are three...






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






44. UIView - designated initializer...






45. We can use dot notation to reference...

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


46. NSDictionary...






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






48. When an object is removed from an NSMutableArray - that object is sent the message release;...






49. super - is used...






50. Name of the new class - it's superclass - the instance variables that each instance of this class has - and any methods this class implements






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