Android Midterm

Android Midterm

University

50 Qs

quiz-placeholder

Similar activities

Quiz Perangkat Bergerak 1

Quiz Perangkat Bergerak 1

University - Professional Development

53 Qs

Εφαρμογές Πληροφορικής Α Λυκείου - App Inventor

Εφαρμογές Πληροφορικής Α Λυκείου - App Inventor

10th Grade - University

50 Qs

FullStack Django - [26 Apr 24] TEST - 2

FullStack Django - [26 Apr 24] TEST - 2

University

45 Qs

TSW II intercorso

TSW II intercorso

University

49 Qs

PRACTICA RECUPERACION PROGRAMACION III

PRACTICA RECUPERACION PROGRAMACION III

University

45 Qs

NPTEL-CLOUD COMPUTING-PRACTICE TEST-3 2025

NPTEL-CLOUD COMPUTING-PRACTICE TEST-3 2025

University

50 Qs

MOS Excel Certification Exam

MOS Excel Certification Exam

University

50 Qs

CpE 312 - Midterm Exam 1st Sem SY 2020-2021

CpE 312 - Midterm Exam 1st Sem SY 2020-2021

University

50 Qs

Android Midterm

Android Midterm

Assessment

Quiz

Computers

University

Medium

Created by

Fritzgerald Imperial

Used 6+ times

FREE Resource

50 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is orientation in Android layout design?

It is a process of providing a horizontal design on an android app.

It is a process of providing a vertical design on an android output.

It is a method of structuring the layouts so that its objects will appear either horizontal or vertical on the screen.

None of the above

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following code segment is used for inheriting a base class AppCompatActivity?

public class ActivityTest inherits Activity{}

public class Activity extends TestActivity{}

public class TestActivity extend Activity{}

public class TestActivity extends AppCompatActivity{}

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The android application layout supports both the horizontal and ___________ orientation.

Graphical

Vertical

Technical

Debugger

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following code segment will load the layout named: activities_main?

setContentView(R.layout.main_activities);

setContentView(R.layout.activity_main);

setContentView(R.layout.activities_main);

setContentView(R.layout.activit_main);

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the role of the AndroidManifest.xml in android application development?

It contains the color configuration of the interface.

It contains the text and strings of the android app.

It contains the SQLite database storage.

It contains the configuration file of an android app that dictates how the android app will be executed.

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The ________________ contains bitmap images, UI strings and XML layout used mainly for designing the interface of the app.manifest file

manifest file

assets folder

res folder

layout file

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is Android framework?

It is a web framework being used by Software Engineers.

It is a database management system tool.

It is a set of API's using which the Android developers write code for the mobile apps.

It is a programming language used fro creating android apps?

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?