填空题

随机文件使用Put语句写数据,使用【 】语句读数据。

【参考答案】

Get
<上一题 目录 下一题>
热门 试题

单项选择题
单击命令按钮时,下列程序代码的运行结果为( )。Private Sub Command1_Click()print MyFunc(20,18)End SubPublic Function MyFunc (m As Integer,n As Integer)As IntegerDo While m <>nDo While m > n:m=m - n:LoopDo While m < n:n=n - m:LoopLoopMyFunc=mEnd FunCtion
A.0
B.2
C.4
D.6
单项选择题
编写如下两个事件过程:Private Sub Form_KeyDown(KeyCode AS Integer,Shift As Integer)Print Chr(KeyCode)End SubPrivate Sub Form_KeyPress(KeyAscii As Integer)Print Chr(KeyAscii)End Sub在一般情况下(即不按住Shift键和锁定大写键时)运行程序,如果按 A 键,则程序输出的结果是( )。
A.Panel
B.Frame
C.Applet
D.Dialog
相关试题
  • 在窗体上画 1 个命令按钮和 1 个文本...
  • 在有下面一个程序段从文本框中输入数据,如...
  • 在窗体上有一个“背景色变换”按钮和一个“...
  • 浮点数由3部分组成,即符号、【 】和尾数。
  • 函数Str$(256.36)的值是【 】。