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. A callback is a function that is supplied in advance of an event - and...






2. Primitives and C Structures...






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






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






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






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






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






8. If you have extra work you want to do on the view...






9. The integer prefix is...






10. Three ways instances are created...






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






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






13. In any application with UINavigationController - the navigation controller...






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






15. @property - is using methods...






16. class methods...






17. C struct with a CGPoint origin and a CGSize size - in other words two c structs.






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


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






20. The class is responsible for what instance variables the instance has - but not the _ of those variables.






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






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






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






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






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






26. Archiving works by creating an instance of _ - which is essentially just a container for data - and placing objects and their data inside it.






27. Defining variables - three parts...






28. Classes describe two things...






29. A _ handles touch events.






30. A view is a subclass of _






31. super - is used...






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


33. NSValue - class...






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






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






36. When do you take ownership?...






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






38. NSDate - class...






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






40. NSDictionary...






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






42. Reference Counting...






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


44. Asking a class or object to execute a method






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






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


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






48. Also - because arrays only hold a pointer to an object...






49. Number one use of protocols in iOS...






50. UIImageView is used to...






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