更多“单选题What is the smallest integer value of x that satisfies the inequality 4-3x 11?A -3B -2C -1D 0E 1”相关问题
  • 第1题:

    若有:intx=1,n=5;则执行语句x%=(n%2)后,x的值为()。

    • A、3
    • B、2
    • C、1
    • D、0

    正确答案:D

  • 第2题:

    public class SwitchTest {  public static void main(String[] args) {  System.out.println(“value = “ + switchIt(4));  }  public static int switchIt(int x) {  int j = 1;  switch (x) {  case 1: j++; case 2: j++;  case 3: j++;  case 4: j++;  case 5: j++;  default: j++;  }  return j + x; }  }  What is the result?()  

    • A、 value = 3
    • B、 value = 4
    • C、 value = 5
    • D、 value = 6
    • E、 value = 7
    • F、 value = 8

    正确答案:F

  • 第3题:

    成型车刀有()种。

    • A、3
    • B、2
    • C、1
    • D、4

    正确答案:A

  • 第4题:

    在逻辑代数中0*0*1=()。

    • A、3
    • B、2
    • C、1
    • D、0

    正确答案:D

  • 第5题:

    当一个复选框被选中时,它的Value属性的值是()

    • A、3
    • B、2
    • C、1
    • D、0

    正确答案:C

  • 第6题:

    public class SwitchTest {   public static void main (String args) {   System.out.PrintIn(“value =” +switchIt(4));   }   public static int switchIt(int x) {   int j = 1;   switch (x) {   case 1: j++;   case 2: j++;   case 3: j++;  case 4: j++;   case 5: j++;   default:j++;   }   return j + x;   }   }   What is the output from line 3? ()

    • A、 Value = 3
    • B、 Value = 4
    • C、 Value = 5
    • D、 Value = 6
    • E、 Value = 7
    • F、 Value = 8

    正确答案:F

  • 第7题:

    单选题
    public class SwitchTest {   public static void main (String args) {   System.out.PrintIn(“value =” +switchIt(4));   }   public static int switchIt(int x) {   int j = 1;   switch (x) {   case 1: j++;   case 2: j++;   case 3: j++;  case 4: j++;   case 5: j++;   default:j++;   }   return j + x;   }   }   What is the output from line 3? ()
    A

     Value = 3

    B

     Value = 4

    C

     Value = 5

    D

     Value = 6

    E

     Value = 7

    F

     Value = 8


    正确答案: B
    解析: 暂无解析

  • 第8题:

    单选题
    If 2x-3y = 11 and 3x+15 = 0, what is the value of y?
    A

    -7

    B

    -5

    C

    1/3

    D

    3

    E

    10


    正确答案: B
    解析:
    First solve the equation that contains one variable. Since 3x+15 = 0, then 3x = -15, so x = -15/3 = -5. Substituting -5 for x in the other equation, 2x-3y = 11, gives 2(-5)-3y = 11 or -10-3y = 11. Adding 10 to both sides of the equation makes -3y = 21, so y = -21/3 = -7.

  • 第9题:

    单选题
    1. public class SwitchTest {  2. public static void main (String []args)  {  3. System.out.PrintIn(“value =” +switchIt(4));  4. }  5. public static int switchIt(int x)  {  6. int j = 1;  7. switch (x) {  8. case 1: j++;  9. case 2: j++;  10. case 3: j++;  11. case 4: j++;  12. case 5: j++;  13. default:j++;  14. }  15. return j + x;  16. }  17. }     What is the output from line 3?()
    A

     Value = 3

    B

     Value = 4

    C

     Value = 5

    D

     Value = 6

    E

     Value = 7

    F

     Value = 8


    正确答案: A
    解析: 暂无解析

  • 第10题:

    填空题
    If t is a positive integer, and 18t is the cube of an integer, then what is the least possible value of t ?____

    正确答案: 12
    解析:
    因为13=1, 23 =8, 33=27, 43 =64, 53=125这几项等不能被18整除,而第六项63=216能被18整除因为216= 18×12,所以t=12。

  • 第11题:

    单选题
    A

    1→2→3

    B

    1→3→2

    C

    3→2→1

    D

    3→1→2


    正确答案: C
    解析:

  • 第12题:

    填空题
    Let f(x) be defined as the absolute value of the difference between the smallest and largest odd factors of x greater than 1. For example, f(42)=︱3-21︱=18. What is the value of f(90)?____

    正确答案: 42
    解析:
    90最大的奇因数为45,最小的奇因子为3,所以f(90)=45-3=42。

  • 第13题:

    1. public class SwitchTest {  2. public static void main (String []args)  {  3. System.out.PrintIn(“value =” +switchIt(4));  4. }  5. public static int switchIt(int x)  {  6. int j = 1;  7. switch (x) {  8. case 1: j++;  9. case 2: j++;  10. case 3: j++;  11. case 4: j++;  12. case 5: j++;  13. default:j++;  14. }  15. return j + x;  16. }  17. }     What is the output from line 3?()  

    • A、 Value = 3
    • B、 Value = 4
    • C、 Value = 5
    • D、 Value = 6
    • E、 Value = 7
    • F、 Value = 8

    正确答案:F

  • 第14题:

    X值的取值范围为()。

    • A、-∞<+∞
    • B、0≤X2≤+∞ 
    • C、X2≤1
    • D、-∞≤X2≤0 
    • E、X2≥1

    正确答案:B

  • 第15题:

    种子萌发需要()个条件。

    • A、3
    • B、2
    • C、1
    • D、5

    正确答案:A

  • 第16题:

    在逻辑代数中1+1+1=()。

    • A、3
    • B、2
    • C、1
    • D、0

    正确答案:C

  • 第17题:

    1. public class Boxer1 {  2. Integer i;  3. int x;  4. public Boxer1(int y) {  5. x=i+y;  6. System.out.println(x);  7. }  8. public static void main(String[] args) {  9. new Boxer1(new Integer(4));  10. }  11. }  What is the result?() 

    • A、 The value “4” is printed at the command line.
    • B、 Compilation fails because of an error in line 5.
    • C、 Compilation fails because of an error in line 9.
    • D、 A NullPointerException occurs at runtime.
    • E、 A NumberFormatException occurs at runtime.
    • F、 An IllegalStateException occurs at runtime.

    正确答案:D

  • 第18题:

    问答题
    If 4 percent of (p + q) is 8 and p is a positive integer, what is the greatest possible value of q ?

    正确答案: 199
    解析:
    这是一道数学题,(p + q)的4%是8,因此p+q=200,设p=1,1是最小的正整数,则可知q的最大值是199。

  • 第19题:

    填空题
    The members of set O are the integer solutions of the inequality 3x-4 ≤11, and the members of set P are the integer solutions of the inequality-4x+5<-7. What is one member of the intersection of O and P ?____

    正确答案: 4 or 5
    解析:
    因为3x-4≤11,x≤5。-4x+5<-7,x>3。满足着两个式子的x的可能的值为3 < x≤5,所以O和P的交叉点为4和5。

  • 第20题:

    单选题
    If x is an integer and y=7x+11, what is the greatest value of x for which Y is less than 50?
    A

    7

    B

    6

    C

    5

    D

    4

    E

    3


    正确答案: A
    解析:
    解答这道题的快速方法是把选项中的数值依次代入方程式,计算y的数值,直到满足条件y<50为止,即可得出答案。

  • 第21题:

    单选题
    1. public class Boxer1 {  2. Integer i;  3. int x;  4. public Boxer1(int y) {  5. x=i+y;  6. System.out.println(x);  7. }  8. public static void main(String[] args) {  9. new Boxer1(new Integer(4));  10. }  11. }  What is the result?()
    A

     The value “4” is printed at the command line.

    B

     Compilation fails because of an error in line 5.

    C

     Compilation fails because of an error in line 9.

    D

     A NullPointerException occurs at runtime.

    E

     A NumberFormatException occurs at runtime.

    F

     An IllegalStateException occurs at runtime.


    正确答案: E
    解析: 暂无解析

  • 第22题:

    单选题
    A

    3

    B

    2

    C

    1

    D

    0


    正确答案: C
    解析:

  • 第23题:

    单选题
    If 3x+y = c and x+y = b, what is the value of x in terms of c and b?
    A

    (c-b)/3

    B

    (c-b)/2

    C

    (b -c)/3

    D

    (b-c)/2

    E

    (c-b)/4


    正确答案: A
    解析:
    Eliminate y by subtracting corresponding sides of the given equations: 3x+y=c, x+y=b. Therefore 2x+0=c-b, so x= (c-b)/2