17.6k views
0 votes
mta software development fundamentals You are creating an application that accepts input and displays a response to the user. You cannot create a graphical interface for this application. Which type of application should you create

User Spdrman
by
6.0k points

1 Answer

4 votes

Answer: Console-Based

Step-by-step explanation:

A console based application is an application that helps in facilitating the reading and the writing of the characters from a console.

It is vital in the provision of a simple user interface for the applications that requires little interaction. Since the application accepts input and displays a response to the user and cannot create a graphical interface for this application, then it's a console based application.

User Bajju
by
6.3k points