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. In Objective C arrays can hold only...






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






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






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






5. In the last line of an init method...






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






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






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






9. NSSet...






10. NSDate - class...






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






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






13. Typically the designated initializer has parameters for the most important and frequently used _ of an object






14. Ready-made instances...






15. Defining variables - three parts...






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






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






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






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






20. Origin of a view's coordinate system is _ left






21. Delegation is an object oriented approach to






22. The only reason to temporarily own an object - is...






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






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






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






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


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






28. id is a...






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






30. class methods...






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






32. Classes describe two things...






33. Keep view and model objects in sync - control the 'flow' of the application - and save the model objects out to the filesystem






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






35. Class methods typically either create






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






37. UITableViewController is a subclass of...






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






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






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






41. UIView - designated initializer...






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






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






44. Name of the method to be executed






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






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






47. An instance is a device for maintaining state. It's a box for _ of data.






48. @property - is using methods...






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






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







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