Match the following piece of hardware to its description:

I. jumper
II. CRT monitor
III. power supply
IV. SATA
V. motherboard

A. main circuit board
B. switch on the back of a drive
C. stores a dangerous static electric charge
D. ribbon cable that connects a drive to the motherboard
E. handles relatively high voltage


B, C, E, D, A

Computer Science & Information Technology

You might also like to view...

Header ___________ must be included for class string.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology

Write an application that implements a trip-time calculator. Define and use a class TripComputer to compute the time of a trip. TripComputer should have the private attributes

• totalTime—the total time for the trip • restStopTaken—a boolean flag that indicates whether a rest stop has been taken at the end of the current leg and the following methods: • computeLegTime(distance, speed)—computes the time for a leg of the trip having a given distance in miles and speed in miles per hour. If either the distance or the speed is negative, throws an exception. • takeRestStop(time)—takes a rest stop for the given amount of time. If the time is negative, throws an exception. Also throws an exception if the client code attempts to take two rest stops in a row. • getTripTime—returns the current total time for the trip. This structure of this project is similar to project 9. Even though the class TripComputer is pretty simple, developing and testing it first is advisable.

Computer Science & Information Technology

The intensity of the colors in an image on a PowerPoint slide is referred to as ________

Fill in the blank(s) with correct word

Computer Science & Information Technology

When you import data, where can you not store it?

A. New form B. New table C. Existing table D. Linked table

Computer Science & Information Technology