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
相关考题:
下列各个选项中对字符数组赋字符串的语句中,错误的是( )。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
下列是为字符数组赋字符串的语句组,其中错误是:A.char s[10]; s=”program”;B.char s[]=”program”;C.char s[10]=”Hello!”;D.char s[10];strcpy(s,”hello!”);
5、下列是为字符数组赋字符串的语句组,其中错误是:A.char s[10]; s=”program”;B.char s[]=”program”;C.char s[10]=”Hello!”;D.char s[10];strcpy(s,”hello!”);