wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Android Studio

Total questions: 25

Worksheet time: 13mins

Name
Class
Date
1.

Android is based on which operating system?

a)

Windows

b)

Ubuntu

c)

Linux

d)

Android OS

2.

Android Apps are developed in which language?

a)

C

b)

Python

c)

Java

d)

Kotlin

3.

Full Form of JDK

a)

Java Developer's Kit

b)

Java Development Kit

c)

Java Download Kit

d)

JSON Development Kit

4.

On which layer of OS android app is developed?

a)

Application Framwork

b)

Linux Kernel

c)

Applications Layer

d)

Libraries

5.

Which File describes the fundamental characteristics of the app and defines each of its components.

a)

AppCompat.java

b)

init.java

c)

Gradle Script

d)

AndroidManifest.xml

6.

What is the file extension of layout files in Android?

a)

.java

b)

.xml

c)

.C

d)

.CPP

7.

Which Component handle communication between Android OS and applications.

a)

Activities

b)

Services

c)

Broadcast Receivers

d)

Content Providers

8.

Which component dictate the UI and handle the user interaction to the smart phone screen.

a)

Activities

b)

Services

c)

Broadcast Receivers

d)

Content Providers

9.

Android code name are based on food name

a)

Yes

b)

No

10.

What software version enhancement was introduced ONLY in Kitkat 4.4?

a)

Wi-fi & Cloud Printing Enhancements

b)

Cloud Printing Enhancements

c)

Wireless Display

d)

Fingerprint Support

11.

What software version enhancement was introduced ONLY in Marshmallow 6.0?

a)

Fingerprint Support Enhancement

b)

Visual Voicemail

c)

Hangouts

d)

Tap to Pay

12.

What is Android?

a)

Android is a paid, open, and 85% customizable platform.

b)

Android is a free, open, and 100% customizable platform.

c)

Android is an operation system that focuses on free stuff.

d)

Android is the character in an anime show.

13.

What is rooting?

a)

The process of gaining administrator access to an Android device; T-Mobile does not support rooting

b)

Not related to the discussion

c)

Same as master reset

d)

Refreshing the phone by itself.

14.

Which Component handle data and database management issues.

a)

Activities

b)

Services

c)

Broadcast Receivers

d)

Content Providers

15.

Which Directory Store multimedia images files in Android

a)

res/layout

b)

res/drawable-hdpi

c)

Build.gradle

d)

resource

16.

Which file contains compileSdkVersion of application?

a)

Java

b)

res/drawable-hdpi

c)

Build.gradle

d)

AndroidManifest.xml

17.

What is used to preform this action

a)

OnClickListener

b)

BroadCast receivers

c)

Intent

d)

Content Provider

18.

Name the above widget

a)

Check Box

b)

Selector

c)

Radio Button

d)

Spinner

19.

Which widget is used for loading html page in application?

a)

HTML Loader

b)

Web Loader

c)

WebView

d)

WebLoad

20.

Which of the following is an example of real time online database for Application?

a)

SQL Lite

b)

Mango Db

c)

JSON

d)

Firebase

21.

Name the widget shown above

a)

Short Message

b)

Prompt

c)

Snackbar Message

d)

Toast Message

22.

Name the widget shown above

a)

Short Message

b)

Prompt

c)

SnackBar

d)

Toast Message

23.

Full Form of SDK?

a)

Stack Development Kit

b)

Software Developer's Kit

c)

Soft Development Kit

d)

Software Development Kit

24.

OnClickListener() function is an_______

a)

Listener

b)

Click Listener

c)

Event Listener

d)

Android Function

25.

What is An API?

a)

Application Program Interface is a predefined function which is called according to programmer need.

b)

It is a component of a Android IDE.

c)

A set of functions and procedures allowing the creation of applications that access the features or data of an operating system, application, or other service.