Program that can destroy another computer’s programs are called () . A、bugsB、bugsC、virusesD、games

Program that can destroy another computer’s programs are called () .

A、bugs

B、bugs

C、viruses

D、games


相关考题:

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

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

YouplantoinstallWindowsXPProfessionalonanewcomputer.Youhaveananswerfilenamedunattend.txtandauniquenessdatabasefilenamedunattend.udb.Unattend.udbcontainsasectionforacomputernamedComputer1.YoucopytheWindowsXPProfessionalsourcefiles,unattend.txt,andunattend.udbtoanetworksharenamedSource.Youstartthenewcomputerbyusinganetworkstartupdisk,andthenmapX:totheSourceshare.YouneedtostartanunattendedinstallationofWindowsXPProfessionalonComputer1.Whatshouldyourun?()A.setupmgr.exe/m:computer1B.sysprep.exe/t:s:\computer1C.Winnt.exe/unattend:unattend.txt/udf:computer1,unattend.udb/s:x:D.Winnt32.exe/unattend:unattend.txt/udf:computer1,unattend.udb/s:x:

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

使用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!”);

32、定义“char **s;”并为s正确赋值后,以下表达式正确的是()A.s=”computer”;B.* s=”computer”;C.** s-“computer”;D.* s=‘c’;

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

【单选题】设有说明:char s1[10],*s2=s1;则以下正确的语句是 。A.s1[]="computer"B.s1[10]="computer"C.s2="computer"D.*s2="computer"

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