Which of the following is not an example of a connector for a standard peripheral input device?

Skip to main content

This browser is no longer supported.

Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.

Introduction to Plug and Play

  • Article
  • 12/15/2021
  • 2 minutes to read

In this article

This section contains the following additional topics:

PnP Components

PnP Driver Design Guidelines

Hardware Resources

Plug and Play (PnP) is the part of Windows that enables a computer system to adapt to hardware changes with minimal intervention by the user. A user can add and remove devices without having to do manual configuration, and without knowledge of computer hardware. For example, a user can dock a portable computer and use the docking station keyboard, mouse, and monitor without making manual configuration changes.

PnP requires support from device hardware, system software, and drivers. Initiatives in the hardware industry define standards for easy identification of add-in boards and system components. This Windows Driver Kit (WDK) documentation focuses on the system software support for PnP and how drivers use that support to implement PnP.

The system software support for PnP, together with PnP drivers provides the following:

  • Automatic and dynamic recognition of installed hardware

  • Hardware resource allocation (and reallocation)

    The PnP manager determines the hardware resources requested by each device (for example, input/output ports, interrupt requests, direct memory access channels, and memory locations) and assigns hardware resources appropriately. The PnP manager reconfigures resource assignments when necessary, such as when a new device is added to the system that requires resources already in use.

    Drivers for PnP devices do not assign resources; instead, the requested resources for a device are identified when the device is enumerated. The PnP manager retrieves the requirements for each device during resource allocation. Resources are not dynamically configurable for legacy devices, so the PnP manager assigns resources to legacy devices first.

  • Loading of appropriate drivers

  • A programming interface for drivers to interact with the PnP system

    The interface includes I/O manager routines, Plug and Play minor IRPs, required standard driver routines, and information in the registry.

  • Mechanisms for drivers and applications to learn of changes in the hardware environment and take appropriate actions

    PnP enables drivers and user-mode code to register for, and be notified of, certain hardware events.

For a driver to qualify as PnP it must provide the required PnP entry points, handle the required PnP IRPs, and follow PnP guidelines.

Feedback

Submit and view feedback for

11.What kind of peripheral is used to read credit cards to initiate financial transactions?(Choose all that apply.)A.Barcode readerB.Signature padC.Magnetic readerD.Chip reader

Review Questions19912.Why might you use a KVM switch?

Get answer to your question and much more

13.Which of the following connector types are capable of conducting power and transmittingdata? (Choose all that apply.)

Get answer to your question and much more

14.You want to enhance your display capabilities. Which of the following is possible to dowith multi-monitor settings?

Get answer to your question and much more

15.Which of the following is not an example of a connector for a standard peripheral inputdevice?A.1/8jackB.MolexC.D-subD.USB

16.When purchasing a projector, which of the following is the most important characteristic toconsider?

Get answer to your question and much more

17.A user with an iPhone 7 needs to charge her device and asks you to bring a cable. Which ofthe following connector types should you ensure that the cable has?

Get answer to your question and much more

200Chapter 3Peripherals and Connectors18.Which of the following resolutions is an example of a 16:10 aspect ratio?

Get answer to your question and much more

19.What type of pointing device features a ball and buttons on the top and a flat, steady sur-face on the bottom?A.MouseB.Touch padC.TrackballD.Track pad

20.VGA cables use what type of signal between the adapter and monitor?

Get answer to your question and much more

Performance-Based Question201Performance-Based QuestionYou will encounter performance-based questions on the A+ exams. The questions on theexam require you to perform a specific task, and you will be graded on whether or not youwere able to complete the task. The following requires you to think creatively in order tomeasure how well you understand this chapter’s topics. You may or may not see similarquestions on the actual A+ exams. To see how your answers compare to the authors’, referto Appendix B.Looking at the back of a computer, you see the interfaces shown in the followinggraphic. Which type of cables do you need to plug into each one? ABCDEFGH

230Chapter 4Custom PC ConfigurationsReview QuestionsThe answers to the chapter review questions can be found in Appendix A.

Upload your study docs or become a

Course Hero member to access this document

Upload your study docs or become a

Course Hero member to access this document

End of preview. Want to read all 19 pages?

Upload your study docs or become a

Course Hero member to access this document

Tags

Inkjet printer, Hard disk drive, Laser printer, Serial ATA, Dot matrix printer, Power supplies

What kind of device uses unique physical traits of the user to authenticate their access to a secure system or location?

Biometric devices are authentication devices based on human physical or behavioral traits. Biometrics based on human physical traits generally come in the form of hardware devices like fingerprint readers, iris readers, and palm readers.

What peripheral is used to read credit cards to initiate financial transactions?

Magnetic readers and chip readers can read credit and debit card information to initiate a financial transaction.