The International Oil Pollution Prevention Certificate is valid for a period of______.
A.one year from the date of issue
B.five years from the date of issue
C.three years from the date of issue
D.four years from the date of issue
第1题:
A、interactive
B、indifferent
C、interrogative
D、international
第2题:
第3题:
基于initial语句产生普通时钟信号, parameter clk_period = 10; reg clk; initial begin clk = 0; ________________; end
A.always #(clk_period/2) clk = ~clk
B.forever #(clk_period/2) clk = ~clk
C.always #(clk_period) clk = ~clk
D.forever #(clk_period) clk = ~clk
第4题:
Which of the following marine insurance policies is normally purchased by the cargo owner? ______.
A.Hull
B.Cargo
C.Protection and Indemnity
D.Pollution
第5题:
8、基于initial语句产生普通时钟信号, parameter clk_period = 10; reg clk; initial begin clk = 0; ________________; end
A.always #(clk_period/2) clk = ~clk
B.forever #(clk_period/2) clk = ~clk
C.always #(clk_period) clk = ~clk
D.forever #(clk_period) clk = ~clk
第6题:
以下关于VDB函数的语法正确的是()。
A.VDB(cost,salvage,life,period,factor)
B.VDB(cost,salvage,life,period,month)
C.VDB(cost,salvage,life,per)
D.VDB(cost,salvage,life,start-period,end-period,factor,no-switch)