【名词&注释】
三角形(triangle)、椭圆形(ellipse)
[单选题]在E—R图中,用来表示实体的图形是
A. 矩形
B. 椭圆形
C. 菱形
D. 三角形
查看答案&解析查看所有试题
学习资料:
[单选题]有定义语句:int a=1,b=2,c=3,x;,则以下选项中各程序段执行后,x的值不为3的是
A. if (ca) x=1; else if (ba) x=2; else x=3;
B. if (a3) x=3; else if (ba) x=2; else x=1;
C. if (a<3) x=3; if (a<2) x=2; if (a<1) x=1;
D. if (ab) x=b; if (bc) x=c; if (ca) x=a;
[单选题]在窗体上画—个名称为Text1的文本框,并编写如下程序: Private Sub Form_Load() Show Text1.Text=" " Text1.SetFocus End Sub Private Sub Form_MouseUp(Button As Integer,Shift As Integer,X As Single,Y As Single) Print "程序设计" End Sub Private Sub Text1_KeyDown(KeyCode As Integer,Shift As Integer) Print "Visual Basic"; End Sub 程序运行后,如果按A键,然后单击窗体,则窗体上显示的内容是 ______。
A. Visual Basic
B. 程序设计
C. A程序设计
D. Visual Basic程序设计
本文链接:https://www.51ksbd.net/show/035yvq.html