View layer classes should do all of the following EXCEPT _______.Question 14Select one:a.capture clicks and data entryb.start and shut down the systemc.create problem domain classesd.display forms
Question
View layer classes should do all of the following EXCEPT _______.Question 14Select one:a.capture clicks and data entryb.start and shut down the systemc.create problem domain classesd.display forms
Solution
The view layer classes should do all of the following EXCEPT "start and shut down the system".
The view layer in a software application is responsible for everything the user sees and interacts with. This includes capturing clicks and data entry, creating problem domain classes, and displaying forms. However, starting and shutting down the system is not typically a responsibility of the view layer. This is usually handled by the system or application layer.
Similar Questions
Domain layer classes should ____.Question 4Select one:a.prepare persistent classes for storage to the databaseb.start up and shut down the systemc.edit and validate input datad.establish and maintain connections to the database
Data access layer classes should ____.Question 9Select one:a.process all business rules with appropriate logicb.accept input datac.display data fieldsd.contain Structure Query Language (SQL) statements
An input window class is an example of a(n ) ____ design class type.Question 20Select one:a.boundaryb.controlc.entityd.persistent
A(n ) ____ class acts as a switchboard between the view layer and the domain layer.Question 2Select one:a.boundaryb.controllerc.entityd.persistent
Chapter 5uestion 1 1 ptsWhich of the following controls and methods provides a simple way to gather input from theuser at runtime without placing a text box on a form?Group of answer choicesInputBoxComboBoxMessageBoxListBoxFlag question: Question 2Question 2 1 ptsWhich of the following is not a valid ComboBox style property?Group of answer choicesSimple Combo BoxDrop-Down Combo BoxList Combo BoxDrop-Down List Combo BoxFlag question: Question 3Question 3 1 ptsWhat value will be assigned to lblSum.Text by the following code?Dim intTotal As Integer = 0For intOuter = 1 To 3For intInner = intOuter To 3intTotal += intOuter * intInnerNextNextlblSum.Text = intTotal.ToString()
Upgrade your grade with Knowee
Get personalized homework help. Review tough concepts in more detail, or go deeper into your topic by exploring other relevant questions.