此题为判断题(对,错)。
第1题:
[A] company
[B] collection
[C] community
[D] colony
第2题:
Today,there are altogether()departments of the U.S.government.
A13
B11
C17
D15
第3题:
在基表S中查询所有姓名中有“国”的学生,在WHERE子句中应使用 通配符。
A.LIKE ’%国%’
B.LIKE ‘%国_’
C.LIKE ’_国%’
D.LIKE ‘_国_’
第4题:
A) attachments
B) auxiliaries
C) attributes
D) counterparts
第5题:
在Access中已经建立了"学生"表,若查找"学号"是"S00011"或"S00012"的记录,应在查询设计视图的"条件"行中输入()。
A.("S00011" or "S00012")
B.Like("S00011","S00012")
C."S00011" and "S00012"
D.like "S00011" and like "S00012"
第6题:
用vi打开一个文件,如何用字母”new”来代替文件中所有的字母”old”
A.:r/old/new
B.:s/old/new
C.:1,$s/old/new/g
D.:%s/old/new/g