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. Whenever a UINavigationController is about to swap views - it sends out two messages






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






3. super - is used...






4. @property - is using methods...






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






6. A callback is a function that is supplied in advance of an event - and...






7. How do I implement my drawRect?






8. A block of statements identified by a name that can accept one or more arguments passed to it by value and can optionally return a value






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






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






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






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


13. In object oriented languages - we call methods that get and set instance variables

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


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






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






16. What does autorelease mean?






17. NSDictionary...






18. Defining variables - three parts...






19. NSArray - class...






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






21. In general - in Objective-C - a reference to an instance is a _ - and the name of the data type of what's at the far end of that pointer is the name of the instances's _.






22. Just a floating point number - but we always use it for graphics.






23. 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 _.






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






25. It's class is sent the message alloc - which creates an instance of that class and returns a pointer to it - and then that instance is sent the message init - which gives its instance variables initial values.






26. Class methods do not operate on an _ or have any access to _ variables....






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






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






29. NSString* s2 = [s uppercase String]; Is an example of what kind of instance?






30. Values to be supplied as the parameters to the method






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






32. Name of the method to be executed






33. In a class method you cannot access...






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






35. NSValue - class...






36. A UITableView usually needs three different pieces...






37. A responder is responsible for...






38. Reducing details to focus on the core concepts






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






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






41. Hold data and know nothing about the user interface






42. NSArray - important methods...






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






44. If a break statement is executed from within a set of nested loops...






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






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






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






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






49. A command directed to an object is called an...






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







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