网友您好, 请在下方输入框内输入要搜索的题目:

题目内容 (请给出正确答案)

1.SET TALK OFF CLEAR USE 学生 ACCEPT “请输入学生号:“TO XH LOCATE FOR 学号=XH IF ! FOR( ) REPLACE ALL 奖学金 WITH 奖学金+10 ?学号,姓名,奖学金 ELSE ?”没有找到!” ENDIF USE SET TALK ON 以上程序的功能()

  • A、将学生表中指定学生的奖学金都替换成10,并显示该学生的学号,姓名,奖学金
  • B、将学生表中指定学生的奖学金加10,并显示该学生的学号,姓名,奖学金
  • C、将学生表中所有学生的奖学金都替换成10,并显示该学生的学号,姓名,奖学金
  • D、将学生表中指定学生的奖学金加10%,并显示该学生的学号,姓名,奖学金

参考答案

更多 “ 1.SET TALK OFF CLEAR USE 学生 ACCEPT “请输入学生号:“TO XH LOCATE FOR 学号=XH IF ! FOR( ) REPLACE ALL 奖学金 WITH 奖学金+10 ?学号,姓名,奖学金 ELSE ?”没有找到!” ENDIF USE SET TALK ON 以上程序的功能()A、将学生表中指定学生的奖学金都替换成10,并显示该学生的学号,姓名,奖学金B、将学生表中指定学生的奖学金加10,并显示该学生的学号,姓名,奖学金C、将学生表中所有学生的奖学金都替换成10,并显示该学生的学号,姓名,奖学金D、将学生表中指定学生的奖学金加10%,并显示该学生的学号,姓名,奖学金” 相关考题
考题 I am reluctant to use the strategy __________it serves a very clear purpose.A. whenB. unlessB. as long asD. as soon as

考题 A good writing _____ clear organization and choice of words.A calls onB calls forC calls upD calls off

考题 ( ) with the talk show, I dozed off. A、BoringB、BoredC、Having boredD、Having been bored

考题 设有如下程序文件: SET TALK OFF CLEAR DIMENSION a(2,3) i=1 DO WHILE i<=2 j=1 DO WHILE j<=3 a(i,)=i+j ??a(i,j) j=j+1 ENDDO ? i=i+1 ENDDO SET TALK ON RETURN 执行此程序,程序的运行结果为A.2 3 4 3 4 5B.1 2 3 3 4 5C.1 2 3 2 4 6D.2 3 4 4 5 6

考题 数据库文件$TU.DBF,” 姓名“字段均为学生全名,执行下列命令序列中最后一条?命令显示( )。 USE STU INDEX ON姓名TO STUI SET TALK OFF FIND李 DISPLAY姓名,性别 RECORD# 姓名,性别 1 李涛 男 SET EXACT ON FIND李 ?EOF()A..F.B..T.C.0D.1

考题 执行如下程序,最后S的显示值为 SET TALK OFF S=0 i=5 X=11 DO WHILE S<=x S=S +i I = I +l ENDDO ?s SET TALK ONA.5B.11C.18D.26

考题 执行如下程序,最后S的显示值为( )。 SET TALK OFF s=0 i=2 x=10 DO WHILE s一一X S=S+i i=i十l ENDDO ?S SET TALK ONA.12B.14C.16D.18

考题 CLEAR USE 选课 DO WHILE!EOF() IF成绩<90 SKIP LOOP ENDIF DISPLAY SKIP ENDDO USE 该程序执行的功能是( )。A.显示所有成绩大于90分学生的记录B.显示所有成绩小于90分的学生的记录C.显示所有成绩大于或者等于90分学生的记录D.显示所有成绩小于或者等于90分的学生的记录

考题 执行下列程序: CLEAR SET TALK OFF STORE 1 TO i,a,b DO WHILE i<=3 DO PROG1 ??"P("+STR(i,1)+")="+STR(a,2)+"," i=i+1 ENDDO ??"b="+STR(b,2) RETURN PROCEDURE PROGl a=a*2 b=b+a SET TALK ON RETURN 程序的运行结果为A.P(1)=2,P(2)=3,P(3)=4,b=15B.P(1)=2,P(2)=4,P(3)=6,b=8C.P(1)=2,P(2)=4,P(3)=6,b=18D.P(1)=2,P(2)=4,P(3)=8,b=15

考题 执行下列程序,最后S的显示值为( )。 SET TALK OFF s=0 i=2 x=10 DO WHILE s<=x s=s+i i=i+1 ENDDO ?s SET TALK ONA.12B.14C.16D.18

考题 This notice will ______ you of the problem.A.use to remindB.use to tellC.serve to remindD.be served to talk

考题 A well-written composition __________ good choice of words and clear organization among other things.A.calls for B.calls on C.calls up D.calls off

考题 连接SCS短路插头时,必须将点火开关转到什么位置?() A、OFF(关闭)B、ACC(附件)C、ON(II)(接通)D、ST(起动)

考题 要清除Visual FoxPro的主窗口编辑区,应执行哪一个命令( ).A、SET TALK OFFB、SET TALK ONC、CLOSED、CLEAR

考题 “学生.DBF”已存在,现要在第二工作区打开,则下列语句序列中,哪一项是错误()A、SELECT B USE 学生B、SELECT 2 USE 学生.DBFC、SELECT A USE 学生D、USE 学生 IN B

考题 禁止在Visual FoxPro窗口中显示程序运行结果的命令为()。A、SET ESCAPE OFFB、SET TALK OFFC、SET EXTACT OFFD、SET CONSOLE OFF

考题 要关闭交互模式,应执行哪一个命令().A、SET TALK ONB、SKIPC、CLEARD、SET TALK OFF

考题 要打开交互模式,应执行哪一个命令().A、SET ESCAPE OFFB、CLEARC、SET TALK OND、SET TALK OFF

考题 An RPC/encoded Web service experiences poor performance at high message volumes. What can a developer do to improve this performance?()A、 Turn off marshallingB、 Use binary encodingC、 Use RPC/literal encodingD、 Use document/literal encodingE、 Redesign to use more granular messaging

考题 You are the administrator of a Windows 2000 network. You purchase 25 new portable computers that have a preinstalled version of Windows 98. You upgrade the 25 new computers to Windows 2000 Professional. You want to remove the Logoff option from the start menu on the 25 new computers. Which two methods can you use to accomplish this goal?()A、 On the advanced tab of the task bar and start menu dialog box, clear the Display log off  option.B、 On the advanced tab of the task bar and start menu dialog box, clear the administrative tools  option. C、On the general tab of the task bar and start menu dialog box, clear the personalized menus  option. Log off and then log on to the computers.D、 Use a local computer policy that will not include the logoff option on the start menu.E、 Use the user profiles tab within the properties of my computer to change the profile from the  local profile to a roaming user profile. 

考题 单选题What is the MOST important thing you should do before transmitting on a marine radio? ()A Ask for permissionB Record the time in your radio logC Press the push to talk button three timesD Monitor the channel to insure that it is clear

考题 单选题Which one is the ‘clear grounds’ for a more detailed inspection?()A paint peeling off the uptakeB no operation procedures for the oil separatorsC one of ship’s certificates required is invalidD damaged sanitary pump

考题 多选题You are the administrator of a Windows 2000 network. You purchase 25 new portable computers that have a preinstalled version of Windows 98. You upgrade the 25 new computers to Windows 2000 Professional. You want to remove the Logoff option from the start menu on the 25 new computers. Which two methods can you use to accomplish this goal?()AOn the advanced tab of the task bar and start menu dialog box, clear the Display log off  option.BOn the advanced tab of the task bar and start menu dialog box, clear the administrative tools  option.COn the general tab of the task bar and start menu dialog box, clear the personalized menus  option. Log off and then log on to the computers.DUse a local computer policy that will not include the logoff option on the start menu.EUse the user profiles tab within the properties of my computer to change the profile from the  local profile to a roaming user profile.

考题 单选题The mission of ACC is to______.A conduct online surveysB lower the production costs of the pennyC raise money for charitiesD keep the penny in use

考题 单选题Companycom purchased a new p5 570 without a HMC. The customer does not know how to power the full frame/system off since there does not appear to be an on/off button. What can be done to accomplish this task?()A Telnet into the machine and do a shutdown -FrB Log into ASMI as Administrator and use ASMI menusC Log into the service processor using WebSM and use ASMI menusD Use the off button which is located to the left below the LEDs

考题 单选题A well-written composition()good choice of words and clear organization among other things.A calls onB calls forC calls upD calls off

考题 单选题()is not a step for anchoring preparation.A To take off the covers from the hawse pipes and clear the spurling pipesB To make sure that the windlass is out of gear and the brakes are onC To turn the windlass over slowlyD To inform the engine room to ensure that deck power and water are off