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

Question: What is a budget?

Answer: A budget is a financial plan that estimates income and expenditures over a specific
period, guiding how resources are allocated.

Question: What is philosophy?

Answer: Philosophy is the study of fundamental questions about existence, knowledge,


values, reason, mind, and language.

Question: What is ANR?

Answer: ANR is short for Application Not Responding. This is actually a dialog that appears
to the user whenever an application have been unresponsive for a long period of time.

Question: What are containers?

Answer: Containers, as the name itself implies, holds objects and widgets together,
depending on which specific items are needed and in what particular arrangement that is
wanted. Containers may hold labels, fields, buttons, or even child containers, as examples.

Question: What is total quality management?

Answer: Total Quality Management (TQM) is an organization-wide approach to


continuously improving the quality of all organizational processes, products, and services.

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: Enumerate the steps in creating a bounded service through AIDL.


Answer: 1. create the .aidl file, which defines the programming interface, 2. implement the
interface, which involves extending the inner abstract Stub class as well as implanting its
methods, 3. expose the interface, which involves implementing the service to the clients.

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.

You might also like