Android Screening Test

Android Screening Test

University

5 Qs

quiz-placeholder

Similar activities

FinalQuiz3_ADTL12C

FinalQuiz3_ADTL12C

University

9 Qs

Android SQLite & Permissions

Android SQLite & Permissions

University

10 Qs

Lesson 8: Triggering, scheduling and optimizing background tasks

Lesson 8: Triggering, scheduling and optimizing background tasks

University

10 Qs

Android quiz

Android quiz

University

10 Qs

Android

Android

University

10 Qs

ระบบปฏิบัติการ Android

ระบบปฏิบัติการ Android

University

10 Qs

SO - 14a AULA 09 JUL 25 - Android

SO - 14a AULA 09 JUL 25 - Android

12th Grade - University

10 Qs

แบบทดสอบก่อนเรียน วิชาการพัฒนาแอปบนมือถือ 1/64

แบบทดสอบก่อนเรียน วิชาการพัฒนาแอปบนมือถือ 1/64

University

10 Qs

Android Screening Test

Android Screening Test

Assessment

Quiz

Computers

University

Medium

Created by

Garima Sharma

Used 1+ times

FREE Resource

AI

Enhance your content

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

5 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Immediate base class for activity and services

CONTEXT

APPLICATIONCONTEXT

CONTEXTAPP

ONCREATE

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following are valid features that you can request using requestWindowFeature?

FEATURE_NO_TITLE

FEATURE_NO_ICON

FEATURE_RIGHT_ICON

Both a & c [Option 1 & 3]

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will be output of below code.

double a = 4.3;

System.out.println(Math.ceil(a));

4

4.1

5

4.3

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The broadcast that includes the information about the battery state, level, etc. is

android.intent.action.BATTERY_CHANGED

android.intent.action.BATTERY_LOW

android.intent.action.BATTERY_OKAY

android.intent.action.CALL_BUTTON

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Choose the correct option according to the given option.

Statement 1: A content provider behaves very much like a database — you can query it,

edit its content, as well as add or delete content.

Statement 2: Content providers let you centralize content in one place and have many

different applications access it as needed.

Statement 3: A content provider does not provide the facility to centralize content.

Only Statement 1 is correct

Only statement 2 is correct

Only statements 1 & 2 are correct

Only statements 1 & 3 are correct