software, also called end-user program, includes database programs, word processors, spreadsheets etc.
A.Application
B.System
C.Compiler
D.Utility
第1题:
A.4processors8GBofmemory
B.5processors8GBofmemory
C.4processors10GBofmemory
D.5processors10GBofmemory
第2题:
下列是为字符数组赋字符串的语句组,其中错误是:
A.char s[10]; s=”program”;
B.char s[]=”program”;
C.char s[10]=”Hello!”;
D.char s[10];strcpy(s,”hello!”);
第3题:
若串S='software',其子串的数目为37
第4题:
使用S函数时,必须在模型编辑窗口添加()模块。
A.Sine Wave
B.S-Function
C.Scope
D.S-Program
第5题:
若字符串s=“software”,则其子串个数为: If the string s = "software", then the number of its sub-string is:
第6题:
5、下列是为字符数组赋字符串的语句组,其中错误是:
A.char s[10]; s=”program”;
B.char s[]=”program”;
C.char s[10]=”Hello!”;
D.char s[10];strcpy(s,”hello!”);