Which type of application should you create?

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?

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?

A.
Windows Forms

B.
Windows Service

C.
Web-based

D.
Console-based



Leave a Reply 7

Your email address will not be published. Required fields are marked *


Daniel

Daniel

I think the correct is not C!!

should be D!

Christian Zalto

Christian Zalto

Agree, should be “D”, beause you CAN create a graphical interface for a web application but not for a console based application.

mandisa

mandisa

C is the correct answer

Taimur

Taimur

could you explain your answer…!!! I think it should be D

AydinNasirzadeh

AydinNasirzadeh

Apparently, the correct answer to the question above is D.
We can enable reading or writing to the console by creating an application using the Console Application template in Visual Studio.
Moreover, web-based apps are a trifle different.
I really really consider Option D the correct one.

Arnold

Arnold

D of course. Console app has no user interface and web app does.

DB7

DB7

D is correct: No graphical interface, but allows input from user and displays output = console application