试题与答案

在程序的每个空白处填写一条适当的语句,使程序完成相应的操作。程序实现的功能是:窗体上

题型:填空题

题目:

在程序的每个空白处填写一条适当的语句,使程序完成相应的操作。程序实现的功能是:窗体上有文本框Text1和若干复选框,其中复选框Check1用于设置文本框Text1显示的文本是否加下划线。Check1的单击事件过程如下:
Private Sub Checkl_Click()
If ______ Then
Text1.FontUnderline=True
Else If ______ Then
Text1.FontUnderline=False
End If
End Sub

答案:

参考答案:Check1.Value=1 Check1.Value=0

解析: 题目要求通过选中复选框Check1来设置文本框的文本是否加下划线,因此判断条件需要对复选框是否选中进行判断,因此If语句后面应填“Check1.Value=1”语句,ElseIf后面应填“Check1.Value=0”语句。

试题推荐
题型:单项选择题

Data mining is an (66) research field in database and artificial intelligence. In this paper, the data mining techniques are introduced broadly including its producing background, its application and its classification. The principal techniques used in the data mining are surveyed also, which include rule induction, decision (67) , artificial (68) network, genetic algorithm, fuzzy technique, rough set and visualization technique. Association rule mining, classification rule mining, outlier mining and clustering method are discussed in detail. The research achievements in association rule, the shortcomings of association rule measure standards and its (69) , the evaluation methods of classification rules are presented. Existing outlier mining approaches are introduced which include outlier mining approach based on statistics, distance-based outlier mining approach, data detection method for deviation, rule-based outlier mining approach and multi-strategy method. Finally, the applications of data mining to science research, financial investment, market, insurance, manufacturing industry and communication network management are introduced. The application (70) of data mining are described.

(70)处填()。

A.course

B.disadvantage

C.prosperity

D.prospects

查看答案
微信公众账号搜索答案