问题
可以同时关掉所有打开文件的语句是________。
发布时间:2025-06-02 作者:形考任务 浏览:0次
可以同时关掉所有打开文件的语句是________。
A:Close All B:Close #1 C:Close D:以上都不对
您可能感兴趣的试题
-
以下程序段输出的结果为_________。 num = 0 While num <= 2 num = num + 1 Print num; Wend
以下程序段输出的结果为_________。num = 0While num...
查看答案 -
下面程序代码的功能是 。 Private Sub Command1_Click() a = Val(Text1.Text) b = Val(Text2.Text) c = Val(Text3.Text) If a > b Then t = b Else t = a End If If t > c Then t = c End If Print t End Sub
下面程序代码的功能是 。Private Sub Command1_Click()a = Val(Text1.Text)b = Val(Text2.Text)c = Val(Text3.Text)If a > b Thent = bElset = aEnd IfIf t > c The...
查看答案 -
要设置单选按钮Option1被选中,下面代码正确的是_______。
要设置单选按钮Option1被选中,下面代码正确的是_______。 A:Option1.Value = True B:Option1.Enabled = True C:Option1.Value = False D:Option1.Enabled = False...
查看答案 -
程序运行时,在文本框Text1中输入2,单击按钮Command1,文本框Text2中的输出值为_______。 Private Sub Command1_Click()
程序运行时,在文本框Text1中输入2,单击按钮Command1,文本框Text2中的输出值为_______。Private Sub Command1_Click() x = Val(Text1.Text) If x...
查看答案 -
设窗体上有名称为Option1的单选按钮,且程序中有语句:
设窗体上有名称为Option1的单选按钮,且程序中有语句:If Option1.Value=True Then下面语句中与该语句不等价的是______。 A:If Option1.Value Then B:If Option1=True Then C:If Value=True Then D...
查看答案