回到主页

算法小测验

1、下图程序执行的次数是( )

Section image

2、如下图如果x=-20则输出是( )

Section image

3、

Section image

4、

Section image

5、下列VB函数中,可以求出4的平方根的是( )
A. Sqr(4)
B. Len(4)
C. Log(4)
D. Abs(4)

6、填空题

Section image
Section image

答案1、49 2、20 3、B 4、B 5、A 6、2 4