220-1102 · Question #588
Which of the following operating systems was the .app file type designed to run under as an application file bundle?
The correct answer is A. macOS. The .app file extension is specifically a macOS application bundle, which is a directory that the macOS Finder presents as a single file. This structure encapsulates all necessary resources for an application.
Question
Which of the following operating systems was the .app file type designed to run under as an application file bundle?
Options
- AmacOS
- BChrome
- CWindows
- DLinux
How the community answered
(69 responses)- A87% (60)
- B7% (5)
- C4% (3)
- D1% (1)
Why each option
The .app file extension is specifically a macOS application bundle, which is a directory that the macOS Finder presents as a single file. This structure encapsulates all necessary resources for an application.
The .app file type is a standard application bundle used by macOS. It is a directory containing the executable code, resources, and metadata for an application, presented to the user as a single executable file by the Finder.
Chrome, as in Chrome OS, primarily uses web applications or Android applications, not the macOS .app bundle format.
Windows applications typically use .exe for executables and .msi for installers, not the .app bundle format.
Linux applications often use various packaging formats like .deb, .rpm, or AppImage, but .app is not its native application bundle format.
Concept tested: Operating system file types and applications
Source: https://developer.apple.com/library/archive/documentation/CoreFoundation/Conceptual/CFBundles/BundleTypes/BundleTypes.html
Topics
Community Discussion
No community discussion yet for this question.