You are on page 1of 3

Gapol, Niña Mae B.

June 10, 2022

Unit 1: The MVC Model


SELF-CHECK II
Instructions: Read the questions carefully and answer it concisely.

1. What is the importance of MVC in mobile computing?


Answer:
MVC is important to understand because it is the basic structure which most web applications
are built on. The same is also true for mobile apps and desktop programs. There are many
variations around the basic idea of MVC. To separate internal representations of information
from the ways information is presented to and accepted from the user.

2. What is the page life cycle of MVC?


Answer:
Apart from the Controller and the action methods. The life cycle is basically is set of certain
stages which occur at a certain time. MVC actually defined in two life cycles, the application life
cycle, and the request life cycle. The Starting point for every MVC application begins with
routing.

3. What are the advantages in using MVC?


Answer:
The advantages in using MVC are:

• Faster Development Process


• Ability To Provide Multiple Views
• Support For Asynchronous Technique
• The Modification Does Not Affect The Entire Model
• MVC Model Returns The Data Without Formatting
• SEO Friendly Development Platform
Unit 3: Android Development Environment

CHECK II
Instructions: Choose and write only the letter of the correct answer.
_a_1. Android was founded in
a. 2003
b. 2008
c. 2005
d. 2001

_a_2. What does AOSP stands for?


a. Android Open Source Project
b. Android Operating System Project
c. Android Open Source Protocol
d. Android Open Stack Programming

_d_3. What version of Android is code named “Jelly Bean”?


a. 4.2
b. All of these
c. 4.3
d. 4.1

_a_4. Android was initially developed by:


a. Android Inc.
b. Google Inc.
c. Microsoft Inc.
d. Apple Inc.

_c_5. The first commercially available smartphone running the Android was by which company?
a. Samsung
b. Motorola
c. HTC
d. LG

_a_6. Android is a Linux based operating system:


a. True
b. False

_c_7. Approximately how much did Google pay to acquire Android?


a. $1 million
b. $10 million
c. $50 million
d. $1 billion
_a_8. Which one of these is a co-founder of Android?
a. Andy Rubin
b. Eric Schmidt
c. Hugo Barra
d. Steve Perlman

_c_9. The first completely 64-bit compatible version of Android was:


a. Android 3.0 Honeycomb
b. Android 4.0 Ice Cream Sandwich
c. Android 5.0 Lollipop
d. Android 2.3 Gingerbread

_b_10. One of the application component that manages the interaction between operating
system and Android OS is called:
a. Broadcast Receivers
b. Content Providers
c. Activities
d. Services

You might also like