nerdexam
CompTIA

220-1002 · Question #858

A technician is installing an application on an Android system using the GUI. Which of the following extensions should the technician select to install the application?

The correct answer is B. .apk. Android applications are packaged and distributed as .apk (Android Package Kit) files, which is the format the Android operating system uses to install apps.

Mobile devices

Question

A technician is installing an application on an Android system using the GUI. Which of the following extensions should the technician select to install the application?

Options

  • A.app
  • B.apk
  • C.exe
  • D.sh

How the community answered

(19 responses)
  • B
    95% (18)
  • C
    5% (1)

Why each option

Android applications are packaged and distributed as .apk (Android Package Kit) files, which is the format the Android operating system uses to install apps.

A.app

.app is the macOS application bundle format used by Apple's operating system and is not recognized by Android.

B.apkCorrect

APK (Android Package Kit) is the file format Android uses to distribute and install applications; it is analogous to .exe on Windows or .app on macOS. When sideloading outside the Play Store, a technician selects the .apk file through the device's file manager or a GUI installer. The Android system parses the APK, extracts its components, and installs it to the device storage.

C.exe

.exe is the Windows Portable Executable format and cannot be executed on an Android device.

D.sh

.sh is a Unix/Linux Bash shell script format; Android does not use shell scripts as its standard application installation format.

Concept tested: Android application package format (.apk)

Source: https://developer.android.com/guide/components/fundamentals

Topics

#Android#APK#mobile app installation#app package format

Community Discussion

No community discussion yet for this question.

Full 220-1002 Practice