Tom is considered to be ______ the other students in his class. A. less intelligentB. the most intelligentC. as intelligent as

Tom is considered to be ______ the other students in his class.

A. less intelligent

B. the most intelligent

C. as intelligent as


相关考题:

If I find that they allow a reasonable profit, you will shortly receive a ______ order.(A) considerate(B) considering(C) considered(D) considerable

Tom _________ himself ________ to have got the medal. A. considered⋯luckilyB. proved⋯luckilyC. considered⋯luckyD. questioned⋯luckily

We can depend on Bob to make a () choice A. soundB. sensitiveC. noisyD. considered

48______A. introducedB. recognizedC. identifiedD. considered

Many things __________impossible in the past are common today.A.to considerB.being consideredC.consideringD.considered

针对下列程序段,需要( )个测试用例才可以满足语句覆盖的要求。switch(value){case 0:other=30;break;case 1:other=50;break;case 2:other=300;case 3:other=other/value;break;default:other=other*value;}A.2B.3C.4D.5

1、针对下列程序段,需要()个测试用例才可以满足语句覆盖的要求。 switch (value ) { case 0: other = 30; break; case 1: other = 50; break; case 2: other = 300; case 3: other = other/value; break; default: other = other * value; }A.2B.3C.4D.5

声明并创建一个学生类Student的对象s,下列语法格式正确的是()。A.Student s = Student();B.Student s;C.Student s = new Student();D.Student s = new ();

创建students对象,_______语句可以选出第二个同学的身高。 students数据如下: age height weight 1 19 170 68 2 20 165 65 3 18 175 65A.students[1,'height']B.students.loc[2,'height']C.students.iloc[1, 1]D.students['height'][3]

创建students对象,_______语句可以选出第二个同学的身高。 students数据如下: age height weight 1 19 170 68 2 20 165 65 3 18 175 65A.students.loc[2,'height']B.students.iloc[1, 1]C.students[1,'height']D.students['height'][3]