Android Midterm

Android Midterm

University

50 Qs

quiz-placeholder

Similar activities

IP QUIZ

IP QUIZ

University

45 Qs

ITS 101 10-14 Review

ITS 101 10-14 Review

10th Grade - Professional Development

45 Qs

Ôn tập mos 11

Ôn tập mos 11

University

50 Qs

ELECTIVE 1

ELECTIVE 1

University

50 Qs

NPTEL-CLOUD COMPUTING-PRACTICE TEST-2

NPTEL-CLOUD COMPUTING-PRACTICE TEST-2

University

50 Qs

ANDROID DEVELOPMENT PLATFORM-Unit-3-Quiz

ANDROID DEVELOPMENT PLATFORM-Unit-3-Quiz

University

50 Qs

Angular JS -01

Angular JS -01

University

55 Qs

PF201: SCCPF2012223

PF201: SCCPF2012223

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?