Hello, everyone. I'd like to()to you our new secretary, Melinda Smith.
A. meet
B. introduce
C. welcome
第1题:
______school is much larger than ______.
A.Our;your
B.Our;yours
C.Ours;yours
D.We;you
第2题:
有下列程序段: #include <iostream> using namespace std; int main() { char b[] = "Hello,you"; b[5] = 0; cout<<b<<end1; return 0; } 执行此程序后,得到的输出结果是( )。
A.Hello,you
B.Hello0you
C.Hello
D.0
第3题:
英文科技论文写作中应该尽量少用或不用I, we, our, 和you等第一、第二人称代词。
第4题:
下列程序的功能是创建一个显示5个“Hello!”的线程并启动运行,试将程序补充完整。
public class ThreadTest extends Thread{
public static void main(String args[ ]){
ThreadTest t=new______;
t.start( );}
public void run( ){int i=0;
while(true){System.out.println("Hello!");
if(i++==4)break;
}
}
第5题:
4、下列标识符,有()个是合法有效的Python变量名。 (1)python (2) scut (3) i_like_python (4) import (5)python is good (6) _Hello (7) a#b
A.4
B.5
C.6
D.7
第6题:
2、下列标识符,有()个是合法有效的Python变量名。 (1)python (2) scut (3) i_like_python (4) import (5)python is good (6) _Hello (7) a#b
A.4
B.5
C.6
D.7