QUESTION IMAGE
Question
which technology is used for machine learning in ios?
a. tensorflow
b. coreml
c. pytorch
d. uikit
clear my choice
which testing framework is used for ios unit testing?
a. junit
b. xctest
c. pytest
d. mocha
clear my choice
which tool helps test beta apps?
a. testflight
b. instruments
c. xcode cloud
d. core data
clear my choice
Brief Explanations
- CoreML is Apple's framework for machine learning on iOS. TensorFlow and PyTorch are more general - purpose ML frameworks not exclusive to iOS. UIKit is for building user interfaces, not ML.
- XCTest is Apple's native testing framework for iOS unit testing. JUnit is for Java, PyTest for Python, and Mocha for JavaScript.
- TestFlight is Apple's tool for beta - testing apps. Instruments is for performance analysis, Xcode Cloud is for continuous integration and delivery, and Core Data is for data persistence.
Snap & solve any problem in the app
Get step-by-step solutions on Sovi AI
Photo-based solutions with guided steps
Explore more problems and detailed explanations
- B. CoreML
- B. XCTest
- A. TestFlight