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. Each _ has a 'designated' initializer method....






2. UITableViewController is a subclass of...






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






4. [Instance Variables] The code it gets from its class and in a sense is shared with all other instances of that class - but the _ belong to it alone.






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






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






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






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






9. super - is used...






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






11. You use _ to implement the view






12. Ready-made instances...






13. Center and frame are used to _ your view






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


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






16. Asking a class or object to execute a method






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






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






19. Property List...






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






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






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






23. How do I implement my drawRect?






24. When the message endEditing: is sent to a view - if it or any of its subviews or currently the _ - it will resign its first responder statues - and the keyboard will be dismissed.






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






26. What does autorelease mean?






27. NSValue - class...






28. Delegation is an object oriented approach to






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






30. Object Oriented based analogue to a function is called a...






31. Classes describe two things...






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






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






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


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






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






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






38. NSDate - class...






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






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






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






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






43. The notion that the data for an object is stored in it's instance variables and is accessed only by the objects methods. This maintains the integrity of the data.






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






45. In general - class methods tend to be factory methods - that is...






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






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






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






49. When making a tableView always...






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







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