To get my traveler's check I had to _____ a special check to the bank for the total amount.A. make forB. make outC. make offD. make up
To get my traveler's check I had to _____ a special check to the bank for the total amount.
A. make for
B. make out
C. make off
D. make up
相关考题:
下列( )语句使复选框Check1无效。A、 Check1.Value = 1B、 Check1.Value = 2C、 Check1.Style. = 1D、 Check1.Style. = 0
Whenusingaform-basedauthentication,whichactionmustbeusedintheloginform?() A.j_loginB.j_get_userC.j_login_checkD.j_get_securityE.j_security_check
publicclassSyncTest{privateintx;privateinty;publicsynchronizedvoidsetX(inti)(x=1;)publicsynchronizedvoidsetY(inti)(y=1;)publicsynchronizedvoidsetXY(int1)(setX(i);setY(i);)publicsynchronizedBooleancheck()(returnx!=y;)}Underwhichconditionswillcheck()returntruewhencalledfromadifferentclass?A.Check()canneverreturntrue.B.Check()canreturntruewhensetXYiscalledbymultiplethreads.C.Check()canreturntruewhenmultiplethreadscallsetXandsetYseparately.D.Check()canonlyreturntrueifSyncTestischangedtoallowxandytobesetseparately.
publicclassSyncTest(privateintx;privateinty;privatesynchronizedvoidsetX(inti)(x=1;)privatesynchronizedvoidsetY(inti)(y=1;)publicvoidsetXY(int1)(setX(i);setY(i);)publicsynchronizedBooleancheck()(returnx!=y;))Underwhichconditionswillcheck()returntruewhencalledfromadifferentclass?A.Check()canneverreturntrue.B.Check()canreturntruewhensetXYiscalledbymultiplethreads.C.Check()canreturntruewhenmultiplethreadscallsetXandsetYseparately.D.Check()canonlyreturntrueifSyncTestischangedtoallowxandytobesetseparately.
19、下列()语句使复选框Check1的标题显示在左边。A.Check1.Style = 0B.Check1.Alignment = 0C.Check1.Style = 1D.Check1.Alignment = 1
学号为5位字符,要求学号第1位为字母S,最后1位为小写字母,其他位置为数字,如何定义该约束?()A.CHECK (studNo LIKE '[S][0-9][0-9][0-9][a-z]' )B.CHECK (studNo LIKE '[S][0-9][0-9][0-9][0-9][a-z]' )C.CHECK (studNo LIKE '[S][0-9][0-9][0-9][A-Z]' )D.CHECK (studNo LIKE '[S][0-9][0-9][0-9][0-9][A-Z]' )
下列()语句使复选框Check1的标题显示在左边。A.Check1.Style = 0B.Check1.Alignment = 0C.Check1.Style = 1D.Check1.Alignment = 1
18、下列()语句使复选框Check1变成灰色。A.Check1.Value = 0B.Check1.Value =1C.Check1.Value = 2D.Check1.Style = 0