A、SELECT(S)
B、TYPE(T)
C、BEGIN(B)
D、COMBINE(C)
E、EXPAND(E)
第1题:
语句(43)用于在HTML表单中添加默认选中的复选框。
A.<input type=radio name=s checked>
B.<input type=radio name=s enabled>
C.<input type=checkbox name=s checked>
D.<input type=checkbox name=s enabled>
第2题:
医院药学人员常用的文献检索系统中,检索医药文献最常用的是
A.Entrez
B.STN系统
C.PubMed
D.Dialog系统
E.FirstSearch系统
第3题:
在网页中创建一个如图4-5所示的表单控件,其相应的HTML代码是(41)。
A.<select size="1" name="T1"></select>
B.<textarea rows="2" name="T1" cols="20"></textarea>
C.<input type="radio" value="T1" checked name="R1">
D.<input type="text" name="T1" size="20">
第4题:
如下表student中,如何筛选type为包含数学或语文的记录?() ID type score: A01数学78; A02语文76; A03英语90; A04数学68; A05英语84。
第5题:
下列的HTML中哪个可以产生下拉列表?()
第6题:
which one of the following statements would lee include in an agent to limit the documents processed by the agent to those for which the value of the type field is "action"? ()
第7题:
世界上第一大联机检索系统是()。
第8题:
国际著名的联机检索系统Dialog现在可通过因特网进行付费检索。()
第9题:
现有书目表book,包含字段:价格price(float),类别type(char);现在查询各个类别的平均价格、类别名称,以下语句正确的是()。
第10题:
Given the following function: CREATE FUNCTION emplist ( ) RETURNS TABLE ( id CHAR(6) , firstname VARCHAR(12) , lastname VARCHAR(15) ) LANGUAGE SQL BEGIN ATOMIC RETURN SELECT EMPNO, FIRSTNME, LASTNAME FROM EMPLOYEE WHERE WORKDEPT IN ('A00', 'B00'); END How can this function be used in an SQL statement?
第11题:
INTERNET
TCP/IP协议
国际联机检索系统
大型索引系统
第12题:
They don't realize that choosing a leader is more serious than that, selecting the one whose personality they like the most.
Selecting the one that has the personality they like most, they don't realize that it’s more serious than that.
Not realizing how serious a task it is to choose a leader, they simply select the candidate whose personality they like most.
Because of not realizing how serious it is choosing a leader, they simply select the candidate whose personality they like most.
Because they simply select the candidate with the personality they like the most, they don't realize that choosing a leader is more serious than that.
第13题:
在网页中创建一个如下图所示的表单控件的HTML代码是______ 。
A.<input type=“text”name=“T1” size=“20”>
B.<textarea rows=“1”name=“T1” cols=“20”></textarea>
C.<input type=“radio”value=“T1”checked name=“R1”
D.<select size=“1”name=“T1”></sclect>
第14题:
设有关系R(A,B,C)和S(C,D)。与关系代数表达式πA,B,D(σR.C=S.C(R×S)等价的SQL语句是
A.SELECT*FROM R,S WHERE R.C=S.C
B.SELECT A,B,D FROM R,S WHERE R.C=S.C
C.SELE4T 1,2,8 FROM R,S WHERE R=S
D.SELECT A,B FROM R WHERE(SELECT D FROM S WHERE R.C=S.
第15题:
在网页中创建一个如下图所示的表单控件的HTML代码是______。
A.<input type="text"name="T1"size="20">
B.<textarea rows="1"name="T1"cols="20"></textarea>
C.<inputtype="radio"value="T1"checkedname="R1">
D.<select size="1"name="T1"></select>
第16题:
分析下面的PASCAL程序,给出正确的运行结果() PROGRAM mx(input,output); VAR R,s,t:integer; PROCEDURE change(a,b:integer); VAR T:integer; BEGIN A:=3*a; B:=2*b; T:=a+b; End; BEGIN R:=2;s:=4;t:=6; Change(r,s); Writeln(‘r=’,r,’s=’,s,’t=’,t)End.
第17题:
增加列表框的HTML代码是()
第18题:
世界上最大的联机信息检索系统是()。
第19题:
网管升级的过程中我们使用的清库命令为()。
第20题:
下面SQL语句都使用了聚合函数,其中选项()存在错误。
第21题:
DIALOG属于()。
第22题:
r=2 s=4 t=6
r=2 s=4 t=14
r=6 s=8 t=6
r=6 s=8 t=14
第23题:
1
2
3
4