iOS MCQ Questions & Answers - Mobile Development

iOS MCQs : This section focuses on "iOS" in Mobile Development. These Multiple Choice Questions (MCQ) should be practiced to improve the iOS skills required for various interviews (campus interviews, walk-in interviews, company interviews), placements, entrance exams and other competitive examinations.

1. Which of the following is Application development environments for iOS?

A. Cocoa
B. Cocoa touch
C. Cocoa iOS
D. Cocoa begin

View Answer


2. Cocoa touch used to refer the application development using any programmatic interface?

A. TRUE
B. FALSE
C. Can be true or false
D. Can not say

View Answer


3. Which JSON framework is supported by iOS?

A. UIKit
B. Django
C. SBJson
D. UCJson

View Answer


4. ___________ is a two-part string used to identify one or more apps from a single development team.

A. bundle ID
B. app ID
C. team ID
D. All of the above

View Answer


5. How many ways to achieve concurrency in iOS?

A. 1
B. 2
C. 3
D. 4

View Answer


6. When an app is said to be in not running state?

A. When it is launched
B. When it is not launched
C. When it gets terminated by the system during running
D. Both B and C

View Answer


7. In Which state the app is running in the foreground and is receiving events?

A. Not running
B. Inactive
C. Background
D. Active

View Answer


8. UIKit classes should be used only from an application’s main thread.

A. TRUE
B. FALSE
C. Can be true or false
D. Can not say

View Answer


9. How many parts of NSError object?

A. 1
B. 2
C. 3
D. 4

View Answer


10. ARC stands for?

A. Auto Reference Counting
B. Automatic Reference Counting
C. Automatic Reference Cloud
D. Automatic Reference Cocoa

View Answer


11. Through _________ users can dispatch queues, prioritize queues, POSIX threads, and thread objects.

A. POS
B. DOS
C. IOS
D. QOS

View Answer


12. Which of the following is not a property types?

A. atomic
B. non-atomic
C. delete
D. retain

View Answer


13. __________ is used to detect modifications to a value or property.

A. KVA
B. KVO
C. KVR
D. KVZ

View Answer


14. Key Value Coding (KVC) is used to access a value or property with the help of string.

A. TRUE
B. FALSE
C. Can be true or false
D. Can not say

View Answer


15. Which of the following framework is not used in iOS?

A. CoreMotion Framework
B. AppKit framework
C. Foundation framework
D. UIKit framework

View Answer


16. Which is a default UI Property?

A. Non-atomic
B. Atomic
C. Assigne
D. Decline

View Answer


17. which of the following commands displays the syntax for the clock command?

A. c
B. cl
C. clock?
D. clock ?

View Answer


18. Delegate in iOS is used to generate the relationship between the objects.

A. Yes
B. No
C. Can be yes or no
D. Can not say

View Answer


19. iOS remote push notifications are introduced by apple in?

A. iOS 2.0
B. iOS 3.0
C. iOS 4.0
D. iOS 5.0

View Answer


20. A unique string which is helpful in identifying the application to the system is called Admin ID.

A. TRUE
B. FALSE
C. Can be true or false
D. Can not say

View Answer





Discussion



* You must be logged in to add comment.