【单选题】【消耗次数:1】
A ( ) is a second-year student in college, which means “student with more wisdom”.
freshman
sophomore
junior
senior
参考答案:
复制
纠错
➡️如需代学继续教育,联系微信:yizhituziang

相关题目
【单选题】 Every year, one student in our high school wins a scholarship that ____one year of college.
①  improves
②  subsidizes
③  obliges
④  inflicts
【单选题】 For college students, to take part in student union and other clubs and societies will exert a ( ) influence on their personality and life.
①  profound
②  found
③  profoundly
④  profoundity
【多选题】 以下说法正确的是(  )。#include stdio.hint main(){struct student // 声明结构体类型struct student {int num;char name[20];float score;}student1;
①  student是变量名
②  student是类型名
③  student1是变量名
④  student1类型名
【单选题】 As a ( ) student, he enjoys many conveniences and resources which are only wild wishes for other average ones.
①  tip
②  tap
③  top
④  pat
【判断题】 SELECT * FROM Student INNER JOINSC ON Student.Sno = SC.Sno语句可将Student与 SC连接起来。
①  正确
②  错误
【单选题】 No more having to buy expensive textbooks which you will only use for a year or two and then sell or _______ away.
①  get
②  give
③  take
④  gain
【单选题】 Computer classes must be __________ to every student of all grades, which will make them have a good command of the modern communication and learning tool.
①  accessible
②  avoidable
③  valuable
④  acceptable
【单选题】 类 Teacher 和 Student 是类 Person 的子类; Teacher t; Student s; // t and s are all non-null. if (t instanceof Person ){ s=(Student)t; } 最后一条语句的结果是:( )
①  将构造一个Student 对象;
②  表达式是合法的;
③  表达式是错误的;
④  编译时正确, 但运行时错误。
【单选题】 The student paused for a while, and then ( ) with his presentation.
①  launched
②  proceeded
③  retained
④  maximized
【判断题】 A: Who is the boy? B: He is a student.
①  正确
②  错误
随机题目
【多选题】 设 G*是具有 k(k 3 2)个连通分支的平面图 G 的对偶图, n*, m*, r* 和 n, m, r 分别为 G*和 G 的顶点数, 边数, 面数, 则下面哪个式子正确:
①  n* = r;
②  m* = m;
③  r* = n - k + 1;
④  r* = n 。
【多选题】 关于 n阶完全图Kn,下列哪些不是平面图:
①  K4;
②  K5;
③  K6;
④  K7。
【多选题】 设平面图 G 的对偶图 G*是欧拉图, 则下面哪个论断不一定是正确的:
①  G 的所有顶点度都是偶数;
②  G 中每个面的次数均为奇数;
③  G 的所有顶点度都是奇数;
④  G 中每个面的次数均为偶数 。
【多选题】 判断下面哪些完全二部图不是欧拉图:
①  K2,3;
②  K3,3;
③  K3,4;
④  K4,4。
【单选题】 对于4阶完全图 K4,下面哪个说法是正确的:
①  既不是欧拉图也不是哈密顿图;
②  是欧拉图非哈密顿图;
③  是哈密顿图非欧拉图;
④  既是欧拉图又是哈密顿图。
【单选题】 格中两个元素a与b,若a ≤ b,下面哪个性质不满足:
①  a * b = a;
②  a ? b = b;
③  a * (a ? b) = a;
④  a ? ( a * b) = b。
【单选题】 关于正整数k的所有整数倍集合{ki|i∈Z}上的普通的加法运算,下面说法不正确的是:
①  可交换;
②  可结合;
③  都有逆元;
④  有零元。
【单选题】 关于整数集合上的普通的减法运算,下面说法不正确的是:
①  没有交换律;
②  没有结合律;
③  没有单位元;
④  运算不封闭。
【单选题】 设S = {0, 1, -1}, 运算为普通加法和乘法,则可以构成:
①  不是代数系统;
②  环不是域;
③  格不是布尔代数;
④  布尔代数。
【单选题】 求完全二部图K3,3的点覆盖数a0 =
①  1;
②  2;
③  3;
④  4。