
【名词&注释】
数据库(database)、基本概念(basic concept)、变量值(variable value)
[单选题]在ACCess数据库中9表就是( )。
A. 数据库
B. 记录
C. 字段
D. 关系
查看答案&解析
点击获取本科目所有试题
举一反三:
[单选题]在运行下列程序后,屏幕上显示的结果是 STORE 10 TO X,Y,Z DO PROCl WITH(X),Y ?X,Y,Z PROCEDURE PROCl PARAMETER M,N M=M+10 N=N+10 RETURN
A. 10 10 10
B. 10 20 10
C. 10 20 20
D. 10 10 20
[单选题]有以下类定义 classPoint{ public: Point(int x=0,int y=0){_x=x;_y=y;} void Move (int xOff,int yOff {_x +=xOff;_y+yOff} void Print() const {cout'('_x','_y')'endl;} private: int_x_y; }; 下列语句中会发生编译错误的是
A. Pointpt;pt;Print();
B. const Point pt;pt.Print();
C. Pointpt;pt.Move(1,2);
D. const Point pt;pt.Move(1,2);
本文链接:https://www.zhukaozhuanjia.com/download/30v4kd.html