πŸ§ͺ Android Studio MCQ Quiz Hub

Mobile Clouding Application Mcq

Choose a topic to test your knowledge and improve your Android Studio skills

Android is licensed under which open source licensing license?





βœ… Correct Answer: 2

Although most people's first thought when they think of Android is Google, Android is not actually owned by Google. Who owns the Android platform?





βœ… Correct Answer: 3

As an Android programmer, what version of Android should you use as your minimum development target?





βœ… Correct Answer: 1

What was Google's main business motivation for supporting Android?





βœ… Correct Answer: 4

From a phone manufacturer's point of view, what makes Android so great?





βœ… Correct Answer: 1

What is a funny fact about the start of Android?





βœ… Correct Answer: 2

A device with Android installed is needed to develop apps for Android.





βœ… Correct Answer: 2

Android tries hard to __________ low-level components, such as the software stack, with interfaces so that vendor-specific code can be managed easily.





βœ… Correct Answer: 2

Google licensed some proprietary apps.





βœ… Correct Answer: 1

What part of the Android platform is open source?





βœ… Correct Answer: 2

When did Google purchase Android?





βœ… Correct Answer: 2

Android releases since 1.5 have been given nicknames derived how?





βœ… Correct Answer: 2

Android doesn't make any assumptions about a device's screen size, resolution, or chipset.:





βœ… Correct Answer: 1

Why are the so few users left with versions 1.0 and 1.1?





βœ… Correct Answer: 4

Which Android version had the greatest share of the market as of January 2011?





βœ… Correct Answer: 2

Which piece of code used in Android is not open source?





βœ… Correct Answer: 2

Android is built upon the Java Micro Edition (J2ME) version of Java.





βœ… Correct Answer: 1

What operating system is used as the base of the Android stack?





βœ… Correct Answer: 1

What year was development on the Dalvik virtual machine started?





βœ… Correct Answer: 2

What is a key difference with the distribution of apps for Android based devices than other mobile device platform applications?





βœ… Correct Answer: 2

When developing for the Android OS, Java byte code is compiled into what?





βœ… Correct Answer: 3

What does the .apk extension stand for?





βœ… Correct Answer: 1

When you distribute your application commercially,you'll want to sign it with your own key.





βœ… Correct Answer: 1

How does Google check for malicious software in the Android Market?





βœ… Correct Answer: 2

Which of these are not one of the three main components of the APK?





βœ… Correct Answer: 4

What was the main reason for replacing the Java VM with the Dalvik VM when the project began?





βœ… Correct Answer: 2

Android Applications must be signed.





βœ… Correct Answer: 2

Which of the following are not a component of an APK file?





βœ… Correct Answer: 2

The AWT and Swing libraries have been removed from the Android library set.





βœ… Correct Answer: 1

The R.java file is where you edit the resources for your project.





βœ… Correct Answer: 2

What is contained within the manifest xml file?





βœ… Correct Answer: 1

What is contained within the Layout xml file?





βœ… Correct Answer: 1

The emulated device for android.





βœ… Correct Answer: 1

Your Java source code is what is directly run on the Android device.





βœ… Correct Answer: 2

The Emulator is identical to running a real phone EXCEPT when emulating/simulating what?





βœ… Correct Answer: 3

How is a simulator different from an emulator?





βœ… Correct Answer: 4

The R file is a(an) generated file





βœ… Correct Answer: 1

To create an emulator, you need an AVD. What does it stand for?





βœ… Correct Answer: 2

The ________ file specifies the layout of your screen.





βœ… Correct Answer: 1

The manifest explains what the application consists of and glues everything together.





βœ… Correct Answer: 1

What is the driving force behind an Android application and that ultimately gets converted into a Dalvik executable?





βœ… Correct Answer: 1

While developing Android applications, developers can test their apps on.





βœ… Correct Answer: 4

What file is responsible for glueing everthing together , explaining what the applicatin consists of, what its main building blocks are, ext...?





βœ… Correct Answer: 4

Which of the following is the most "resource hungry" part of dealing with Activities on Android.





βœ… Correct Answer: 3

What runs in the background and doesn't have any UI components?





βœ… Correct Answer: 3

What is an Activity?





βœ… Correct Answer: 1

When an activity doesn't exist in memory it is in.





βœ… Correct Answer: 1

Which of the following is NOT a state in the lifecycle of a service?





βœ… Correct Answer: 4

There is no guarantee that an activity will be stopped prior to being destroyed.





βœ… Correct Answer: 1

Intents





βœ… Correct Answer: 4

In an explicit intent, the sender specifies the type of receiver.





βœ… Correct Answer: 2

When the activity is not in focus, but still visible on the screen it is in?





βœ… Correct Answer: 2

An activity in a stopped state is doing nothing.





βœ… Correct Answer: 2

Services have any user interface components





βœ… Correct Answer: 1

Broadcast receivers are Android’s implementation of a system-wide publish/subscribe mechanism, or more precisely, what design pattern?





βœ… Correct Answer: 1

There can be only one running activity at a given time.





βœ… Correct Answer: 1

YAMBA stands for Yet Another Mobile Banking App.





βœ… Correct Answer: 2

Lists and adapters are more organizational aids than user interface elements in Android.





βœ… Correct Answer: 1

What built-in database is Android shipped with?





βœ… Correct Answer: 1

Creating a UI (User Interface) in Android requires careful use of...





βœ… Correct Answer: 2