填空題表達(dá)式:.not.(10>9.and.’a’$’abc’).or.5+4=9的值是()。

您可能感興趣的試卷

你可能感興趣的試題

1.單項(xiàng)選擇題關(guān)于重新索引,以下說(shuō)法正確的是()。

A.所有的索引均隨著表的更新自動(dòng)更新
B.索引文件建立后無(wú)需更新
C.索引文件均需用REINDEX命令重新索引
D.表更新時(shí),打開(kāi)的索引文件會(huì)自動(dòng)更新

3.單項(xiàng)選擇題在VFP中,建立student表的命令是()。

A.modify structure student
B.modify file student
C.create student
D.create table student

4.單項(xiàng)選擇題如果字符串s1="計(jì)算機(jī)",s2="應(yīng)用基礎(chǔ)",不能得到字符串"計(jì)算機(jī)基礎(chǔ)"的表達(dá)式是()。

A.s1-substr(s2,5,4)
B.s1+substr(s2,5,4)
C.s1+right(s2,3,4)
D.left(s1,6)+substr(s2,5,4)