190k views
1 vote
Browser-based applications ________.

A) are thick-client applications
B) can display only static content
C) support graphical queries
D) process queries using C++

User RodMcGuire
by
8.0k points

1 Answer

2 votes

Final answer:

Browser-based applications support graphical queries and can display dynamic content, differing from thick-client applications. They are not defined by the use of C++ or static content.

Step-by-step explanation:

Browser-based applications support graphical queries. They are not thick-client applications; this term is more appropriate for software that is installed on a user's computer, which contains the bulk of the computing logic rather than relying on a server.

Furthermore, browser-based applications are not limited to static content; they can display dynamic, interactive web pages that respond to user input. Lastly, while browser-based applications can be written in various programming languages, the choice of language, including C++, is not specific to browser-based applications.

The correct answer is: Browser-based applications support graphical queries.

User Klaydze
by
7.5k points