A.10101000 11001000 10101001 10101001
B.01010000 00010110 11010101 10100110
C.01100000 00000110 11100111 10010100
D.01100100 00100101 11100100 10010111
第1题:
–– James: Hi, Harry. ____
–– Harry: Hi, James. I just bought a new camping tent. I can ’t wait to use it.
A: What’s up?
B: What’s on?
C: What’s wrong?
D: What’s right?
第2题:
A、What's your last name?
B、What's your family name?
C、What's your name?
D、What's your first name?
第3题:
打开一个二进制输出文件“test.dat”,下列语句中错误的是()。
A.ofstream fout; fout.open(“test.dat” );
B.ofstream fout; fout.open(“test.dat”, ios::binary );
C.ofstream fout(“test.dat”, ios::binary );
D.ofstream *p = new ofstream(“test.dat”, ios::binary );
第4题:
A. NLS_SORT = BINARY
B. NLS_SORT = BINARY_AI
C. NLS_SORT = BINARY_CI
D. NLS_SORT = BINARY_AI_CI
E. Binary sorts are case insensitive and accent insensitive by default.
第5题:
6. She was so angry at ________ he was doing ________she walked out.and closed the door heavily behind her.
A. what ; that
B. that ; what
C. that ; that
D. what ; what
第6题:
3、下列名称中符合Python类名规范的是()
A.BinaryNode
B.binarynode
C.binary_node
D.Binary_Node