网友您好, 请在下方输入框内输入要搜索的题目:
题目内容
(请给出正确答案)
2.函数 可在当前会话中执行一个脚本。 A. demo(test) B. rm(test) C. example("test") D. source("test")
参考答案和解析
A
更多 “2.函数 可在当前会话中执行一个脚本。 A. demo(test) B. rm(test) C. example("test") D. source("test")” 相关考题
考题
● 以下 HTML 代码中,创建指向邮箱地址的链接正确的是 (42)(42)A. a href="email:test@test.com"test@test.com/aB. a href="emailto:test@test.com"test@test.com/aC. a href="mail:test@test.com"test@test.com/aD. a href="mailto:test@test.com"test@test.com/a
考题
已知函数tEst定义为:voiDtEst() { ………… }则函数定义中voiD的含义是()A、执行函数tEst后,函数没有返回值B、执行函数tEst后,函数不再返回C、执行函数tEst后,函数返回任意类型值D、以上三个答案都是错误的
考题
在网页上要链接到一个E-mail地址,正确的HTML代码是(62)。A.给我
在网页上要链接到一个E-mail地址,正确的HTML代码是(62)。A.<A href="mailto:test@test.com">给我来信</A>B.<A href="tomail:test@test.com">给我来信</A>C.<A mailto="test@test.com">给我来信</A>D.<A tomail="test@test.com">给我来信</A>
考题
考虑函数原型void test(int a,int b=7,char z=‘*’),下面的函数调用中,属于不合法调用的是( )。A.test(5);B.test(5,8);C.test(6,’#’);D.test(0,0,’x’);
考题
考虑函数原型void test(int a,int b=7,char="*"),下面的函数调用中,属于不合法调用的是()A: test(5)B: test(5,8)C: test(6,"#")D: test(0,0,"*")
考题
Giventhatwww.example.com/SCWCDtestAppisavalidlydeployedJavaEEwebapplicationandthatalloftheJSPfilesspecifiedintherequestsbelowexistinthelocationsspecified.Whichtworequests,issuedfromabrowser,willreturnanHTTP404error?()A.http://www.example.com/SCWCDtestApp/test.jspB.http://www.example.com/SCWCDtestApp/WEB-INF/test.jspC.http://www.example.com/SCWCDtestApp/WEB-WAR/test.jspD.http://www.example.com/SCWCDtestApp/Customer/test.jspE.http://www.example.com/SCWCDtestApp/META-INF/test.jspF.http://www.example.com/SCWCDtestApp/Customer/Update/test.jsp
考题
在C#程序中,显示一个信息为"test", 标题为"Hello"的消息框,正确的语句是()。A. MessageBox("test","hello");B. MessageBox.Show("test","hello");C. MessageBox("hello","test");D. MessageBox.Show("hello","test");
考题
● 以下 HTML代码中,创建指向邮箱地址的链接正确的是(69)。(69)A . a href="email:test@test.com"test@test.com/aB. a href="emailto:test@test.com"test@test.com/aC. a href="mail:test@test.com"test@test.com/aD. a href="test@test.commailto:test@test.com"test@test.com/a
考题
在页面中创建标签可以方便超链接在本页面中跳转,假设标签名为“test”,正确的超链接语句是______。A.<a href="test"></a>B.<a href="#test"></a>C.<a name="test"></a>D.<a name="#test"></a>
考题
考虑函数原型voidtest(inta,intb=7,charz=*),下面的函数调用中,属于不合法调用的是( )。A.test(5);B.test(5,8);C.test(6,#);D.test(0,0,*);
考题
以下HTML代码中,创建指向邮箱地址的链接正确的是______。A.test@t
以下HTML代码中,创建指向邮箱地址的链接正确的是______。A.<a href="email:test@test.com">test@test.com</a>B.<a href="emailto:test@test.com"test@test.com</a>C.<a href="mail:test@test.com"test@test.com</a>D.<a href="mailto:test@test.com">test@test.com</a>
考题
如下的代码段中,如果方法unsafe()正常运行,那么结果是( )。 public void example() { try { unsafe(); System.out.println("Testl"); }catch(SafeException e) { System.out.println("Test 2"); }finally{ System.out.println("Test 3'); } System.out.println("Test 4"); }A.Test 3 Test 4B.Test1 Test3 Test4C.Test1 Test3D.Test1 Test4
考题
以下程序运行后,屏幕显示File open error!,则可能的原因是()。
A.当前工作目录下有test.txt文件,但test.txt文件太大B.test.txt文件不能关闭C.当前工作目录下没有test.txt文件D.当前工作目录下有test.txt文件,但test.txt文件太小
考题
以下HTML代码中,创建指向邮箱地址的链接正确的是(69)。A.a href="email:test@test.corn"test@test.com/aB.a href="emaiho:test@test.com"test@test.com/aC.a href="mail:test@test.com"test@test.com/aD.a href="mailto:test@test.com"test@test.com/a
考题
下列程序的输出结果是 class Demo { void test( ) { Systeme.out.pnnt("NO");} void test(int i) { System.out.print(a);} void test(int a,int b) { System.out.print(a+b);} } class Test { public static void main(String args[ ] ) { Demo de=new Demo( ); de.test( ); de.test(5); de.test(6,8); } }A.No 5 6 8B.5 6 8 NoC.No 5 14D.8 6 No 5
考题
有如下程序: #inCludeiostream using namespaCe std; Class test{ private: int a; publiC: test( ){Cout”ConstruCtor”endl;} test(int A.{Coutaendl;} test(Const test_test){ a=test.a: Cout”Copy ConstruCtor”endl: } test( ){Cout”destruCtor”endl;} }; int main( ){ test A(3); return 0; } 执行这个程序的输出结果是( )。A.3B.ConstruCtor destruCtorC.Copy ConstruCtor destruCtorD.3 destruCtor
考题
下列程序的输出结果是 ( ) class Derao { void test() { Systeme.out.print("NO");} void test (int i) {System.out.print(a);} void test(int a,int b) {System.out.print(a+b);} } class Test { public static void main(String args[]) { Demo de=new Demo(); de.test(); de.test5.; de.test(6,8); } }A.No568B.568NoC.No514D.86No5
考题
在页面中创建标签可以方便超链接在本页面中跳转,假设标签名为“test”,正确的超链接语句是( )。A. <a href="test"></a>
B. <a href="#test"></a>
C. <a Tlame="test"></a>
D. <a name="#est"></a>
考题
以下HTML代码中,创建指向邮箱地址的链接正确的是()
A. test@test.com
B. test@test.comC. test@test.com
D. test@test.com
考题
以下HTML代码中,创建指向邮箱地址的链接正确的是( )。A.test@test.com
B.test@test.com
C.test@test.com
D.test@test.com
考题
以下HTML代码中,创建指向邮箱地址的链接正确的是()。A、<A href="email:test@test.com">test@test.com</a>B、<A href="emailto:test@test.com">test@test.com</a>C、<a href="email:test@test.com">test@test.com</a>D、<a href="emailto:test@test.com">test@test.com</a>
考题
考虑函数原型voidtest(inta,intb=7,charz=’*’),下面的函数调用中,属于不合法调用的是()A、test(5);B、test(5,8);C、test(6,’#’);D、test(0,0,’*’);
考题
11. String test = “Test A. Test B. Test C.”; 12. // insert code here 13. String[] result = test.split(regex); Which regular expression inserted at line 12 will correctly split test into “Test A,” “Test B,” and “Test C”?()A、 String regex = “”;B、 String regex = “ “;C、 String regex = “.*“.D、 String regex = “//s”E、 String regex = “//.//s*”;F、 String regex = “//w[ /.] +“;
考题
单选题Given: 11.String test = "Test A. Test B. Test C."; 12.// insert code here 13.String[] result = test.split(regex); Which regular expression, inserted at line 12,correctly splits test into "Test A","Test B",and "Test C"?()A
String regex = ;B
String regex = ;C
String regex = .*;D
String regex = //s;E
String regex = //.//s*;
考题
多选题在linux系统中,当前路径为/tmp/test,将/tmp/test/oldfile更改为/tmp/test/newfile,以下命令正确的是()。Amv /tmp/test/oldfile newfileBmv /tmp/test/oldfile /tmp/test/newfileCmv oldfile newfileDmv oldfile /tmp/test/newfileEmv oldfile /tmp/test/
考题
单选题在linux系统中,当前路径为/tmp/test,将/tmp/test/oldfile更改为/tmp/test/newfile,以下命令错误的是()。A
mv /tmp/test/oldfile newfileB
mv /tmp/test/oldfile /tmp/test/newfileC
mv oldfile /tmp/test/D
mv oldfile newfile
考题
单选题在linux系统中,在当前目录下,将文件/test.gz解压缩成/test,正确的命令是()。A
tar -czf test.gzB
tar -xvzf test.gzC
tar -uczf test.gzD
tar -czf test.gz
热门标签
最新试卷