212k views
5 votes
Which of the following is true of database application?

A) A database can have only one application, and each application may have one user.
B) It is a language that processes information in a database management system.
C) Application programs process logic that is specific to a given business need.
D) It uses hypertext markup language to process information in a database.

User ThinkChaos
by
7.6k points

1 Answer

4 votes

Final answer:

The correct answer is that database application programs process logic specific to a business need. Database applications are tailored to handle particular tasks relevant to the operations of a business they are designed for.

Step-by-step explanation:

The correct answer to the question is C) Application programs process logic that is specific to a given business need. This means that database applications are designed to perform a set of functions or tasks that relate to requirements of a particular business or sector. For instance, a database application for a bookstore may have features to track inventory, manage customer orders, and record sales transactions. These features are specific to the bookstore's operations and would be different from the requirements of a different type of business, such as a medical practice or a manufacturing company.

Option A) is incorrect because a single database can be used by multiple applications, and each application can have many users. Option B) refers more accurately to a database programming language or query language, like SQL, rather than an application itself. Option D) is incorrect because database applications don't primarily use hypertext markup language (HTML) to process information; HTML is used for web page structures and might be part of a web application's front-end, but not the primary tool for processing database information.

User Donghwan Kim
by
8.5k points