DTR100参数“AF Line OUT Pri”设定为-10.0dBm,表示()。A、音频负载可得到-10.0dBm电平B、音频负载为平衡600欧时可得到-10.0dBm电平C、音频负载为不平衡600欧时可得到-10.0dBm电平D、音频负载可得到的电平≥-10.0dBm

题目

DTR100参数“AF Line OUT Pri”设定为-10.0dBm,表示()。

  • A、音频负载可得到-10.0dBm电平
  • B、音频负载为平衡600欧时可得到-10.0dBm电平
  • C、音频负载为不平衡600欧时可得到-10.0dBm电平
  • D、音频负载可得到的电平≥-10.0dBm

相似考题
更多“DTR100参数“AF Line OUT Pri”设定为-10.”相关问题
  • 第1题:

    当你编译运行下列程序代码,会得到什么结果?

    private class Base{ Base(){ int i = 100; System.out.println(i); } }

    public class Pri extends Base{ staticint i = 200;

    public static void main(String argv[]){ Pri p = new Pri(); System.out.println(i); } }

    A.这段代码不能通过编译

    B.输出200

    C.输出100和200

    D.输出100


    正确答案:A

  • 第2题:

    遥控台主/备DTR100ALB-S卡之间的“SWD”口用信号线相连,其作用是()。

    • A、将主AF线引入备机
    • B、将备AF线引入主机
    • C、支持双AF线、双DTR100配置
    • D、A+B+C

    正确答案:D

  • 第3题:

    Given the following code fragment:      1) String str = null;  2) if ((str != null) && (str.length() > 10)) {     3) System.out.println("more than 10");     4) }  5) else if ((str != null) & (str.length() < 5)) {     6) System.out.println("less than 5");     7) }  8) else { System.out.println("end"); }   Which line will cause error?()    

    • A、 line 1
    • B、 line 2
    • C、 line 5
    • D、 line 8

    正确答案:C

  • 第4题:

    1. class Bar { }  1. class Test {  2. Bar doBar() {  3. Bar b = new Bar();  4. return b;  5. }  6. public static void main (String args[]) {  7. Test t = new Test();  8. Bar newBar = t.doBar();  9. System.out.println(“newBar”);  10. newBar = new Bar();  11. System.out.println(“finishing”);  12. }  13. } At what point is the Bar object, created on line 3, eligible for garbage collection?()  

    • A、 After line 8.
    • B、 After line 10.
    • C、 After line 4, when doBar() completes.
    • D、 After line 11, when main() completes.

    正确答案:B

  • 第5题:

    DTR100参数“AF Line In Pri”设置为-10dBm。若输入音频电平小于245mV,可能会出现发射机调制度不足。


    正确答案:正确

  • 第6题:

    DTR100BB组件“ACTIVE”指示灯熄灭就表明该DTR100()。

    • A、正接收射频信号
    • B、收到PTT指令
    • C、与AF线断开连接
    • D、与AF线建立连接

    正确答案:C

  • 第7题:

    DTR100的BB模块LED指示为黄色表示():

    • A、已链接AFLINE
    • B、未链接AFLINE
    • C、DTR100处于OFF-LINE状态
    • D、DTR100处于ON-LINE状态

    正确答案:C

  • 第8题:

    通过LMT将参数“TX Timeout”设置为“0”,则()

    • A、DTR100不能连续发射信号
    • B、DTR100可以连续发射信号
    • C、DTR100不能发射信号

    正确答案:B

  • 第9题:

    单选题
    1. public class A {  2.  3. private int counter = 0;  4.  5. public static int getInstanceCount() {  6. return counter;  7. }  8.  9. public A() {  10. counter++;  11. }  12.  13. }  Given this code from Class B:  25.A a1 =new A();  26. A a2 =new A();  27. A a3 =new A();  28. System.out.printIn(A.getInstanceCount() ); What is the result?()
    A

     Compilation of class A fails.

    B

     Line 28 prints the value 3 to System.out.

    C

     Line 28 prints the value 1 to System.out.

    D

     A runtime error occurs when line 25 executes.

    E

     Compilation fails because of an error on line 28.


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

  • 第10题:

    单选题
    Click the Exhibit button. What is the result?()
    A

    Compilation of class A fails.

    B

    Line 28 prints the value 3 to System.out.

    C

    Line 28 prints the value 1 to System.out.

    D

    A runtime error occurs when line 25 executes.

    E

    Compilation fails because of an error on line 28.


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

  • 第11题:

    单选题
    1. class Bar { }  1. class Test {  2. Bar doBar() {  3. Bar b = new Bar();  4. return b;  5. }  6. public static void main (String args[]) {  7. Test t = new Test();  8. Bar newBar = t.doBar();  9. System.out.println(“newBar”);  10. newBar = new Bar();  11. System.out.println(“finishing”);  12. }  13. } At what point is the Bar object, created on line 3, eligible for garbage collection?()
    A

     After line 8.

    B

     After line 10.

    C

     After line 4, when doBar() completes.

    D

     After line 11, when main() completes.


    正确答案: B
    解析: The correct answer is B. When a local object is returned, it is not yet available for garbage collection. For this reason, the object is only available for garbage collecting at line 10, where the only remaining reference to the object is replaced with an other object.

  • 第12题:

    单选题
    What is the result?()
    A

    Compilation of class A fails.

    B

    Line 28 prints the value 3 to System.out.

    C

    Line 28 prints the value 1 to System.out.

    D

    A runtime error occurs when line 25 executes.

    E

    Compilation fails because of an error on line 28.


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

  • 第13题:

    以下程序调试结果为:class Base{Base(){int i = 100;System.out.print (i);}}public class Pri extends Base{static int i = 200;public static void main(String argv[]){Pri p = new Pri();System.out.print(i);}}

    A.编译错误

    B.200

    C.100200

    D.100


    正确答案:C

  • 第14题:

    发射状态时,遥控台DTR100选择主AF线还是备AF线是()。

    • A、通过检测AF线上是否存在SQL指令来确定的
    • B、通过检测AF线上是否存在PTT指令来确定的
    • C、通过检测AF线上是否存在音频信号来确定的
    • D、通过检测AF线上是否存在CMTONE来确定的

    正确答案:B

  • 第15题:

    1. public class A {  2.  3. private int counter = 0;  4.  5. public static int getInstanceCount() {  6. return counter;  7. }  8.  9. public A() {  10. counter++;  11. }  12.  13. }  Given this code from Class B:  25.A a1 =new A();  26. A a2 =new A();  27. A a3 =new A();  28. System.out.printIn(A.getInstanceCount() ); What is the result?() 

    • A、 Compilation of class A fails.
    • B、 Line 28 prints the value 3 to System.out.
    • C、 Line 28 prints the value 1 to System.out.
    • D、 A runtime error occurs when line 25 executes.
    • E、 Compilation fails because of an error on line 28.

    正确答案:A

  • 第16题:

    DTR100 BB组件“ACTIVE”指示灯熄灭就表明该DTR100与AF线断开连接。


    正确答案:正确

  • 第17题:

    DTR100 BB组件“ACTIVE”指示灯熄灭就表明该DTR100()

    • A、正接收射频信号
    • B、收到PTT指令
    • C、与AF线断开连接
    • D、与AF线建立连接

    正确答案:C

  • 第18题:

    若DTR100前面板“AUDIO”口插入耳机话筒组,()面板喇叭被静音。

    • A、当DTR100处于ON-Line状态时
    • B、当DTR100处于OFF-Line状态时
    • C、无论DTR100处于ON-Line还是OFF-Line状态

    正确答案:C

  • 第19题:

    通过LMT将参数“TXTimeout”设置为“0”,则()。

    • A、DTR100不能连续发射信号
    • B、DTR100可以连续发射信号
    • C、DTR100不能发射信号

    正确答案:B

  • 第20题:

    单选题
    收紧尾缆 。()
    A

    Take in stern line .

    B

    Pay out stern line .

    C

    Heave in stern line .

    D

    Take in the slack on stern line .


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

  • 第21题:

    单选题
    Click the Exhibit button. What is the result?()
    A

    Line 26 prints "a" to System.out.

    B

    Line 26 prints "b" to System.out.

    C

    An exception is thrown at line 26 at runtime.

    D

    Compilation of class A will fail due to an error in line 6.


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

  • 第22题:

    单选题
    Given the following code fragment:      1) String str = null;  2) if ((str != null) && (str.length() > 10)) {     3) System.out.println("more than 10");     4) }  5) else if ((str != null) & (str.length() < 5)) {     6) System.out.println("less than 5");     7) }  8) else { System.out.println("end"); }   Which line will cause error?()
    A

     line 1

    B

     line 2

    C

     line 5

    D

     line 8


    正确答案: C
    解析: 此题需要将代码仔细看清楚,查询没有逻辑错误,if …else的使用没有问题,也没有拼写错误,错误在于第5行的“与”操作符的使用,逻辑操作符(logical operator)的“与” 应该是&&,而&是位逻辑操作符(bitwise logical operator)的“与”,使用的对象不一样,逻辑操作符的“与”的左右操作数都应该是布尔型(logical boolan)的值,而位逻辑操作符的左右操作数都是整型(integral)值。

  • 第23题:

    多选题
    10. public class Bar {  11.static void foo(int...x) {  12. // insert code here  13. }  14. }  Which two code fragments, inserted independently at line 12, will allow the class to compile?()
    A

    foreach(x) System.out.println(z);

    B

    for(int z : x) System.out.println(z);

    C

    while( x.hasNext()) System.out.println( x.next());

    D

    for( int i=0; i< x.length; i++ ) System.out.println(x[i]);


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