Software Fundamentals 3 examines key aspects of Windows forms development, focusing on custom control creation, event handling, visual inheritance, and application types. This quiz assesses skills in UI design and software customization, essential for software developers.
Event
Class
Delegate
Property
Rate this question:
Copy the code for W_RecForm to a new form. Modify the code for the new form.
Use visual inheritance to inherit the new form from W_RecForm. Add the new functionality to the new control.
Modify the code for W_RecForm. Copy the code to create a new form.
Convert the code in the W_RecForm to a custom control. Use the new custom control in all places.
Rate this question:
Create a Multiple Document Interface (MDI) Application. Open a single instance of the application.
Create a Single Document Interface (SDI) Application. Open a single instance of the application.
Create a Single Document Interface (SDI) Application. Open multiple instances of the application.
Create a Multiple Document Interface (MDI) Application. Open multiple instances of the application.
Rate this question:
Windows Service
Windows Form
Web Form
Console application
Rate this question:
A console application project
A console application project with the Output type set to Windows Application
A Windows Forms application project
A Windows Forms application project with the Output type set to Console Application
Rate this question:
Windows Service application
Windows Forms application
Console application
Web application
Rate this question:
Event Viewer
Notepad
XPS Viewer
Remote Desktop Connection
Rate this question:
System.ServiceProcess.ServiceProcessInstaller
System.ServiceProcess.ServiceInstaller class
System.Configuration.Installer class
System.Configuration.Installer.ComponentInstaller class
Rate this question:
Override the OnPause method of the ServiceBase class.
Set the CanPauseAndContinue property of the service to true.
Set the CanPauseAndContinue property of the service to false.
Override the OnContinue method of the ServiceBase class.
Rate this question:
Allows creation of JavaScript
Integrated Development Environment which allows coders to code programs
Allows creation of HTML code to create web pages
Allows us to manage SQL databases
Rate this question:
Quiz Review Timeline (Updated): Mar 21, 2023 +
Our quizzes are rigorously reviewed, monitored and continuously updated by our expert board to maintain accuracy, relevance, and timeliness.
Wait!
Here's an interesting quiz for you.