题目内容 (请给出正确答案)
[主观题]

某产品各零部件功能重要程度采用0-4评分法评分的结果见下表。 零部件 I Ⅱ m

某产品各零部件功能重要程度采用0-4评分法评分的结果见下表。

零部件 I Ⅱ m Ⅳ V I × Ⅱ 3 × Ⅲ 1 2 × Ⅳ O 1 O × V 4 2 1 O ×则在不修正各功能累计得分的前提下,零部件l的功能重要性系数为()。

A.0.13

B.0.25

C.0.20

D.0.33

查看答案
如搜索结果不匹配,请 联系老师 获取答案
您可能会需要:
您的账号:,可能会需要:
您的账号:
发送账号密码至手机
发送
更多“某产品各零部件功能重要程度采用0-4评分法评分的结果见下表。…”相关的问题

第1题

有下列函数过程:Function funl(ByVal x As Integer, ByVal y As Integer) Do While y $amp;
点击查看答案

第2题

有下列函数过程:Function funl(ByVal x As Integer, ByVal y As Integer) Do While y <> 0

有下列函数过程:Function funl(ByVal x As Integer, ByVal y As Integer) Do While y <> 0 Reminder=x Mody x=y y=reminder Loop Funl=xEnnd Function在下列按钮单击事件中调用该函数,则该程序的运行结果是 Privatr Sub Commandl_Click() Dim a As Integer Dim b As Integer a=100 b=25 x=funl(a,b) Print x End SubA.0 B.25 C.50 D.100

点击查看答案

第3题

有如下函数过程:Function funl(ByVal x As Integer,ByVal y As Integer)As IntegerDo While y<>0

有如下函数过程: Function funl(ByVal x As Integer,ByVal y As Integer)As Integer Do While y<>0 reminder=x Mod y x=y y=reminder Loop fun1=x End Function 在下列按钮单击事件中调用该函数,则该程序的运行结果是()。 Private Sub Command1_Click() Dim a As Integer Dim b As Integer a=100 b=25 x=funl(a,B)Print x End Sub

A.0

B.25

C.50

D.100

点击查看答案

第4题

有下列函数过程:Function fun1(ByVal x As Integer,ByVal y As Integer)As Integer Do While y<>

有下列函数过程: Function fun1(ByVal x As Integer,ByVal y As Integer)As Integer Do While y<>0 reminder=x MOd y x=y y=reminder Loop fun1=x End Function 在下列按钮单击事件中调用该函数,则该程序的运行结果是()。 Private Sub Command1_Click() Dim a

A.0

B.25

C.50

D.100

点击查看答案

第5题

有下列函数过程:Function fun1(ByVal x As Integer,ByVal y As Integer)As IntegerDo While y<>0

有下列函数过程:

Function fun1(ByVal x As Integer,ByVal y As Integer)As Integer

Do While y<>0

reminder=x Mod y

x=y

y=reminder

Loop

fun1=x

End Function 在下列按钮单击事件中调用该函数,则该程序的运行结果是()。

Private Sub Command1_Click()

Dim a As Integer

Dim b As Integer

a=100

b=25

x=fun1(a,B)Print x

End Sub

A.0

B.25

C.50

D.100

点击查看答案

第6题

有如下函数过程。 Function UNC(ByVal x As Integer,ByVal y As Integer)As Integer Do While y<>

有如下函数过程。

Function UNC(ByVal x As Integer,ByVal y As Integer)As Integer

Do While y<>0

S=x/y

x=y

y=S

Loop

UNC=x

End Function

以下事件调用该函数,程序运行结果是【 】。

Private Sub Command1_Click()

Dim a As Integer

Dim b As Integer

a=12

b=2

x=UNC(a,b)

Print x

End Sub

点击查看答案

第7题

有以下函数过程: Function Gys(ByVal x As Integer,ByVal y As Integer)As Integer Do While y<

有以下函数过程: Function Gys(ByVal x As Integer,ByVal y As Integer)As Integer Do While y< >0 Remender=x Mod v x=y Y=Reminder Loop Gys=x End Function 以下是调用该函数的事件过程,该程序的运行结果是 Private Sub Command1_Click() Dim a As Integer Dim b As Integer a=50 b=10 x=Cys(a,B)Print x End sub

A.0

B.10

C.50

D.100

点击查看答案

第8题

有如下函数过程:Function fun1 (ByVal x As Integer, ByVal y As Integer) As Integer Do While

有如下函数过程: Function fun1 (ByVal x As Integer, ByVal y As Integer) As Integer Do While y <> 0 reminder=x Mod y x=y y=reminder Loop fun1=x End Function 在下列按钮单击事件中调节器用该函数,则该程序的运行结果是()。 Private Sub Command1_Click() Dim a As Integer Dim b As Integer a=100 b=25 x=fun1(a,b)Print x End Sub

A.0

B.25

C.5O

D.100

点击查看答案

第9题

有如下函数过程:Function fun1(ByVal x As Integer,ByVal y As Integer) As IntegerDo While y<>

有如下函数过程: Function fun1(ByVal x As Integer,ByVal y As Integer) As Integer Do While y<>0 reminder=x Mod y x=y y=reminder Loop fun1=x End Function 在下列按钮单击事件中调用该函数,则该程序的运行结果是()。 Private Sub Command1_Click() Dim a AS Integer Dim b As Integer a=100 b=25 x=fun1(a,B) Print x End Sub

A.0

B.25

C.50

D.100

点击查看答案

第10题

有如下函数过程: Function HFC(ByVal x AS Integer,ByVal y As Integer)As Integer Do While

有如下函数过程: Function HFC(ByVal x AS Integer,ByVal y As Integer)As Integer Do While y < > 0 sic=x/y X=y y=sic Loop HFC=x End Function 以下是该函数的调用过程,该程序的运行结果是 Private Sub Command1 _ Click() Dim a AS Integer Dim b As Integer a=12 b=2 x=HFC(a,B)Print x End Sub

A.0

B.6

C.2

D.80

点击查看答案
热门考试 全部 >
相关试卷 全部 >
账号:
你好,尊敬的上学吧用户
发送账号至手机
密码将被重置
获取验证码
发送
温馨提示
该问题答案仅针对搜题卡用户开放,请点击购买搜题卡。
马上购买搜题卡
我已购买搜题卡, 登录账号 继续查看答案
重置密码
确认修改
谢谢您的反馈

您认为本题答案有误,我们将认真、仔细核查,
如果您知道正确答案,欢迎您来纠错

警告:系统检测到您的账号存在安全风险

为了保护您的账号安全,请在“上学吧”公众号进行验证,点击“官网服务”-“账号验证”后输入验证码“”完成验证,验证成功后方可继续查看答案!

微信搜一搜
上学吧
点击打开微信
警告:系统检测到您的账号存在安全风险
抱歉,您的账号因涉嫌违反上学吧购买须知被冻结。您可在“上学吧”微信公众号中的“官网服务”-“账号解封申请”申请解封,或联系客服
微信搜一搜
上学吧
点击打开微信