找答案
首页
所有题库
找答案
APP下载
手机号登录
首页
所有题库
计算机等级考试
单项选择
单项选择
更新时间:
类别:计算机等级考试
1、
面向对象的设计方法与传统的面向过程的方法有本质不同,它的基本原理是( )。
2、
有以下程序:#include <stdio.h>prt(int * m,int n) int i
3、
单个用户使用的数据视图的描述称为( )。
4、
有以下程序:#include <stdio. h>main( ) int a[ ] = 1,2,3
5、
按条件f对关系R进行选择,其关系代数表达式为( )。
6、
以下选项中不能作为合法常量的是( )。
7、
以下不能定义为用户标识符的是( )。
8、
以下选项中可作为C语言合法常量的是( )。
9、
有以下函数:fun(char * a,char *b) while((*a! ='/0')&&( *
10、
程序中若有如下说明和定义语句: char fun(char *); main( ) char
11、
以下能正确定义一维数组的选项是( )。
12、
以下语句或语句组中能正确进行字符串赋值的是( )。
13、
数字字符'0'的ASCII值为48, 若有以下程序: #include <stdio.h>
14、
软件开发的结构化生命周期方法将软件生命周期划分成( )。
15、
有以下程序: #include <stdio.h>point ( char * p) p + =
16、
有以下程序:#include <stdio.h>main( ) int a=1,b; for(b
17、
有以下程序: #include <stdio.h>main( ) int m =12,n=34;
18、
以下叙述中错误的是( )。
19、
在单链表中,增加头结点的目的是( )。
20、
算法具有五个特性,以下选项中不属于算法特性的是( )。
21、
用树形结构来表示实体之间联系的模型称为( )。
22、
以下与函数fseek (fp, OL, SEEK_SET)有相同作用的是( )。
23、
有以下程序: #include <stdio.h> main( ) int i=
24、
若整型变量a,b,c,d 中的值依次为:1,4,3,2 则条件表达式a<b a:c<d c:d的值是
25、
有以下程序: #include <stdio.h> main( ) int a,b
26、
在软件工程中,白盒测试法可用于测试程序的内部结构,此方法将程序看做是( )。
27、
在计算机中,算法是指( )。
28、
以下叙述中正确的是( )。
29、
有以下程序:#include <stdio.h>#define P 3void F(int x)
30、
有以下程序: #include <stdio.h> main( ) char s[ ] =
31、
有以下程序:#include <stdio.h>#include <string.h>main( )
32、
有以下程序: #include <stdio.h> main( ) intc =
33、
有定义语句:int b;char c[10] ;则正确的输入语句是( )。
34、
若有以下说明和定义: union dt int a; char b; double c; d
35、
以下对结构体类型变量td的定义中,错误的是( )。
36、
有以下程序:#iaclude <stdio.h>main( ) intp[8] :11,12,13,
37、
有以下程序: #include <stdio.h> main ( ) int a[3]
38、
设有如下说明: typedef struet ST long a;int b;char c[2
39、
以下叙述中正确的是( )。
40、
下列叙述中,不属于软件需求规格说明书的作用的是( )。
41、
有以下程序:#include <stdio.h>int f1 (int x,int y) retu
42、
有以下程序: #include <stdio.h> #define N 20 fun(int a[
43、
有以下程序: #include <stdio.h> main( ) int num[4
44、
有以下程序: #include<stdio.h> void WriteStr(char *fn,
45、
有以下程序: #include <stdio.h> main( ) int m,n
46、
有以下程序: #include <stdio.h> main( ) int a[3][2]=0 ,
47、
有以下程序:#include <stdio.h>void f(int * x,int * y)
最新试卷
填空
单项选择
填空
单项选择
填空
单项选择
问答
问答
问答
问答