iPhone Programming OS 4.0 Test
Apple's implementation of HTTP Live Streaming supports DRM (Digital rights management).
Before editing the Nibs, one should:
By default, is the search interface visible in the UISearchDisplayController class?
Consider the following code with 2 alternatives of vector operations for OpenGL ES: highp float f0, f1; highp vec4 v0, v1; Alternative 1: v0 = (v1 * f0) * f1; Alternative 2: v0 = v1 * (f0 * f1); ...
How much time in seconds will it take to display an animation if you have 60 images using UIImageView class for the property animationDuration?
If the code is written using the Core Foundation and Foundation macros, the simplest way to create strings files is:
If you want to rotate an object using Core Animation, in radians, in the z axis, which of the following key paths of a layer's CATransform3D matrix will you use?
Locking all connections before editing the Nib files can be achieved by using:
The genstrings tool can parse _____.
What are universal binaries in Xcode?
What happens if Xcode is not able to find a file or folder at the path defined for it in the project?
What is the data type of extendStart parameter of function CGShadingCreateAxial of class CGShading?
What is the datatype of the clockwise parameter of the CGContextAddArc function of the CGContext class?
What is the datatype of the parameter inValidBitsPerChannel for the function CalculateLPCMFlags in CoreAudioTypes class in iPhone OS 4.0?
What is the default setting to refer to file locations in your Xcode project?
What is the default value of allowsEditing property of UIImagePickerController class in iPhone OS 4.0?
What is the default value of the borderColor property of the CALayer class?
What is the default value of the fontSize property of the CATextLayer class?
What is the default value of the remoteParticipantVolume property of the class GKVoiceChatService in iPhone OS 4.0?
What is the function of the Code Sense feature in Xcode?
What is the functionality of the beta parameter of function catlas_caxpby in class cblas?
What is the return value of function CGColorGetAlpha of class CGColor?
What is the return value of SecRandomCopyBytes function of SecRandom class in iPhone OS 4.0 if the function completes successfully?
What is the value type of UTTypeConformsTo key of uniform type identifier for iPhone OS 4.0?
What type of value is assigned to the loc-args child property of alert property in an Apple Push Notification?
What will be the return value of CFHTTPMessageApplyCredentials function of CFHTTPMessage class if the authentication is successful?
What will be the return value of function ABPersonComparePeopleByName when person1 goes before person2 in class ABPersonComparePeopleByName in iPhone OS 4.0?
What will be the value of the clockwise parameter of the CGContextAddArc function of the CGContext class if you want to create a counterclockwise arc?
What will happen if an application is running and the user presses the Home button in iPhone OS 4.0 with 3GS?
What will happen if your filename ExampleImage.png is being called as follows: [UIImage imageNamed:@"ExampleImage.PNG"]
What will the following method call do if the value of the accessed counter is 0? - (void)discardContentIfPossible
What will the following method definition do if the value of the accessed counter is 0? - (void)discardContentIfPossible
What will the hitTest: object of the CALayer class return if the point lies outside the receiver's bounds rectangle?
When the genstrings tool discovers a key string used more than once in a single strings file, it:
When using a Cocoa framework, what will all ControlEvents method of UIControl class return in case it fails to create the object?
When you send an object a retain message in Memory Management using Objective-C, what will happen?
When your session becomes active, which of the following iPhone OS 4.0 audio session categories allows other audio to continue playing?
Which Audio Toolbox framework file defines an interface for reading and writing audio data in files in iPhone OS 4.0?
Which Core Audio Service framework is used to record, play back, pause, loop, and synchronize audio in iPhone OS 4.0?
Which Core Audio Services framework handles positional and low-latency audio services in iPhone OS 4.0?
Which of the following animation class provides simple interpolation between values for a layer property?
Which of the following are new features to have been introduced in iPhone OS 4.0?
Which of the following are NOT a property of UIImagePickerController class in iPhone OS 4.0?
Which of the following are the Derivative types defined in Objective-C?
Which of the following copy functions will you use in Objective-C to create an entirely new compound object?
Which of the following debugging environments are provided by Xcode to find and squash bugs in your code?
Which of the following debugging tasks are provided by Xcode to find and squash bugs in your code?
Which of the following defined types is a dynamic object type in Objective-C?
Which of the following directives are used to declare and define classes, categories, and protocols?
Which of the following is NOT a parameter of function SecKeyDecrypt of the class SecCertificate in iPhone OS 4.0?
Which of the following is NOT the default behavior of an audio session in iPhone OS?
Which of the following is the correct syntax for declaring a class in Objective-C?
Which of the following languages can be used to write the code for Xcode projects?
Which of the following methods is used for the purpose of creating your view objects in memory management?
Which of the following need to be modified while localizing an application?
Which of the following OpenGL ES objects is a simple 2D graphics image in a specified format?
Which of the following properties of ADBannerView class are read-only?
Which of the following properties of the CAKeyframeAnimation class represents an optional array of NSNumber objects that define the duration of each keyframe segment?
Which of the following properties of the GKSession class is read-only?
Which of the following properties of the UIImage class are not in use after iOS 4.2?
Which of the following reasons will return a value of NO for the instance method startVideoCapture of class UIImagePickerController?
Which of the following statements is correct regarding functions fopen and open in generic C?
Which of the following statements regarding Objective-C are correct?
Which of the following terms are related to Memory Management in Objective-C?
Which of the following types of audio files has NO size restriction?
Which part of the HTTP Live Streaming is responsible for taking input streams of media and encoding them digitally?
Which symbol is used as a syntactic marker for blocks of code in iPhone OS 4.0?
While opening Nib files, which of the following should not be ignored?
You want to animate a layer's opacity to 0 while moving it further away in the layer. Which of the following code snippets will you use?