Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 2

Question: What is the difference between a compiler and an interpreter?

Answer: A compiler translates the entire source code into machine code before execution,
while an interpreter translates and executes the source code line-by-line.

Question: What is a database?

Answer: A database is an organized collection of data, generally stored and accessed


electronically from a computer system.

Question: What do you think are some disadvantages of Android?

Answer: Given that Android is an open-source platform, and the fact that different Android
operating systems have been released on different mobile devices, there’s no clear cut
policy to how applications can adapt with various OS versions and upgrades. One app that
runs on this particular version of Android OS may or may not run on another version.
Another disadvantage is that since mobile devices such as phones and tabs come in different
sizes and forms, it poses a challenge for developers to create apps that can adjust correctly
to the right screen size and other varying features and specs.

Question: What is the importance of settings permissions in app development?

Answer: Permissions allow certain restrictions to be imposed primarily to protect data and
code. Without these, codes could be compromised, resulting to defects in functionality.

Question: What is a prime number?

Answer: A prime number is a natural number greater than 1 that has no positive divisors
other than 1 and itself.

Question: What is risk management?

Answer: Risk management involves identifying, assessing, and prioritizing risks, followed
by coordinated efforts to minimize, monitor, and control the impact of unfortunate events.
Question: What is Financial Management?

Answer: Financial Management involves planning, organizing, directing, and controlling the
financial activities of an organization, including procurement and utilization of funds.

Question: What are the core components under the Android application architecture?

Answer: There are 5 key components under the Android application architecture: – services
– intent – resource externalization – notifications – content providers

You might also like