Sovi.AI - AI Math Tutor

Scan to solve math questions

QUESTION IMAGE

which technology is used for machine learning in ios? a. tensorflow b. …

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

Explanation:

Brief Explanations
  1. 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.
  2. XCTest is Apple's native testing framework for iOS unit testing. JUnit is for Java, PyTest for Python, and Mocha for JavaScript.
  3. 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.

Answer:

  1. B. CoreML
  2. B. XCTest
  3. A. TestFlight