niusouti.com
更多“MRR测量任务通过Toolkit中的New Operation/NewTask(TDMRR)打开 ”相关问题
  • 第1题:

    误块率包含的MRR测量有()

    A.UE_BLER

    B.TCPTracing

    C.UTRAN_BLER

    D.UE_PCCPCH_RSCP


    参考答案:A, C

  • 第2题:

    YoucreateacustomservercontrolnamedTaskthatcontainsthefollowingcodesegment.YouneedtoensurethataddingaTaskcontrolfromtheToolboxcreatesmarkupinthefollowingformat.Whichtwoactionsshouldyouperform?()

    A.Addthefollowingcodesegmenttotheproject’sAssemblyInfo.csfile.[assembly:TagPrefix("DevControls","Dev")]

    B.Replaceline05withthefollowingcodesegment.[DefaultValue("NewTask")]

    C.Insertthefollowingcodesegmentimmediatelybeforeline03.[ToolboxData("<{0}:Taskrunat=\"server\"Title=\"NewTask\"/>")]

    D.Replaceline10withthefollowingcodesegment. output.Write("<Dev:Taskrunat=\"server\"Title=\"NewTask\"/>");


    参考答案:A, C

  • 第3题:

    Toolkit工具中可以创建的任务包括?()

    A.创建RNL任务

    B.创建TNL任务

    C.创建TDRTV任务

    D.创建TDLMT任务


    本题答案:A, B, D

  • 第4题:

    MRR和CDT任务都需要通过网管进行设置并开启

    A.错误

    B.正确


    参考答案:A

  • 第5题:

    已知在某Windows_Form应用程序中,主窗口类为Form1,程序入口为静态方法,则在Main方法中打开主窗口的正确代码是()

    A. Application.Run(new_Form1());

    B. Application.Open(new_Form1());

    C. (new_Form1()).Open();

    D. (new_Form1()).Run();


    正确答案:A