Mobile App Develpoment

Mobile App Develpoment

University

15 Qs

quiz-placeholder

Similar activities

Android Pemula

Android Pemula

University

15 Qs

Flutter Quizzz

Flutter Quizzz

University

16 Qs

Test 1 - ICT602

Test 1 - ICT602

University

20 Qs

JAVA FOR ANDROID-ANDROID

JAVA FOR ANDROID-ANDROID

University

20 Qs

Mobile Application Development

Mobile Application Development

University

19 Qs

Mind Ping

Mind Ping

University

19 Qs

QUIZ 4 Mobile App Development Quiz

QUIZ 4 Mobile App Development Quiz

University

20 Qs

Mobile App Develpoment

Mobile App Develpoment

Assessment

Quiz

Computers

University

Hard

Created by

Shashanka Mondal

Used 4+ times

FREE Resource

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

Expand the term 'APK'

Android Page Kit

Android Phone Kit

Android Package Kit

Android Private Kit

Answer explanation

APK stands for Android Package (sometimes Android Package Kit or Android Application Package). It's the file format that Android uses to distribute and install apps. As a result, an APK contains all the elements that an app needs to install correctly on your device.

2.

MULTIPLE CHOICE QUESTION

20 sec • 2 pts

On which of the following, developers can test the application, during developing the android applications

Physical Android Phone

Third Party Emulators

Emulator included in SDK

All of the above Answer

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How many types of widgets are there in Flutter?

2

4

17

more than 20+

4.

MULTIPLE CHOICE QUESTION

30 sec • 3 pts

What is the permission for using the camera?

android.permission.USE_CAMERA

android.permission.hardware.CAMERA

android.permission.CAMERA

android.permission.FREE_CAM

5.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

A programming environment that has been packaged as an application program

Programming language

Android SDK

Visual Studio

Integrated Development Environment

6.

MULTIPLE CHOICE QUESTION

45 sec • 5 pts

Suppose that there are two activities in an application named ActivityOne and ActivityTwo. You want to invoke ActivityTwo from ActivityOne. What code you will write?

Intent intent=new Intent (this, ActivityTwo.class); startActivity(intent)

startActivity(new Intent(this, ActivityTwo.class))

Both the above options

None of the given options

7.

MULTIPLE CHOICE QUESTION

20 sec • 2 pts

In which file, permissions are set in Android

src

bin

AndroidManifest.xml

permissions

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?