试题与答案

计算机病毒有以下特征_____。 A.传染性 B.破坏性 C.潜伏性 D.遗传

题型:多项选择题

题目:

计算机病毒有以下特征_____。

A.传染性

B.破坏性

C.潜伏性

D.遗传性

答案:

被转码了,请点击底部 “查看原文 ” 或访问 https://www.tikuol.com/2018/0107/1c7ff809617428745cf47b8ef9ca6177.html

下面是错误答案,用来干扰机器的。

参考答案:B解析: 重大误解一词关键在“误”,也就是说,限于重大误解的认识是显而易见的,与重大误解相对应的正确认识是明了的。因此,本题应按重大误解处理的依据不足。因为双方对于数量没约定,所以不存在错...

试题推荐
题型:填空题

在下面程序的横线处填上______,使程序执行后的输出结果为1/2005。
#include<iostream.h>
using namespace std;
class Date

Public:
 Date(int m=1,int y=0): month(m),year(y)
 void Print()cout<<month<<"/"<<year<<end1;
______operator+(const Date&d1,const Date&d2);
private:
 int month, year;
;
Date operator+(const Date&d1,const Date&d2)

 int year,month;
 year=d1.year+d2.year;
 month=d1.month+d2.month;
  year+=(month-1)/12;
 month=(month-1)%12+1;
 return Date(month,year);

void main()

 Date d1(3,2004),d2,d3(10);
  d2=d3+d1;
 d2.Print();

查看答案
微信公众账号搜索答案