Home > Articles

System Resources

This chapter is from the book

Apply Your Knowledge

Review Questions

  1. On which I/O address would you find the second IDE controller in a PC-compatible system?

    1. 070

    2. 170

    3. 278

    4. 378

  2. Which IRQ channel would you expect to be servicing an external modem in a PC system that was using a serial mouse in COM1 for input?

    1. IRQ 2

    2. IRQ 3

    3. IRQ 4

    4. IRQ 10

  3. If you wanted to add a color ink-jet printer to a system with a secondary printer port that already had a laser printer attached to LPT1, how could you configure it?

    1. Connect the color printer to LPT2.

    2. Connect the color printer to COM1.

    3. Connect the color printer to COM2 so that the mouse can remain on COM1.

    4. Install a printer switch box so that both printers can use LPT1.

  4. How many DMA channels are there in an AT-compatible system?

    1. 2

    2. 4

    3. 8

    4. 16

  5. Which standard system device uses IRQ6?

    1. The keyboard

    2. Floppy disk drives

    3. The system board's DRAM Refresh circuitry

    4. The parallel printer port

  6. What action normally accompanies installing an external modem?

    1. Rebooting the system

    2. Pushing the reset button on the modem

    3. Disabling the second parallel port

    4. Disabling the second onboard COM port

  7. What type of problem will create an NMI type of interrupt in the system? (Select all that apply.)

    1. A Parity Check (PCK) error in the system's DRAM memory

    2. IRQ conflict between devices

    3. When an active IO Channel Check (IOCHCK) signal is received from an adapter card located in one of the board's expansion slots

    4. Over-voltage of the system board

  8. Which of the following describes the bit pattern that would appear on the address bus to activate the first serial port? (You may use a scientific calculator.)

    1. 0111110000

    2. 1001111000

    3. 1011111000

    4. 1111111000

  9. What does the computer system typically use to stop the processes of the microprocessor so that attention can be given to the demands of a particular device?

    1. ATX

    2. ATA

    3. IRQ

    4. NMI

  10. Which interrupt request channels are available for use through the ISA bus?

    1. IRQ 0-15

    2. IRQ 0-7, 14-15

    3. IRQ 3-7, 9-12, 14-15

    4. IRQ 1-4, 9-11

  11. The IRQ1 channel is used _______ and cannot be used for other devices.

    1. for the system's internal time-of-day clock

    2. by the system's keyboard receiver

    3. by the floppy disk drive

    4. by the printer for LPT1

  12. The IRQ0 channel is _______.

    1. used by the system's timer/counter and cannot be used for other devices

    2. used by the keyboard and cannot be used for other devices

    3. used by the floppy disk drive and cannot be used for other devices

    4. open and can be used for any device requiring an IRQ channel

  13. Which interrupt is cascaded with IRQ2?

    1. IRQ5

    2. IRQ7

    3. IRQ9

    4. IRQ10

  14. Which device normally uses IRQ7?

    1. A laser printer

    2. A modem

    3. A floppy disk drive

    4. A hard disk drive

  15. IRQ4 is normally assigned to the device connected to the ______.

    1. COM1 port

    2. LPT1 port

    3. COM2 port

    4. LPT2 port

  16. A floppy disk drive uses which of the following IRQs?

    1. IRQ2

    2. IRQ5

    3. IRQ6

    4. IRQ9

  17. Which IRQ is the default assignment for the printer attached to LPT1?

    1. IRQ3

    2. IRQ5

    3. IRQ7

    4. IRQ13

  18. What is the IRQ for COM1?

    1. IRQ1

    2. IRQ2

    3. IRQ3

    4. IRQ4

  19. Which of the following combinations are correct? (Select all that apply.)

    1. IRQ1 is the default for COM2 and COM4.

    2. IRQ2 is the default for COM1 and COM3.

    3. IRQ3 is the default for COM2 and COM4.

    4. IRQ4 is the default for COM1 and COM3.

  20. What is the standard IRQ for COM2?

    1. IRQ3

    2. IRQ4

    3. IRQ2

    4. IRQ1

  21. On which I/O address would you find the primary IDE controller in a PC-compatible system?

    1. 070

    2. 170

    3. 1F0

    4. 3F8

  22. Which standard PC device uses a DMA channel?

    1. LPT1

    2. COM1

    3. INTC1

    4. FDD

  23. What I/O address range is typically assigned to the video controller BIOS?

    1. C000-C7FF

    2. C700-CFFF

    3. D000-C7FF

    4. D800-D8FF

  24. Which IRQ channel is reserved for the Real-Time Clock module in an ATX system?

    1. IRQ0

    2. IRQ1

    3. IRQ8

    4. IRQ9

Answers and Explanations

  1. B. The first or Primary IDE controller is assigned IRQ14 while the Secondary controller uses IRQ15 to interrupt the system. The I/O port address for the second IDE controller is 170h-177h. For a detailed listing, consult Table 3.3: I/O Port Addresses. For more information, see the section "Onboard I/O."

  2. B. The modem (or its host COM port) should be configured to for addresses 278 through 27Fh, IRQ3, and COM2. For more information, see the section "Modems."

  3. A. If you have a secondary printer port, the new printer should be configured to LPT2. For more information, see the section "Interrupts."

  4. C. There are two DMA controllers of four channels each. One of these channels (CH4) is a cascade channel and is not available for designation. Therefore, although there are eight DMA channels total, only seven are actually available. For more information, see the section "Direct Memory Access."

  5. B. IRQ6 is normally assigned to the floppy disk drives (FDDs). For more information, see the section "Interrupts."

  6. D. In the case of the internal modem, the UART in the modem normally replaces one of the two COM port UARTs provided by a typical PC system. If the COM port UART is not disabled, the system might have trouble differentiating between the two ports and a conflict can develop. Therefore, it is common practice to disable an onboard UART when an internal modem is installed. The COM ports can be enabled or disabled through the system's CMOS Setup—Peripherals screen. For more information, see the section "Modems."

  7. A, C. There are two system board-based conditions that will cause a Non-Maskable Interrupt (NMI) signal to be sent to the microprocessor. The first condition occurs when an active IO Channel Check (IOCHCK) signal is received from an adapter card located in one of the board's expansion slots. The other event that will cause an NMI signal to be generated is the occurrence of a Parity Check (PCK) error in the system's DRAM memory. For more information, see the section "Interrupts."

  8. D. The first serial port is 3F8h. This translates to a binary bit code of 1111111000. For more information, see the section "Onboard I/O."

  9. C. In the course of normal operations, the various I/O devices attached to a PC, such as the keyboard and disk drives, require servicing from the system's microprocessor. Because these service requests can happen at any time and tend to require immediate attention, I/O devices generally have the capability to interrupt the microprocessor while it is executing a program. The I/O device accomplishes this by issuing an interrupt request (IRQ) input signal to the microprocessor. For more information, see the section "Interrupts."

  10. C. See Table 3.1: System Interrupt Levels. For more information, see the section "Interrupts."

  11. B. See Table 3.1: System Interrupt Levels. For more information, see the section "Interrupts."

  12. A. See Table 3.1: System Interrupt Levels. For more information, see the section "Interrupts."

  13. C. See Table 3.1: System Interrupt Levels. For more information, see the section "Interrupts."

  14. A. See Table 3.1: System Interrupt Levels. For more information, see the section "Interrupts."

  15. A. See Table 3.1: System Interrupt Levels. For more information, see the section "Interrupts."

  16. C. See Table 3.1: System Interrupt Levels. For more information, see the section "Interrupts."

  17. C. See Table 3.1: System Interrupt Levels. For more information, see the section "Interrupts."

  18. D. See Table 3.1: System Interrupt Levels. For more information, see the section "Interrupts."

  19. C, D. See Table 3.1: System Interrupt Levels. For more information, see the section "Interrupts."

  20. A. See Table 3.1: System Interrupt Levels. For more information, see the section "Interrupts."

  21. B. The first or Primary IDE controller is assigned IRQ14, whereas the Secondary controller uses IRQ15 to interrupt the system. The I/O port address for the primary IDE controller is 1F0h-1F7h. For a detailed listing, consult Table 3.3: I/O Port Addresses. For more information, see the section "Onboard I/O."

  22. D. See Table 3.2: System's DMA Channel Designations. For more information, see the section "Direct Memory Access."

  23. A. See Table 3.4: System Memory Map. For more information, see the section "Onboard I/O."

  24. C. See Table 3.1: System Interrupt Levels. For more information, see the section "Interrupts."

Challenge Solutions

  1. He should assign the new printer IRQ5, which is the standard second LPT port (LPT2) in a PC-compatible system. The system will be able to communicate with the printer at hex addresses 278-27Fh. For more information, see the section "Interrupts."

  2. You should be able to fax him the following list:

170-177 Second IDE Controller
1F0-1F7 First IDE Controller
2F8-2FF Serial Port #2
378-37F Parallel Port #1
3F8-3FF Serial Port #1
  1. For more information, see the section "Onboard I/O."

Suggested Readings and Resources

  1. I/O Transfer Methods http://www.ebiz.com.pk/pakistan/dma.doc

  2. IRQ http://webopedia.internet.com/TERM/I/IRQ.html

  3. System Resources http://www.pcguide.com/ref/mbsys/res/

  4. DMA http://www.pcguide.com/ref/mbsys/res/dma/

  5. Introduction to Hexidecimal http://www.intuitor.com/hex/bases.html

InformIT Promotional Mailings & Special Offers

I would like to receive exclusive offers and hear about products from InformIT and its family of brands. I can unsubscribe at any time.

Overview


Pearson Education, Inc., 221 River Street, Hoboken, New Jersey 07030, (Pearson) presents this site to provide information about products and services that can be purchased through this site.

This privacy notice provides an overview of our commitment to privacy and describes how we collect, protect, use and share personal information collected through this site. Please note that other Pearson websites and online products and services have their own separate privacy policies.

Collection and Use of Information


To conduct business and deliver products and services, Pearson collects and uses personal information in several ways in connection with this site, including:

Questions and Inquiries

For inquiries and questions, we collect the inquiry or question, together with name, contact details (email address, phone number and mailing address) and any other additional information voluntarily submitted to us through a Contact Us form or an email. We use this information to address the inquiry and respond to the question.

Online Store

For orders and purchases placed through our online store on this site, we collect order details, name, institution name and address (if applicable), email address, phone number, shipping and billing addresses, credit/debit card information, shipping options and any instructions. We use this information to complete transactions, fulfill orders, communicate with individuals placing orders or visiting the online store, and for related purposes.

Surveys

Pearson may offer opportunities to provide feedback or participate in surveys, including surveys evaluating Pearson products, services or sites. Participation is voluntary. Pearson collects information requested in the survey questions and uses the information to evaluate, support, maintain and improve products, services or sites, develop new products and services, conduct educational research and for other purposes specified in the survey.

Contests and Drawings

Occasionally, we may sponsor a contest or drawing. Participation is optional. Pearson collects name, contact information and other information specified on the entry form for the contest or drawing to conduct the contest or drawing. Pearson may collect additional personal information from the winners of a contest or drawing in order to award the prize and for tax reporting purposes, as required by law.

Newsletters

If you have elected to receive email newsletters or promotional mailings and special offers but want to unsubscribe, simply email information@informit.com.

Service Announcements

On rare occasions it is necessary to send out a strictly service related announcement. For instance, if our service is temporarily suspended for maintenance we might send users an email. Generally, users may not opt-out of these communications, though they can deactivate their account information. However, these communications are not promotional in nature.

Customer Service

We communicate with users on a regular basis to provide requested services and in regard to issues relating to their account we reply via email or phone in accordance with the users' wishes when a user submits their information through our Contact Us form.

Other Collection and Use of Information


Application and System Logs

Pearson automatically collects log data to help ensure the delivery, availability and security of this site. Log data may include technical information about how a user or visitor connected to this site, such as browser type, type of computer/device, operating system, internet service provider and IP address. We use this information for support purposes and to monitor the health of the site, identify problems, improve service, detect unauthorized access and fraudulent activity, prevent and respond to security incidents and appropriately scale computing resources.

Web Analytics

Pearson may use third party web trend analytical services, including Google Analytics, to collect visitor information, such as IP addresses, browser types, referring pages, pages visited and time spent on a particular site. While these analytical services collect and report information on an anonymous basis, they may use cookies to gather web trend information. The information gathered may enable Pearson (but not the third party web trend services) to link information with application and system log data. Pearson uses this information for system administration and to identify problems, improve service, detect unauthorized access and fraudulent activity, prevent and respond to security incidents, appropriately scale computing resources and otherwise support and deliver this site and its services.

Cookies and Related Technologies

This site uses cookies and similar technologies to personalize content, measure traffic patterns, control security, track use and access of information on this site, and provide interest-based messages and advertising. Users can manage and block the use of cookies through their browser. Disabling or blocking certain cookies may limit the functionality of this site.

Do Not Track

This site currently does not respond to Do Not Track signals.

Security


Pearson uses appropriate physical, administrative and technical security measures to protect personal information from unauthorized access, use and disclosure.

Children


This site is not directed to children under the age of 13.

Marketing


Pearson may send or direct marketing communications to users, provided that

  • Pearson will not use personal information collected or processed as a K-12 school service provider for the purpose of directed or targeted advertising.
  • Such marketing is consistent with applicable law and Pearson's legal obligations.
  • Pearson will not knowingly direct or send marketing communications to an individual who has expressed a preference not to receive marketing.
  • Where required by applicable law, express or implied consent to marketing exists and has not been withdrawn.

Pearson may provide personal information to a third party service provider on a restricted basis to provide marketing solely on behalf of Pearson or an affiliate or customer for whom Pearson is a service provider. Marketing preferences may be changed at any time.

Correcting/Updating Personal Information


If a user's personally identifiable information changes (such as your postal address or email address), we provide a way to correct or update that user's personal data provided to us. This can be done on the Account page. If a user no longer desires our service and desires to delete his or her account, please contact us at customer-service@informit.com and we will process the deletion of a user's account.

Choice/Opt-out


Users can always make an informed choice as to whether they should proceed with certain services offered by InformIT. If you choose to remove yourself from our mailing list(s) simply visit the following page and uncheck any communication you no longer want to receive: www.informit.com/u.aspx.

Sale of Personal Information


Pearson does not rent or sell personal information in exchange for any payment of money.

While Pearson does not sell personal information, as defined in Nevada law, Nevada residents may email a request for no sale of their personal information to NevadaDesignatedRequest@pearson.com.

Supplemental Privacy Statement for California Residents


California residents should read our Supplemental privacy statement for California residents in conjunction with this Privacy Notice. The Supplemental privacy statement for California residents explains Pearson's commitment to comply with California law and applies to personal information of California residents collected in connection with this site and the Services.

Sharing and Disclosure


Pearson may disclose personal information, as follows:

  • As required by law.
  • With the consent of the individual (or their parent, if the individual is a minor)
  • In response to a subpoena, court order or legal process, to the extent permitted or required by law
  • To protect the security and safety of individuals, data, assets and systems, consistent with applicable law
  • In connection the sale, joint venture or other transfer of some or all of its company or assets, subject to the provisions of this Privacy Notice
  • To investigate or address actual or suspected fraud or other illegal activities
  • To exercise its legal rights, including enforcement of the Terms of Use for this site or another contract
  • To affiliated Pearson companies and other companies and organizations who perform work for Pearson and are obligated to protect the privacy of personal information consistent with this Privacy Notice
  • To a school, organization, company or government agency, where Pearson collects or processes the personal information in a school setting or on behalf of such organization, company or government agency.

Links


This web site contains links to other sites. Please be aware that we are not responsible for the privacy practices of such other sites. We encourage our users to be aware when they leave our site and to read the privacy statements of each and every web site that collects Personal Information. This privacy statement applies solely to information collected by this web site.

Requests and Contact


Please contact us about this Privacy Notice or if you have any requests or questions relating to the privacy of your personal information.

Changes to this Privacy Notice


We may revise this Privacy Notice through an updated posting. We will identify the effective date of the revision in the posting. Often, updates are made to provide greater clarity or to comply with changes in regulatory requirements. If the updates involve material changes to the collection, protection, use or disclosure of Personal Information, Pearson will provide notice of the change through a conspicuous notice on this site or other appropriate way. Continued use of the site after the effective date of a posted revision evidences acceptance. Please contact us if you have questions or concerns about the Privacy Notice or any objection to any revisions.

Last Update: November 17, 2020