70-548C++ MCPD Braindump
ExamSoon 70-548C++ Exams
Microsoft Designing and Developing Windows-Based Applications by Using the
Microsoft .NET Framework C++
O rder : 70-548C++ Exam
Practice Exam: 70-548C++
Exam Number/Code: 70-548C++
Exam Name: Designing and Developing Windows-Based Applications by Using
the Microsoft .NET Framework C++
Questions and Answers: 80 Q&As
Free 70-548C++ Braindumps
Exam : Microsoft 70-548(C++)
Title : PRO:Design & Develop Wdws-Based Appl by Using MS.NET Frmwk
1. You create Microsoft Windows-based client applications. You are designing a smart client application for
warehouse packaging clerks. The application must permit the clerks to add and delete items in the packaging
invoices they create at their workstations. Each workstation has only a keyboard and a hand-held barcode scanner for
input. You need to design the user interface for the application such that the clerks can add and delete items with
minimum effort. What should you do?
A. Add to the form a context menu that has Add to Invoice and Remove from Invoice menu items.
B. Add to the form a menu that has Add to Invoice and Remove from Invoice menu items.
C. Add to the form a KeyPress event handler that toggles between Add to Invoice and Remove from Invoice modes.
D. Add to the form a ToolStrip control that has a button that toggles between Add to Invoice and Remove from Invoice
modes.
Answer: C
2. You create Microsoft Windows-based applications.
You are designing a class to be used by multiple client applications. This class will be used to generate unique
account numbers. Your company guidelines state that unique number generating components must comply with the
following design pattern:
Classes must be designed so that they cannot be instantiated directly by client applications.
Only a single instance of the class must be used by all the client applications.
Instance methods and properties for these classes must be accessible to client applications.
You need to define how this class will implement the design p