当前位置: X题卡 > 试卷库 > 计算机等级考试 > 单选题

单选题

推荐等级:

发布时间: 1970-01-01

扫码用手机做题

试卷预览

1最佳选择题 3分

在用Open语句打开文件时如果省略了For方式则打开文件的存取方式是______

  • A. 顺序输入方式
  • B. 随机存取方式
  • C. 二进制方式
  • D. 顺序存取方式
查看答案

正确答案: -

本题解析: 暂无解析

2最佳选择题 3分

在窗体上画一个名称为CommonDialog1的通用对话框和一个名为Command1的命令按钮要求实

  • A. Private Sub Command1_ Click() CommonDialog1. FileName = "Data" CommonDialog1. Filter = "All Files|*.|* |(*.tx|(*.do|*.doc" CommonDialog1. Filterlndex = 2 CommonDialog1. DialogTitle = “保存” CommonDialog1. Action = 2 End Sub
  • B. Private Sub Command1_ Click() CommonDialog1. FileName = "Data" CommonDialog1. Filter = "All Files|*.*|(*.tx|(*.do|*.doc" CommonDialog1. FilterIndex = 2 CommonDialog1. DialogTitle =“保存” CommonDialog1. Action = 1 End Sub
  • C. Private Sub Command1_ Click() CommonDialog1. FileName = "Data" CommonDialog1. Filter = "All Files|*.*|(*.tx|(*.do|*.doc" CommonDialog1. FilterIndex = 1 CommonDialog1. DialogTitle = “保存” CommonDialog1. Action = 1 End Sub
  • D. Private Sub Command1_ Click() CommonDialog1. FileName = "Data" CommonDialog1. Filter = "All Files|*.*|(*.tx|(*.do|*.doc" CommonDialog1. FilterIndex = 1 CommonDialog1. DialogTitle = “保存” CommonDialog1. Action = 2 End Sub
查看答案

正确答案: -

本题解析: 暂无解析

3最佳选择题 3分

要向Data.dat文件中添加数据下面语句中正确的是______

  • A. Open "Datdat" For OutputAs #1
  • B. Open "Datdaf' For InputAs #1
  • C. Open Datdat For OutputAs #I
  • D. Open Datdar For Append As #1
查看答案

正确答案: -

本题解析: 暂无解析

4最佳选择题 3分

用来设置文件中下一个读写位置的语句是______

  • A. Skip
  • B. Seek
  • C. FileAttr
  • D. Select
查看答案

正确答案: -

本题解析: 暂无解析

5最佳选择题 3分

下列文件函数中作用为以整数形式返回Open语句可以使用的下一个有效的文件号的是______

  • A. Lof
  • B. FileAttr
  • C. FreeFile
  • D. FileLen
查看答案

正确答案: -

本题解析: 暂无解析

其他考生还关注了

更多
  • 问答

    试卷分类:计算机等级考试

    练习次数:3次

  • 问答

    试卷分类:计算机等级考试

    练习次数:2次

  • 问答

    试卷分类:计算机等级考试

    练习次数:3次

  • 问答

    试卷分类:计算机等级考试

    练习次数:3次

  • 填空

    试卷分类:计算机等级考试

    练习次数:4次

  • 填空

    试卷分类:计算机等级考试

    练习次数:3次

  • 问答

    试卷分类:计算机等级考试

    练习次数:3次

  • 问答

    试卷分类:计算机等级考试

    练习次数:2次