填空题USB fax/modems that conform to this subclass of the Communication Device Class (CDC) vendor neutral standard are Linux compatible (answer is a 3 letter acronym).()

题目
填空题
USB fax/modems that conform to this subclass of the Communication Device Class (CDC) vendor neutral standard are Linux compatible (answer is a 3 letter acronym).()
参考答案和解析
正确答案: ACM(ABSTRACTCONTROLMODEL)
解析: 暂无解析
如果没有搜索结果或未解决您的问题,请直接 联系老师 获取答案。
相似问题和答案

第1题:

执行下列代码后,输出的结果为( )。 class Base { int x = 30; void setX( ) {x=1O;} } class SubClass extends Base { int x=40; void setX ( ) {x=20;} int getX( ) {return super. x; } } public class Test { public static void main(String[ ] args) { SubClass sub=new SubClass( ); sub. setX( ); System. out. println(sub, getX( ) ); } }

A.10

B.20

C.30

D.40


正确答案:C
解析:本题主要考查有关类的继承方面的知识。Java中,类是分层次的,当子类的成员变量与父类的成员变量名字相同时,子类的成员变量会隐藏父类的成员变量,当子类的成员方法与父类的成员方法名字、参数列表、返回值类型都相同时,子类的方法是父类的方法的重写。这样,在子类的对象调用方法时,是按照子类中方法定义执行,隐藏父类的方法的定义。当子类隐藏了父类的变量,并重写了父类的方法后,又要使用父类变量或父类被重写的方法时,可通过super来实现对父类变量的访问和父类方法的调用。因此,本题中在main ()中调用setX ()时,是调用的SubClass类中的setX ()函数,同时将SubClass类中的i变量值设为20。当main ()函数中调用getX ()函数时,并不是取了SubClass类中的i的值,而是取的Base类中i变量的值,此时i的值为其初始值30。

第2题:

设有程序如下: public class jzh0319 { public static void main(String args[]) { subClass sc=new subClass(); } } class superClass { superClass() { System.out.println("父类");} } class subClass extends superClass { subClass() {System.out.println("子类"); } } 其输出结果的第一行是子类。()

此题为判断题(对,错)。


答案:错

第3题:

In each of the following groups of words, there are four underlined letters or letter combinations marked A, B, C and D. Compare the underlined parts and identify the one that is different from the others in pronunciation. Mark your answer by blackening the corresponding letter on the Answer Sheet.

3. A structure B mixture C gesture D mature


正确答案:D

第4题:

Before installing a new device, a technician checks to make sure the device is on the HCL. Which of the following is the advantage of having an HCL device?()

  • A、It is supported by other vendors
  • B、Increases performance
  • C、Decreases cost
  • D、Meets vendor standards

正确答案:D

第5题:

A technician plugs a USB device into the front panel of a desktop computer and nothing happens.The technician knows that plug-n-play is enabled. Which of the following BEST describes a possible cause to this issue?()

  • A、The technician plugged a USB 2.0 device into a USB 1.1 port.
  • B、The technician needs to reboot the computer for the device to work.
  • C、The technician plugged a USB 1.1 device into a USB 2.0 port.
  • D、The front panel connectors are not plugged into the motherboard.

正确答案:D

第6题:

设有程序如下: public class jzh0319 { public static void main(String args[]) { subClass sc=new subClass(); } } class superClass { superClass() { System.out.println("父类");} } class subClass extends superClass { subClass() {System.out.println("子类"); } } 其输出结果只有一行。()

此题为判断题(对,错)。


答案:错

第7题:

Which port type must be connected to the fax device for the Cisco Unified CallManager Express to support fax pass-through, T.38, and Cisco fax relay?()

  • A、FXO 
  • B、FXS
  • C、ATA 
  • D、FAX

正确答案:B

第8题:

Given:Which statement is true about the class of an object that can reference the variable base? ()

A.It can be any class.

B.No class has access to base.

C.The class must belong to the geometry package.

D.The class must be a subclass of the class Hypotenuse.


参考答案:C

第9题:

You are the administrator of your company’s network. You install Windows 2000 Professional on 10 computers in the graphics department. The 10 computers have built in USB controllers. You physically install a USB tablet pointing device on each computer. You install the 32-bit manufacturer tablets software on each computer. A tablet icon appears in the central panel to configure the device but the device does not work. You want the USB tablets to work on 10 computers. What should you do?()

  • A、Enable the USB ports in the BIOS and reinstall the USB tablet device drivers.
  • B、Enable the USB root hub controller and reinstall the USB tablet device drivers.
  • C、Disable the USB error detection for the USB root hub controller and enable the USB tablet device in the hardware profile.
  • D、Reinstall the USB device drivers and disable the USB error detection.

正确答案:A

第10题:

You are delegated administrative control of the Administration organizational unit (OU). The Administration OU has 12 Window 2000 Professional computers that were recently purchased. Each computer has a fax modem. Each computer has the Fax service installed with default values and settings. A user named Helene reports that she can use Microsoft Word 2000 to sendfaxes, but she cannot receive any faxes by using the fax printer. She also informs you that she cannot reconfigure the Fax service on her computer. You want to reconfigure the Fax service correctly. You want to accomplish this with the least amount of administrative effort. You logon to Helene’s computer by using local Administrator account. What should you do next? ()

  • A、Use Fax Service Management to start the Fax service, and configure the Fax service to start   automatically
  • B、Use Fax Service Management to select the Fax Management service, and enable the device   to receive faxes
  • C、Use Fax in Control Panel to reinstall the Fax service, and configure the Fax services to receive   faxes
  • D、Use Fax in Control Panel to add a fax printer, and configure the fax print device to receive faxes. 

正确答案:B

更多相关问题