單項(xiàng)選擇題下列合法的變量名是()

A.na+e  
B.e-3r  
C.r_3  
D.5we


您可能感興趣的試卷

你可能感興趣的試題

1.單項(xiàng)選擇題表達(dá)式30+19div2的值是()

A.37
B.49
C.39
D.40

2.單項(xiàng)選擇題w要改變一個(gè)對(duì)象的高度,應(yīng)使用屬性()

A.Font
B.ForcColor
C.Name
D.Height

3.單項(xiàng)選擇題工具欄上的一個(gè)SpeedButton按鈕如果要設(shè)置為狀態(tài)按鈕,則正確設(shè)置的方法是() 

A.將SpeedButton按鈕的GroupIndex屬性設(shè)置為0,且AllowAllUp屬性設(shè)置為T(mén)rue。
B.將SpeedButton按鈕的GroupIndex屬性設(shè)置為0,且AllowAllUp屬性設(shè)置為False。
C.將SpeedButton按鈕的GroupIndex屬性設(shè)置為非0值,且AllowAllUp屬性設(shè)置為T(mén)rue。
D.將SpeedButton按鈕的GroupIndex屬性設(shè)置為非0值,且AllowAllUp屬性設(shè)置為False。

5.單項(xiàng)選擇題“x 是小于100的非負(fù)數(shù)”的Object Pascal表達(dá)式是()

A.0 ≤ x  < 100
B. x >= 0,x<100
C.(x >=0) AND (x < 100)
D. (x >= 0 ) OR (x<100)