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. Archiving works by creating an instance of _ - which is essentially just a container for data - and placing objects and their data inside it.






2. The root view controller typically creates the next view controller - and the next _ creates the one after that






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






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






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


6. A view is an...






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






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






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






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






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






12. A _ handles touch events.






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






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






15. Property List...






16. When an NSMutableArray is deallocated - it sends...






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






18. Hold data and know nothing about the user interface






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






20. NSDictionary...






21. Delegation is an object oriented approach to






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






23. Classes describe two things...






24. Designated initializer makes sure that every...






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






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






27. NSValue - class...






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






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






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






31. Asking a class or object to execute a method






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






33. In object oriented languages - we call methods that get and set instance variables accessors - individually we call them...

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


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






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






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






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






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






39. You use _ to implement the view






40. @property - is using methods...






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






42. class methods...






43. When do you take ownership?...






44. If a class declares a _ that is different from its superclass - you must override the superclass' _ to call the new _...






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


46. Center and frame are used to _ your view






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


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






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






50. Defining variables - three parts...







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