A company printer is used to print payroll checks on paper forms with carbon backing. Which ofthe following is the BEST type of printer for this scenario?()A. LaserB. ImpactC. InkjetD. Thermal

题目
A company printer is used to print payroll checks on paper forms with carbon backing. Which ofthe following is the BEST type of printer for this scenario?()

A. Laser

B. Impact

C. Inkjet

D. Thermal


相似考题
参考答案和解析
参考答案:B
更多“A company printer is used to print payroll checks on paper forms with carbon backing. Which ofthe following is the BEST type of printer for this scenario?() ”相关问题
  • 第1题:

    Walt Whitman was born and brought up in a family of a ______________.

    A、Peasant

    B、carpenter

    C、captain

    D、printer


    参考答案:B

  • 第2题:

    为了能将信息直接送往打印机,应该将Print方法的对象改为

    A.PictureBox

    B.Form

    C.Image

    D.Printer


    正确答案:D
    解析:直接输出就是将信息直接送往打印机,所使用的仍是Print方法,只是将Print方法的对象改为Printer,其格式为:Printer.Print[表达式表]Print属性返回一个Printer对象,该对象允许跟一个系统打印机(最初是默认的系统打印机)进行通信。

  • 第3题:

    为了能够把信息直接送往打印机。应该把Print方法的对象改为______。

    A.PictureBox

    B.Form

    C.Image

    D.Printer


    正确答案:D
    解析:直接输出就是把信息直接送往打印机,所使用的仍是Print方法,只是把Print方法的对象改为Printer,其格式为:Printer. Print[表达式表]
    Printer属性返回一个Printer对象,该对象允许与一个系统打印机(最初是默认的系统打印机)进行通信。

  • 第4题:

    From your Windows 2000 Professional computer, you need to print from a 16-bit accounting application to a network printer named Printer02. Printer02 is attached to a print server named PrtSrv. The accounting application allows you to print only to a local LPT port.

    You currently have two printers attached to your local LPT1 and LPT2 ports. You need to be able to print to the network printer and to both local printers. You install the driver for the network printer on your computer.

    What must you do next to enable printing on the network printer?

    A.Create a new local printer port named PrtSrv\Printer02, and configure the printer to use the new port.

    B.Create a new local printer port named PrtSrv\Printer02. In the properties for the new port, select the option to print directly to the printer. Configure the printer to use the new port.

    C.Run thenet use Lpt3: \\PrtSrv\Printer02command.

    D.Run thenet print\\PrtSrv\Printer02command.


    正确答案:C
    解析:Explanation: The net use command is the only method available for accessing a network printer from client computers that are running 16-bit DOS applications.

    Incorrect Answers:
    A: Legacy 16-bit DOS programs cannot use new local printer ports. They can only use the LPT1, LPT2, LPT3 or LPT4 ports. Those ports have to be used with the net use command.

    B: Legacy 16-bit DOS programs cannot use new local printer ports. They can only use the LPT1, LPT2, LPT3 or LPT4 ports. Those ports have to be used with the net use command.

    D: Net print displays or controls print jobs and print queues. It is not used to perform. the actual printing.

  • 第5题:

    使"Microsoft"在当前窗体上输出的语句是

    A.Picture.Print "Microsoft"

    B.Print "Microsoft"

    C.Printer.Print "Microsoft"

    D.Debug.Print"Microsoft"


    正确答案:B
    解析:Picture.Print”Microsoft"语句实现的功能是将字符串Microsoft在图片框上显示出来,所以选项A不正确;Print"Microsoft"语句的作用是将字符串MicrosoftVistu-alBasic直接输出到当前窗体上,所以选项B正确;Printer.Print"Microsoft"语句实现的功能是将字符串Microsoft输出到打印机上,所以选项C不正确;Debug.Print”Microsoft"语句实现的功能是将字符串Microsoft在立即窗口中显示出来,故选项D也不正确。注意:与Print方法相关的函数。

  • 第6题:

    编程填空:Printer 通过码


    B