Microsoft
98-361 · Question #292
You are developing a data-entry application that receives user input in multiple data fields. The application allows users to enter the data either by using a keyboard or by using a bar-code…
The correct answer is D. a Windows Forms application project with the Output type set to Console Application. See the full explanation below for the reasoning.
Question
You are developing a data-entry application that receives user input in multiple data fields. The application allows users to enter the data either by using a keyboard or by using a bar-code scanner. When a code is entered, a picture of the product appears onscreen. The application also needs to log its operation to a console window. Occasionally, the operator will look at the console window to monitor communication with the scanner. What project should you choose to create such an application?
Options
- Aa console application project
- Ba console application project with the Output type set to Windows Application
- Ca Windows Forms application project
- Da Windows Forms application project with the Output type set to Console Application
How the community answered
(25 responses)- A16% (4)
- B4% (1)
- C8% (2)
- D72% (18)
Community Discussion
No community discussion yet for this question.