“法律面前人人平等”的原则具体指()。
A.公民权利的平等
B.公民在立法上平等
C.公民适用法律的平等
D.公民义务的平等
参考答案:A, C, D
化学管材的管道连接一般包括( )。
A.承插式连接
B.电熔连接
C.冷聚连接
D.焊接连接
E.螺旋连接
有如下函数过程: 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