itgle.com

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
解析:应用软件也称为最终用户程序,包括数据库程序、文字处理软件和电子表格软件等。
更多“software, also called end-user program, includes database programs, word processors, s ”相关问题
  • 第1题:

    Companycomwantstobuyanewp5570runningAIX5.3.Theapplicationsrequire4processorsand8GBofmemory.ThereisarequirementtohaveaVirtualIOServer.Whatisthesmallestp5570thatshouldbesoldtothiscustomer?()

    A.4processors8GBofmemory

    B.5processors8GBofmemory

    C.4processors10GBofmemory

    D.5processors10GBofmemory


    参考答案:D

  • 第2题:

    下列是为字符数组赋字符串的语句组,其中错误是:

    A.char s[10]; s=”program”;

    B.char s[]=”program”;

    C.char s[10]=”Hello!”;

    D.char s[10];strcpy(s,”hello!”);


    char s[10]; s= ” program ” ;

  • 第3题:

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


    A

  • 第4题:

    使用S函数时,必须在模型编辑窗口添加()模块。

    A.Sine Wave

    B.S-Function

    C.Scope

    D.S-Program


    S-Function

  • 第5题:

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


    37

  • 第6题:

    5、下列是为字符数组赋字符串的语句组,其中错误是:

    A.char s[10]; s=”program”;

    B.char s[]=”program”;

    C.char s[10]=”Hello!”;

    D.char s[10];strcpy(s,”hello!”);


    char s[10]; s= ” program ” ;