当前位置:MCPD(70-536)题库

问题:

[单选] 您已创建一个名为 CalcSalary,将确定 Certkiller.com 员工的薪酬类的责任。CalcSalary 类包括员工的薪酬递增和递减的方法。下面的代码包含在 CalcSalary 类中:()public class CalcSalary {// for promotionspublic static bool IncrementSalary (Employee Emp, double Amount){if (Emp.Status == QuarterlyReview.AboveGoals)Emp.Salary += Amount;return true;

A . public delegate bool Salary (Employee Emp, double Amount);
B . public bool Salary (Employee Emp, double Amount);
C . public event bool Salary (Employee Emp, double Amount);
D . public delegate void Salary (Employee Emp, double Amount)

销售记录内容应包含:() 入库日期。 产品名称,规格型号。 制造商名称,供货者名称。 生产批号/序列号,生产日期,有效期。 销售数量,库存数量,销售人员。 下列物质可造成不可逆抑制作用的酶抑制剂是:() 丙二酸。 氯磺隆。 L-苯丙氨酸。 碘乙酸。 邻氯西林。 Your company has a single Active Directory domain. All domain controllers run Windows Server 2003.    You install Windows Server 2008 R2 on a server.    You need to add the new server as a domain controller in your domain.    What should you do first() On the new server, run dcpromo /adv.。 On the new server, run dcpromo /createdcaccount.。 On a domain controller run adprep /rodcprep.。 On a domain controller, run adprep /forestprep.。 水泥试样从取样至试验要保持()h。水泥试样应通过()mm方孔筛,记录筛余情况。 24,0.6。 24,0.9。 12,0.9。 24,0.3。 Your network contains a computer named Computer1. Computer1 is assigned an IP address of 39 / 84 192.168.1.112/26.Your companys corporate policy states that the first usable address in each subnet is allocated to the default gateway.You need to configure the default gateway for Computer1.Which address should you choose?() 192.168.1.1。 192.168.1.63。 192.168.1.65。 192.168.1.93。 您已创建一个名为 CalcSalary,将确定 Certkiller.com 员工的薪酬类的责任。CalcSalary 类包括员工的薪酬递增和递减的方法。下面的代码包含在 CalcSalary 类中:()public class CalcSalary {// for promotionspublic static bool IncrementSalary (Employee Emp, double Amount){if (Emp.Status == QuarterlyReview.AboveGoals)Emp.Salary += Amount;return true;
参考答案:

  参考解析

status 意思 是“状态”。
你可以用 变量 status 表示 某种状态。
例如:
成功,失败
真,假 1,2,3,4,
.. 状态1,状态2,状态3,状态4,....

在线 客服