function CheckIt(action){var i=ans[count];if(!action){if(FORM1.Q1[i].checked){alert("Correct!");}else{alert("Incorrect.");answrong++;}}else{FORM1.Q1[i].checked ? ansright++ : answrong++;}}function CheckScore(){alert("CORRECT: " + ansright + "\nINCORRECT: " + answrong);}function GoBack(){var myEl = document.getElementsByTagName("p");var mySpans = document.getElementsByTagName("span");var qnum = 0;tmpstr="";count--;qnum = count + 1;if(count < 0){count=0;alert("This is the first question!");return;}tmpstr = " " + qnum + ". " + q[count];myEl[1].innerHTML=tmpstr;mySpans[0].innerHTML=a[count];mySpans[1].innerHTML=b[count];mySpans[2].innerHTML=c[count];mySpans[3].innerHTML=d[count];}function GoNext(){var myEl = document.getElementsByTagName("p");var mySpans = document.getElementsByTagName("span");var qnum=0;tmpstr="";CheckIt(1);count++;qnum=count+1;if(count > 99){TestOver();return;}tmpstr=" " + qnum + ". " + q[count];myEl[1].innerHTML=tmpstr;mySpans[0].innerHTML=a[count];mySpans[1].innerHTML=b[count];mySpans[2].innerHTML=c[count];mySpans[3].innerHTML=d[count];ClrRadios();}function TestOver(){var myEl = document.getElementsByTagName("div");var myP = document.getElementsByTagName("p");var endscores = 'Correct: ' + ansright + "
";endscores += "Incorrect: " + answrong + "
";endscores += "Percentage: " + Math.floor((ansright/(ansright + answrong))*100);endscores += "%
";myP[1].innerHTML="TEST OVER!";myEl[0].innerHTML=endscores;FORM1.B0.disabled=1;FORM1.B1.disabled=1;FORM1.B2.disabled=1;}function Choose(){navigate("main00.pl?Z=./test/index.html");}function GoStart(){history.go(0);ClrRadios();}function ClrRadios(){FORM1.Q1[0].checked=false;FORM1.Q1[1].checked=false;FORM1.Q1[2].checked=false;FORM1.Q1[3].checked=false;}FORM1.B0.onclick=GoBack;FORM1.B1.onclick=CheckIt;FORM1.B2.onclick=GoNext;FORM1.B4.onclick=GoStart;FORM1.B5.onclick=CheckScore;FORM1.B6.onclick=Choose;var count=0;var ansright=0;var answrong=0;var q=new Array();var ans=new Array();var a=new Array();var b=new Array();var c=new Array();var d=new Array();q[0]="Describe the floppy disk drive data cable:";a[0]="A. 34-pin, pin 1 is indicated by a colored stripe";b[0]="B. 34-pin, pin 34 is indicated by a colored stripe";c[0]="C. 40-pin, pin 1 is indicated by a colored stripe";d[0]="D. 40-pin, pin 34 is indicated by a colored stripe";ans[0]="0";q[1]="How does the system control which is the C: drive?";a[1]="A. It does not. This is determined at the manufacturing facility";b[1]="B. This is under the control of the operating system";c[1]="C. This is under the control of the BIOS ";d[1]="D. Both B and C";ans[1]="3";q[2]="How many (E)IDE/ATAPI devices will an EIDE motherboard support?";a[2]="A. Any number as long as they are jumpered correctly";b[2]="B. At most 6: if 2 are IDE devices and 4 are ATAPI devices";c[2]="C. 5: 2 IDE devices on one controller and 3 ATAPI devices on the other";d[2]="D. 4: 2 IDE or ATAPI devices per controller";ans[2]="3";q[3]="The male DB25 port on the back of the PC is most likely:";a[3]="A. Serial port COM1";b[3]="B. Serial port COM2";c[3]="C. Parallel port LPT1";d[3]="D. Network port for 10BaseT";ans[3]="1";q[4]="The 3 common kinds of keyboard ports are:";a[4]="A. IEEE1284, IEEE1394, PS/2";b[4]="B. AT, PS/2, USB";c[4]="C. DIN5, miniDIN6, serial";d[4]="D. serial, miniDIN6, USB";ans[4]="1";q[5]="You attach a 2nd HDD to the same cable. The system detects it but not the original HDD:";a[5]="A. The two hard drives are incompatible, put the new one on the secondary controller";b[5]="B. The original drive must be repartitioned, boot to a floppy and run FDISK";c[5]="C. The original drive must be reformatted, boot to a floppy and run FORMAT";d[5]="D. The jumper settings on either or both drives are incorrect";ans[5]="3";q[6]="If a modern drive has 10000 cylinders what is a rough estimate of its capacity?";a[6]="A. 5000 KB";b[6]="B. 10000 MB";c[6]="C. 5 GB";d[6]="D. 10 GB";ans[6]="2";q[7]="To calculate the exact capacity in bytes of a modern drive with 20000 cylinders:";a[7]="A. 20000 x 10 x 63 x 512";b[7]="B. 20000 x 16 x 63";c[7]="C. 20000 x 63 x 512";d[7]="D. 20000 x 16 x 63 x 512";ans[7]="3";q[8]="What is the best way to tell the master jumper settings for a hard drive?";a[8]="A. Turn the drive with the circuit board down, master is jumpering the bottom right two pins";b[8]="B. Turn the drive with the circuit board up, master is jumpering the bottom right two pins";c[8]="C. Consult the diagram on the drive";d[8]="D. Consult the manufacturers website";ans[8]="3";q[9]="You have a computer with one IDE device attached to it amd want to attach your customers crashed HDD to it as well then boot to the computers original drive and try to browse the 2nd one. What is the easiest way to do this?";a[9]="A. Set the jumpers on the 2nd drive to slave and attach it to the cable with the 1st drive";b[9]="B. Set the jumpers on the 1st drive to slave and attach it to the cable with the 2nd drive then set BIOS to boot to D first";c[9]="C. Bring the 2nd drive and its cable and attach it alone on the second controller then autodetect it in BIOS and reboot";d[9]="D. All of the above techniques will fail";ans[9]="2";q[10]="A customer expresses a concern while moving his system to another location that one of the cables has several pins broken off in it, tell him ...";a[10]="A. You will make arrangements to see the machine";b[10]="B. This is normal for an AT keyboard connector";c[10]="C. This is normal for a parallel port cable connector";d[10]="D. This is normal for a monitor cable connector";ans[10]="3";q[11]="A user complains that he keeps reversing his keyboard and mouse connectors when he moves his PC. What kind of connectors are they?";a[11]="A. AT and serial";b[11]="B. USB";c[11]="C. PS/2";d[11]="D. Proprietary";ans[11]="2";q[12]="A user has relocated his computer and now cannot connect to the Internet and assuming he could before and the phone line works and he has plugged in the modem what is the first thing to check?";a[12]="A. Contact the Internet Service Provider and get a new IP address since the PC is calling from a new phone";b[12]="B. Reinstall the ISP connection software";c[12]="C. Reinstall the modem drivers";d[12]="D. Check that the phone line is connected to the line in connector of the modem";ans[12]="3";q[13]="The user bought a used computer and when he gets it home he complains that the phone line connector is much smaller than the connector on the PC's modem. This is because the PC is equipped with:";a[13]="A. a proprietary modem and needs a special cable";b[13]="B. a very old modem and an adapter is needed";c[13]="C. a network interface card not a modem";d[13]="D. none of the above";ans[13]="2";q[14]="The C: drive is:";a[14]="A. The master HDD of the primary controller";b[14]="B. The primary DOS partition on the HDD highest in the BIOS discovery order";c[14]="C. The primary DOS partition of the master HDD of the primary controller";d[14]="D. This can always be assigned/changed by software drivers";ans[14]="1";q[15]="Formatting a modern EIDE hard drive no longer actually:";a[15]="A. Writes to the intersector gaps thereby creating new sectors";b[15]="B. Checks the integrity of the sectors using the CRC, the drive does this internally";c[15]="C. Checks the existing file system structures and creates temporary back ups of them";d[15]="D. Checks to see if the partition is readable";ans[15]="0";q[16]="The default number of heads and sectors/track of a modern EIDE HDD is:";a[16]="A. 15 and 63";b[16]="B. 16 and 63";c[16]="C. 15 and 64";d[16]="D. 16 and 64";ans[16]="1";q[17]="There is no ________ number zero in HDD CHS geometry, although there is one in LBA.";a[17]="A. Cylinder";b[17]="B. Head";c[17]="C. Sector";d[17]="D. Track";ans[17]="2";q[18]="What is the most likely section of the Award BIOS in the class MMX machines to disable the onboard IDE controllers?";a[18]="A. IDE HDD Autodetect";b[18]="B. Standard CMOS Settings";c[18]="C. BIOS Features Setup";d[18]="D. Integrated Peripherals";ans[18]="3";q[19]="What stage of the boot process passes control to expansion card BIOS'es to allow them to initialize?";a[19]="A. POST";b[19]="B. BIOS Boot Strap Loader";c[19]="C. BIOS CMOS Setup Utility";d[19]="D. IO.SYS";ans[19]="0";q[20]="Why should you disable the BIOS Virus Warning setting while working on the PC and enable it when you are done?";a[20]="A. Because you are a technician and all of your tools are known to be clean of viruses";b[20]="B. Because you are going to run a software level anti-virus which will conflict with the BIOS level one";c[20]="C. Because the BIOS one is obsolete and you will use a better one while you work";d[20]="D. Because it will interfere with writes to the MBR, specifically FDISK";ans[20]="3";q[21]="Why should you disable the Quick POST while working on a PC?";a[21]="A. The system may not fully facilitate all BIOS features or catch all failures";b[21]="B. It takes much longer to boot the PC otherwise which is a nuissance";c[21]="C. The system will use BIOS default settings if this is not done";d[21]="D. The system will enforce BIOS passwords is this is not done";ans[21]="0";q[22]="What is the actual capacity of a hard drive whose box claims it is 100GB?";a[22]="A. Roughly 107GB";b[22]="B. Roughly 100GB";c[22]="C. Roughly 93GB";d[22]="D. None of the above";ans[22]="2";q[23]="The user added a new HDD and it does not show up in My Computer. Why?";a[23]="A. The drive must be formatted FAT32 before Windows will recognize it";b[23]="B. The drive must be partitioned before drive letters will appear";c[23]="C. The drive has been jumpered wrong, a new drive must be set to slave";d[23]="D. The controller is old and does not support the new high speed device";ans[23]="1";q[24]="How many (E)IDE/ATAPI devices does each ATA controller support?";a[24]="A. 1";b[24]="B. 2";c[24]="C. 3";d[24]="D. 4";ans[24]="1";q[25]="Describe the hard disk drive standard IDE data cable:";a[25]="A. 34-pin, pin 1 is indicated by a colored stripe";b[25]="B. 34-pin, pin 34 is indicated by a colored stripe";c[25]="C. 40-pin, pin 1 is indicated by a colored stripe";d[25]="D. 40-pin, pin 34 is indicated by a colored stripe";ans[25]="2";q[26]="How does the the system determine which FDD will be the A: drive?";a[26]="A. It does not. This is determined at the manufacturing facility";b[26]="B. This is purely under the control of the operating system";c[26]="C. This is purely under the control of the BIOS CMOS settings";d[26]="D. A: drive must be attached beyond the twist in the data cable";ans[26]="3";q[27]="The video port on the PC is:";a[27]="A. DB9 female";b[27]="B. 15-pin DB9 female";c[27]="C. 15-pin DB9 male";d[27]="D. DB9 male";ans[27]="1";q[28]="The female DB25 port on the back of the PC is most likely:";a[28]="A. Serial port COM1";b[28]="B. Serial port COM2";c[28]="C. Parallel port LPT1";d[28]="D. Network port for 10BaseT";ans[28]="2";q[29]="The 3 common kinds of mouse ports are:";a[29]="A. IEEE1284, IEEE1394, PS/2";b[29]="B. AT, PS/2, USB";c[29]="C. DIN5, miniDIN6, serial";d[29]="D. serial, miniDIN6, USB";ans[29]="3";q[30]="An expansion card has 2 x RJ-11 connectors and 2 miniphono jacks. It is a:";a[30]="A. NIC";b[30]="B. Game/Joystick controller";c[30]="C. Sound card";d[30]="D. Voice Modem";ans[30]="3";q[31]="Two main differences between the UDMA IDE cable and an older one are:";a[31]="A. The UDMA cable is position sensitive and contains fewer wires";b[31]="B. The UDMA cable is not position sensitive and contains fewer wires";c[31]="C. The UDMA cable is not position sensitive and contains more wires";d[31]="D. The UDMA cable is position sensitive and contains more wires ";ans[31]="3";q[32]="The first step to designing a new PC is:";a[32]="A. Determine the customer's budget";b[32]="B. Determine the PC's mission";c[32]="C. Design Research";d[32]="D. Assemble Estimate";ans[32]="0";q[33]="The first step to install a new single HDD on a PC is:";a[33]="A. Attach the data and power cables";b[33]="B. Mount it to the case";c[33]="C. Autodetect in BIOS";d[33]="D. Check/set the jumper(s)";ans[33]="3";q[34]="The second step to install a new single HDD on a PC is:";a[34]="A. Attach the data and power cables";b[34]="B. Mount it to the case";c[34]="C. Autodetect in BIOS";d[34]="D. Check/set the jumper(s)";ans[34]="0";q[35]="The third step to install a new single HDD on a PC is:";a[35]="A. Attach the data and power cables";b[35]="B. Mount it to the case";c[35]="C. Autodetect in BIOS";d[35]="D. Check/set the jumper(s)";ans[35]="2";q[36]="The fourth step to install a new single HDD on a PC is:";a[36]="A. Format the partitions appropriately";b[36]="B. Mount it to the case";c[36]="C. Autodetect in BIOS";d[36]="D. Create the partitions";ans[36]="3";q[37]="The fifth step to install a new single HDD on a PC is:";a[37]="A. Format the partitions appropriately";b[37]="B. Mount it to the case";c[37]="C. Autodetect in BIOS";d[37]="D. Create the partitions";ans[37]="0";q[38]="Which component does not get power from the motherboard?";a[38]="A. Mouse";b[38]="B. AT Keyboard";c[38]="C. PS/2 Keyboard";d[38]="D. Floppy Drive";ans[38]="3";q[39]="How many sectors does a drive with a geometry of C=10000 H=10 S=50 have?";a[39]="A. 100000";b[39]="B. 500000";c[39]="C. 5000000";d[39]="D. 1000000";ans[39]="2";q[40]="Calculate the exact capacity of a drive with a geometry of C=1000 H=8 S=55:";a[40]="A. 440000 KB";b[40]="B. 220000 MB";c[40]="C. 440000 MB";d[40]="D. 220000 KB";ans[40]="3";q[41]="When attaching the 40-pin standard IDE cable to the HDD...";a[41]="A. Orient Pin 1 nearest to the power connector";b[41]="B. Attach the HDD to the Black connector";c[41]="C. Orient Pin 1 toward yourself if the circuit board is face up";d[41]="D. Attach the HDD to the blue connector for it to be the master";ans[41]="0";q[42]="Unless the drive is extremely old the proper HDD type reported in BIOS will be:";a[42]="A. Type 0";b[42]="B. Type 1";c[42]="C. Type 46";d[42]="D. User";ans[42]="3";q[43]="The best way to properly configure the BIOS to negotiate the correct HDD geometry is:";a[43]="A. Do nothing it will do it automatically.";b[43]="B. Enter the BIOS Setup and locate and run the HDD IDE autodetection feature";c[43]="C. Enter the BIOS and set it manually in the standard BIOS features screen";d[43]="D. Enter the BIOS and Load BIOS or Setup Defaults";ans[43]="1";q[44]="The physical address of the MBR is:";a[44]="A. Cyl=0, Head=0, Sector=0";b[44]="B. Cyl=0, Head=0, Sector=1";c[44]="C. Cyl=1, Head=1, Sector=1";d[44]="D. It is hidden by the drive controller and cannot be accessed";ans[44]="1";q[45]="What is the maximum number of partition tables that BIOS supports in the MBR?";a[45]="A. 1";b[45]="B. 2";c[45]="C. 4";d[45]="D. unlimited";ans[45]="2";q[46]="What is the geometry of a 1.44MB 3.5 inch floppy diskette?";a[46]="A. 80 tracks, 2 heads, 63 sectors/track";b[46]="B. 80 tracks, 2 heads, 18 sectors/track";c[46]="C. 128 tracks, 2 heads, 18 sectors/track";d[46]="D. 128 tracks, 2 heads, 63 sectors/track";ans[46]="1";q[47]="A user moved his PC and now the system reports a keyboard error and will not enter BIOS...";a[47]="A. The system has an AT keyboard and mouse and he reversed them";b[47]="B. The system has a PS/2 keyboard and mouse and he reversed them";c[47]="C. The system has an AT keyboard and a serial mouse and he reversed them";d[47]="D. None of the above could be the cause";ans[47]="1";q[48]="Which of the following missions does not require a powerful video card?";a[48]="A. Home Use for Internet Access";b[48]="B. Home Use for playing DVD-Video discs";c[48]="C. Network Server";d[48]="D. None of the Above requires a powerful video card";ans[48]="3";q[49]="If you do not set a partition active, then the next time you boot:";a[49]="A. The BIOS will find the boot signature and launch the OS anyway";b[49]="B. The BIOS will not find the boot signature and issue a fatal boot error";c[49]="C. The BIOS will find the boot signature and issue a fatal boot error";d[49]="D. The BIOS is not involved in this process";ans[49]="2";q[50]="In order to install a single new empty hard drive on a PC you will need:";a[50]="A. To configure it in BIOS";b[50]="B. A nonbootable floppy with the 2 essential DOS disk handling utilities on it";c[50]="C. To attach it to the correct position of the data cable";d[50]="D. All of the above";ans[50]="0";q[51]="If the floppy disk drive light remains on while the PC is on:";a[51]="A. The drive is bad, replace it.";b[51]="B. The floppy drive controller on the motherboard is bad, replace it.";c[51]="C. The floppy data ribbon cable is bad, replace it.";d[51]="D. The floppy data ribbon cable is attached backwards, correct it.";ans[51]="3";q[52]="Another name for the standard AT keyboard connector is:";a[52]="A. PS/2 connector";b[52]="B. DB9 connector";c[52]="C. DIN5 connector";d[52]="D. mini-DIN6 connector";ans[52]="2";q[53]="Another name for the PS/2 mouse connector is:";a[53]="A. PS/2 connector";b[53]="B. DB9 connector";c[53]="C. DIN5 connector";d[53]="D. mini-DIN6 connector";ans[53]="3";q[54]="Another name for the serial mouse connector is:";a[54]="A. PS/2 connector";b[54]="B. DB9 connector";c[54]="C. DIN5 connector";d[54]="D. mini-DIN6 connector";ans[54]="1";q[55]="Name a location of a female DB25 connector and what technology it is attaching:";a[55]="A. Back of the system unit as a serial port";b[55]="B. Back of the system unit as a universal serial port";c[55]="C. End of a serial device cable";d[55]="D. End of a parallel device cable";ans[55]="2";q[56]="Name a location of a male DB25 connector and what technology it is attaching:";a[56]="A. Back of the system unit as a parallel port";b[56]="B. Back of the system unit as a universal serial port";c[56]="C. End of a serial device cable";d[56]="D. End of a parallel device cable";ans[56]="3";q[57]="The PS/2 keyboard connector is:";a[57]="A. Closest to the power supply";b[57]="B. Closest to the power switch";c[57]="C. Closest to the plane of the motherboard";d[57]="D. Closest to the first expansion slot";ans[57]="2";q[58]="Which of the following does not provide the external peripheral with power?";a[58]="A. PS/2 connector";b[58]="B. AT keyboard connector";c[58]="C. USB connector";d[58]="D. Parallel Port connector";ans[58]="3";q[59]="Which of the following does provide the external peripheral with power?";a[59]="A. PS/2 connector";b[59]="B. Serial Port connector";c[59]="C. Parallel Port connector";d[59]="D. RJ-45 connector";ans[59]="0";q[60]="Which of the following adapters are transparent (the device will always work when attached to it)?";a[60]="A. PS/2-to-AT Keyboard adapter";b[60]="B. PS/2-to-Serial Mouse adapter";c[60]="C. Serial DB9-to-DB25 adapter";d[60]="D. Both A and C";ans[60]="3";q[61]="Which of the following has the greatest impact on the processing performance of the PC?";a[61]="A. processor core speed";b[61]="B. amount and speeds of cache";c[61]="C. amount and speed of RAM";d[61]="D. chipset";ans[61]="3";q[62]="Which of the following connectors would you expect to find find missing one or more pins and this is often normal?";a[62]="A. male DB9 Serial Port connector";b[62]="B. male DB25 Parallel Port Device Cable connector";c[62]="C. male DB25 Serial Port connector";d[62]="D. male 15-pin DB9 Device Cable connector";ans[62]="3";q[63]="Which of the following have the exact same connectors despite being significantly different technologies?";a[63]="A. System Unit Parallel Port and System Unit Serial Port";b[63]="B. System Unit Parallel Port and Serial Device Cable";c[63]="C. System Unit Serial Port and Parallel Device Cable";d[63]="D. Both B and C";ans[63]="3";q[64]="Which of the following standards governs characteristics for manufacture of parallel port technologies and components?";a[64]="A. IEEE 1284";b[64]="B. IEEE 1394";c[64]="C. IEEE 802";d[64]="D. None of the Above";ans[64]="0";q[65]="Which of the following would have the greatest impact on the overall performance of the PC?";a[65]="A. Processor core speed";b[65]="B. Larger amount of RAM";c[65]="C. Larger amount of cache";d[65]="D. Two or more drives in a RAID-0 set";ans[65]="3";q[66]="Which of the following standards governs characteristics for manufacture of FireWire port technologies and components?";a[66]="A. IEEE 1284";b[66]="B. IEEE 1394";c[66]="C. IEEE 802";d[66]="D. None of the Above";ans[66]="1";q[67]="The standard host to peripheral USB cable has what connectors?";a[67]="A. Male "A" to Male "A"";b[67]="B. Male "A" to Male "B"";c[67]="C. Male "B" to Male "B"";d[67]="D. None of the Above";ans[67]="1";q[68]="USB 2.0 supports a maximum transfer rate of:";a[68]="A. 1.5Mbps";b[68]="B. 1.5MB/sec";c[68]="C. 60Mbps";d[68]="D. 60MB/sec";ans[68]="3";q[69]="USB "Lo Channel" supports a transfer rate of:";a[69]="A. 1.5Mbps";b[69]="B. 1.5MB/sec";c[69]="C. 60Mbps";d[69]="D. 60MB/sec";ans[69]="0";q[70]="USB "Lo Channel" is intended for what general class of peripherals?";a[70]="A. Human Interface Device: Input";b[70]="B. Human Interface Device: Output";c[70]="C. Computer Interface Device: Input/Output";d[70]="D. Computer Interface Device: Mass Storage";ans[70]="0";q[71]="External mass storage devices are best attached to a USB host that supports:";a[71]="A. Lo Channel";b[71]="B. Lo Channel and Full Channel";c[71]="C. Full Channel";d[71]="D. Hi Channel";ans[71]="3";q[72]="Which of the following is fully Plug-n-Play?";a[72]="A. AT Keyboard";b[72]="B. PS/2";c[72]="C. Serial Port";d[72]="D. USB";ans[72]="3";q[73]="Which of the following is includes full "hotswappable" support?";a[73]="A. AT Keyboard";b[73]="B. PS/2";c[73]="C. Serial Port";d[73]="D. USB";ans[73]="3";q[74]="Which of the following connectors carry analog output signals from the computer?";a[74]="A. miniphono jack";b[74]="B. female 15-pin DB9";c[74]="C. female DB25";d[74]="D. Both A and B";ans[74]="3";q[75]="What external peripheral attaches to a pink miniphono jack?";a[75]="A. Microphone";b[75]="B. Main Speaker(s)";c[75]="C. Rear Speakers(s)";d[75]="D. Home Stereo input feed";ans[75]="0";q[76]="SPDIF connectors on a sound card will be:";a[76]="A. Black";b[76]="B. Silver";c[76]="C. Orange";d[76]="D. Blue";ans[76]="2";q[77]="Which of the following missions often do not require a sound card at all?";a[77]="A. Low end business workstation";b[77]="B. High end business workstation";c[77]="C. Server";d[77]="D. All of the above";ans[77]="3";q[78]="The ACPI BIOS makes what feature possible?";a[78]="A. Autodetecting IDE hard drives";b[78]="B. Voltage Regulator Modules";c[78]="C. PCI bus device detection and initialization";d[78]="D. Wake-on-Ring";ans[78]="3";q[79]="The ATX specification provides +3.3VDC to the motherboard so it would not need:";a[79]="A. Autodetecting IDE hard drives";b[79]="B. Voltage Regulator Modules";c[79]="C. PCI bus device detection and initialization";d[79]="D. Wake-on-Ring";ans[79]="1";q[80]="The ISA expansion card standard form factor is:";a[80]="A. 4in. X 12in.";b[80]="B. 3in. X 13in.";c[80]="C. 4.2in. X 13.13in.";d[80]="D. None of the above";ans[80]="2";q[81]="The PCI bus slots are:";a[81]="A. 16-bit, 98-pin, 16.66Mhz";b[81]="B. 32-bit, 98-pin, 16.66Mhz";c[81]="C. 16-bit, 124-pin, 33Mhz";d[81]="D. 32-bit, 124-pin, 33Mhz";ans[81]="3";q[82]="The PCI bus allows devices to achieve the maximum DTR for short bursts called:";a[82]="A. System Management Mode";b[82]="B. Peripheral Component Interconnect";c[82]="C. cache memory management";d[82]="D. bus mastering";ans[82]="3";q[83]="AGP slots are:";a[83]="A. 32-bit, 33Mhz, 124-pin";b[83]="B. 32-bit, 66Mhz, 132-pin";c[83]="C. 64-bit, 33Mhz, 132-pin";d[83]="D. 64-bit, 66Mhz, 124-pin";ans[83]="1";q[84]="AGP slots can provide what voltage to the expansion card?";a[84]="A. 5VDC";b[84]="B. 3.3VDC";c[84]="C. 1.5VDC";d[84]="D. Either B and C";ans[84]="3";q[85]="Which of the following storage devices cannot achieve its maximum DTR attached to a conventional PCI bus?";a[85]="A. USB 2.0";b[85]="B. Parallel ATA";c[85]="C. Serial ATA";d[85]="D. None of the Above can achieve maximum DTR";ans[85]="2";q[86]="PCI-Express x1 slot is:";a[86]="A. 133MB/sec, 98-pin";b[86]="B. 150MB/sec, 132-pin";c[86]="C. 250MB/sec, 36-pin";d[86]="D. 2GB/sec, 62-pin";ans[86]="2";q[87]="PCI-Express x16 slot is:";a[87]="A. 98-pin, 2GB/sec";b[87]="B. 124-pin, 2GHz";c[87]="C. 132-pin, 4GB/sec";d[87]="D. 164-pin, 2GHz";ans[87]="3";q[88]="The most powerful standard video controller expansion slot available is:";a[88]="A. AGP 8x 1.5VDC";b[88]="B. AGP 8x 3.3VDC";c[88]="C. PCI-Express x1";d[88]="D. PCI-Express x16";ans[88]="3";q[89]="A proprietary chipset solution that allows two compatible video controllers to work together simultaneously rendering images for the display is:";a[89]="A. SMM";b[89]="B. WOL";c[89]="C. PCI-X";d[89]="D. SLI";ans[89]="3";q[90]="On ATX motherboards the front edge of the motherboard is what region?";a[90]="A. Processor";b[90]="B. Memory";c[90]="C. Chipset";d[90]="D. Drive data ribbon cables";ans[90]="3";q[91]="On ATX motherboards the area behind the rear panel connectors and next to the power supply is what region?";a[91]="A. Processor";b[91]="B. Memory";c[91]="C. Chipset";d[91]="D. Drive data ribbon cables";ans[91]="0";q[92]="The two standard FDC throughputs are:";a[92]="A. 250Kbps and 500Kbps";b[92]="B. 250KB/sec and 500KB/sec";c[92]="C. 500Kbps and 1Mbps";d[92]="D. 500KB/sec and 1Mbps";ans[92]="0";q[93]="The geometry of a standard 1.44MB 3½" diskette is:";a[93]="A. 80 cylinders, 2 heads, 9 sectors/track";b[93]="B. 80 cylinders, 2 heads, 18 sectors/track";c[93]="C. 128 cylinders, 2 heads, 9 sectors/track";d[93]="D. 128 cylinders, 2 heads, 16 sectors/track";ans[93]="1";q[94]="Which motherboard feature can dramatically reduce the total parts cost for low end systems?";a[94]="A. processor mounting system support for inexpensive processors";b[94]="B. flexible chipset supporting as many CPUs and their features as possible";c[94]="C. generous selection of expansion bus types and slots";d[94]="D. generous collection of integrated peripherals";ans[94]="3";q[95]="Which motherboard feature can dramatically affect the ability to upgrade a low end system?";a[95]="A. processor mounting system support for inexpensive processors";b[95]="B. flexible chipset supporting as many CPUs and their features as possible";c[95]="C. generous selection of expansion bus types and slots";d[95]="D. generous collection of integrated peripherals";ans[95]="1";q[96]="Most floppy diskettes spin at:";a[96]="A. 250RPM";b[96]="B. 300RPM";c[96]="C. 360RPM";d[96]="D. 720RPM";ans[96]="1";q[97]="Magnetic storage devices in the PC usually hold how much data in each sector?";a[97]="A. 512 bits";b[97]="B. 512 bytes";c[97]="C. 600 bytes";d[97]="D. Varies depending on the format";ans[97]="1";q[98]="What information is stored in the gaps between the sector data along the track?";a[98]="A. CRC";b[98]="B. Sector number";c[98]="C. Start and end sector markers";d[98]="D. All of the above";ans[98]="3";q[99]="Looking down at the top of a 3½" floppy diskette, no hole upper left corner, hole upper right corner means:";a[99]="A. Write-protected 720KB capacity";b[99]="B. Not write-protected, 720KB capacity";c[99]="C. Write-protected, 1.44MB capacity";d[99]="D. Not write-protected, 1.44MB capacity";ans[99]="0";