- A.功能内聚
- B.时间内聚
- C.逻辑内聚
- D.通信内聚
- A.瀑布模型
- B.增量模型
- C.螺旋模型
- D.喷泉模型
- A.软件概要设计的工具
- B.软件详细设计的工具
- C.结构化方法的需求分析工具
- D.面向对象方法的需求分析工具
- A.结构化分析方法
- B.结构化设计方法
- C.结构化维护方法
- D.结构化编程方法
- A.Fill()方法
- B.Insert()方法
- C.Select()方法
- D.Update()方法
- A.master数据库
- B.model 数据库
- C.msdb数据库
- D.tempdb数据库
- A.Brush 类中
- B.Graphics 类中
- C.Pen类中
- D.Point 类中
- A.BinaryReader 类
- B.Console 类
- C.FileStream 类
- D.StreamReader 类
- A.public
- B.static
- C.string
- D.void
- A.ComboBox
- B.GroupBox
- C.Panel
- D.TabControl
- A.textBox1.Font.Style | FontStyle.Underline
- B.textBox1 .Font.Style | ~FontStyle.Underline
- C.textBox1.Font.Style & FontStyle.Underline
- D.textBox1.Font.Style & ~FontStyle.Underline
- A.2
- B.4
- C.5
- D.20
- A.int [QjcArray = new int[][];
- B.int D[]jcArray = new int[4][];
- C.int [I(] jcArray = new int[][4];
- D.int Q[]jcArray = new int[4][4];
- A.do...while循环
- B.for 循环
- C.foreach 循环
- D.while 循环
- A.n=200;
- B.int k=n;
- C.object o=n;
- D.string s=n.ToString();
- A.1_x
- B.if
- C.x_123
- D.x$123
- A.128× 1000× 1000比特
- B.128× 1024 × 1024比特
- C.128× 1000× 1000字节
- D.128× 1024 ×1024字节
- A.namespace
- B.import
- C.include
- D.using
- A.127
- B.128
- C.255
- D.256
- 43
-
人们常说的U盘是( )
- A.软盘存储器
- B.硬盘存储器
- C.光盘存储器
- D.闪存存储器