不凡考网

在Visual FoxPro中,要运行查询文件Student.qpr,可以使用命令

  • 下载次数:
  • 支持语言:
  • 1980
  • 中文简体
  • 文件类型:
  • 支持平台:
  • pdf文档
  • PC/手机
  • 【名词&注释】

    数据流(data stream)、数据文件(data file)、字符串(string)、关键字、初始化(initialization)、实体完整性(entity integrity)、默认值(default value)、分隔符(separator)、换行符、要注意(should be noticed)

  • [单选题]在Visual FoxPro中,要运行查询文件Student.qpr,可以使用命令( )。

  • A. DO Student.qpr
    B. DO Student
    C. DO QUERY Student
    D. RUN Student

  • 查看答案&解析
  • 举一反三:
  • [单选题]关于构造函数A()的拷贝构造函数正确的是
  • A. A(A*B);
    B. A(AB);
    C. A(A&B);
    D. A(A);

  • [单选题]使用SQL的CREATE TABLE语句建立数据库表时,为了说明主关键字应该使用关键词( ) 。
  • A. FOREIGN KEY
    B. DEFAULT
    C. PRIMARY KEY
    D. CHECK

  • [单选题]有以下程序 #includestdio.h> main() {FILE *fP;int k,n,a[6]={1,2,3,4,5,6}; fp=fopen ("d2.dat","w"); fprintf(fp,"%d%d%d\n",a[0],a[1],a[2]); fprintf(fp,"%d%d%d\n",a[3],a[4],a[5]); fclose (fp); fp=fopen("d2.dat","r"); fscanf(fp,"%d%d",&k,&n);printf("%d%d\n",k,n); fclose(fp); } 程序运行后的输出结果是。
  • A. 1 4
    B. 123 4
    C. 123 456

  • [单选题]数据流图用于抽象描述一个软件的逻辑模型,数据流图由一些特定的图符构成。下面不属于数据流图的是______。
  • A. 控制流
    B. 加工
    C. 数据存储
    D. 源和潭

  • [单选题]以下正确的程序段是
  • A. cgar str[20]; scanf("%s",&str);
    B. char *p; scanf("%s",p);
    C. char str[20]; scanf("%s",&str[2])
    D. char str[20],*p=str; scanf("%s",p[2]);

  • [单选题]下列程序的输出结果为includevoid main(){char*a[]={"hello","the","world"};char*
  • 下列程序的输出结果为 #includeiostream.h> void main() { char*a[]={"hello","the","world"}; char**pa=a; pa++; cout*paend1; }

  • A. hello
    B. the
    C. world
    D. hello the world

  • 本文链接:https://www.zhukaozhuanjia.com/download/5yroy4.html
  • 推荐阅读
    @2019-2026 不凡考网 www.zhukaozhuanjia.com 蜀ICP备20012290号-2