單項(xiàng)選擇題一個(gè)算法必須在有限的時(shí)間和空間內(nèi)完成,這屬于算法的()特征。

A.確定性
B.輸入輸出
C.可行性
D.有窮性


您可能感興趣的試卷

你可能感興趣的試題

1.單項(xiàng)選擇題

以下程序運(yùn)行后,輸入"74"顯示的結(jié)果是()

A.請(qǐng)繼續(xù)努力
B.你很棒!
C.你太棒了!
D.請(qǐng)輸入正確的數(shù)據(jù)--

2.單項(xiàng)選擇題15歲以下的男生和13歲以下的女生的判斷條件是()

A.nl<15orxb=="男")or(nl<13andxb=="女")
B.nl<15orxb!="女")and(nl<13andxb=="女")
C.nl<15andxb=="男")or(nl<13andxb=="女")
D.nl>=15andxb=="男")and(nl<13orxb=="女")

3.單項(xiàng)選擇題布爾值是真的()

A.2>3 and 2>1
B.123"="321"
C.22*11!=11*22
D.2>3 or 3>2 and 4>1

4.單項(xiàng)選擇題

以下程序運(yùn)行后,輸入"藍(lán)"顯示的結(jié)果是()

A.red
B.blue
C.green
D.請(qǐng)完善程序,我還不知道??!

5.單項(xiàng)選擇題15歲以下的男生的判斷條件是()

A.nl<15 or xb=="男"
B.nl<15 or xb!="女"
C.nl<15 and xb=="男"
D.nl>=15 and xb=="男"