software, also called end-user program, includes database programs, word processors, spreadsheets etc.A.ApplicationB.SystemC.CompilerD.Utility

software, also called end-user program, includes database programs, word processors, spreadsheets etc.

A.Application

B.System

C.Compiler

D.Utility


相关考题:

若串s="Program",则其子串的数目是( )。

【S5】A.non-hardwareB.non-softwareC.hardwareD.software

软件(softwAre)是计算机系统中与硬件(hardware)相互依存的另一部分,它包括程序(program)、相关数据(Data)及其说明文档(Document)。()

下列各个选项中对字符数组赋字符串的语句中,错误的是( )。A.char s[10];s="program";B.char s[]="program";C.char s[10]="program";D.char s[10]; strcpy(s,"program");

Companycomwantstobuyanewp5570runningAIX5.3.Theapplicationsrequire4processorsand8GBofmemory.ThereisarequirementtohaveaVirtualIOServer.Whatisthesmallestp5570thatshouldbesoldtothiscustomer?() A.4processors8GBofmemoryB.5processors8GBofmemoryC.4processors10GBofmemoryD.5processors10GBofmemory

使用S函数时,必须在模型编辑窗口添加()模块。A.Sine WaveB.S-FunctionC.ScopeD.S-Program

下列是为字符数组赋字符串的语句组,其中错误是:A.char s[10]; s=”program”;B.char s[]=”program”;C.char s[10]=”Hello!”;D.char s[10];strcpy(s,”hello!”);

若字符串s=“software”,则其子串个数为: If the string s = "software", then the number of its sub-string is:

若串S='software',其子串的数目为37

5、下列是为字符数组赋字符串的语句组,其中错误是:A.char s[10]; s=”program”;B.char s[]=”program”;C.char s[10]=”Hello!”;D.char s[10];strcpy(s,”hello!”);