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 responder is responsible for...






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






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






4. When a view controller presents a modal view controller - the _ of the modal view controller is set to be the parent of the presenting controller






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






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






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






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


9. if you implemented both the setter and getter - the @synthesize method...






10. How do I implement my drawRect?






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






12. Designated initializer makes sure that every...






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






14. Primitives and C Structures...






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


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






17. NSArray - class...






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






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






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


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


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






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






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






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






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


28. A view represents a _ area






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






30. When making a tableView always...






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






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






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






34. All objects are accessed using...






35. Hold data and know nothing about the user interface






36. Reducing details to focus on the core concepts






37. Center and frame are used to _ your view






38. A set of variables and associated methods. An object can be sent messages to cause one of its methods to be executed.






39. NSSet...






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






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






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






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






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






45. When do you take ownership?...






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


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






48. After accessors have been defined in the header file...






49. Classes describe two things...






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







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