1.
|
Which project
template should you use to create a Web application
that performs its processing on the Internet
server?
|
|
2.
|
When is the
KeyPress event activated?
|
|
3.
|
You have been
asked to plan an insurance application. Data
entry personnel will enter the application information
into the system. The data will then be tested
for accuracy and completeness. Which service
layer in the services model is used for this
purpose?
|
|
4.
|
How many controls
are available in VB6.0?
|
|
5.
|
When creating
a menu, how do you create a menu separation
bar?
|
|
6.
|
Which of the
following can you declare as a Friend?
|
|
7.
|
What does the
following code segment do? Dim ctl As Control
For Each ctl In Me.Controls If TypeOf ctl Is
CommandButton Then ctl.Enabled = False End If
Next
|
|
8.
|
What is ADO
stands for?
|
|
9.
|
How do you set
the scope of your variables, which is accessible
to the entire project?
|
|
10.
|
Which two events
do class modules intrinsically support?
|