Question Type: General Knowledge/Computer Science
Step-by-step explanation:
- The question asks about the universal front-end for database applications that connect to the back-end via the internet.
- Web browsers are applications used to access and interact with web-based resources, including database applications.
- They act as the interface (front-end) through which users interact with the database application, while the actual database and its processing logic reside on a server (back-end).
- The connection between the web browser (front-end) and the database server (back-end) is facilitated via the internet.
Why other options are incorrect:
- Web servers: These are back-end components that host and serve web pages and applications, not the user interface.
- Software programs: This is too broad a category. While web browsers are software programs, the question specifically refers to the universal front-end for database applications.
- Web applications: These are applications accessed via the web, but they are not the universal front-end; they run *within* the web browser.
Core Logic/Pattern: This is a question of understanding the role of web browsers in accessing database applications via the internet.
Therefore, the correct answer is Web browsers.