Asked by Markayla Eakins on Jun 06, 2024

verifed

Verified

Andy is designing an app that he plans to post only in Apple's App Store.He doesn't plan on posting the app to any other app store.What development tool will he most likely use?

A) HTML5
B) CSS
C) Swift
D) JavaScript

Swift

A powerful and intuitive programming language created by Apple for building apps for iOS, Mac, Apple TV, and Apple Watch.

HTML5

The fifth major version of the HyperText Markup Language (HTML), which structures and presents content on the World Wide Web; it includes new features for multimedia, graphical content, and improved semantics.

CSS

Cascading Style Sheets, a style sheet language used for describing the presentation of a document written in HTML or XML, controlling layout, colors, and fonts.

  • Know the basic principles of app development and the tools used for different platforms.
verifed

Verified Answer

SS
Sudharshanaa SelvrajuJun 11, 2024
Final Answer :
C
Explanation :
Since Andy plans on posting his app only in Apple's App Store, it would be best for him to use the programming language that is specifically designed for Apple's platforms, which is Swift. HTML5, CSS, and JavaScript are web development tools and are not specific to any app store platform.