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. What does autorelease mean?






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






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






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






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






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






7. NSArray - class...






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






9. NSDictionary...






10. Class methods typically either create






11. You use _ to implement the view






12. Execution of the break statement...






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






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






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






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






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






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






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






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






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






22. id is a...






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






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






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






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


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






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






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






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






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






32. In Objective C arrays can hold only...






33. UIView - designated initializer...






34. In a class method you cannot access...






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






36. The integer prefix is...






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






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






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






40. Primitives and C Structures...






41. Center and frame are used to _ your view






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






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


44. @property - is using methods...






45. class methods...






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


47. Why properties?






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






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






50. Hold data and know nothing about the user interface







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